Skip to content

Commit ba4c09a

Browse files
author
Matthias Koeppe
committed
build/pkgs/argon2_cffi_bindings: New, missing dep of argon2_cffi
1 parent 5dd80aa commit ba4c09a

File tree

8 files changed

+33
-1
lines changed

8 files changed

+33
-1
lines changed

build/pkgs/argon2_cffi/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) six | $(PYTHON_TOOLCHAIN) cffi
1+
$(PYTHON) argon2_cffi_bindings | $(PYTHON_TOOLCHAIN) flit_core
22

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
argon2_cffi_bindings: Low-level CFFI bindings for Argon2
2+
========================================================
3+
4+
Description
5+
-----------
6+
7+
Low-level CFFI bindings for Argon2
8+
9+
License
10+
-------
11+
12+
MIT
13+
14+
Upstream Contact
15+
----------------
16+
17+
https://pypi.org/project/argon2-cffi-bindings/
18+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=argon2-cffi-bindings-VERSION.tar.gz
2+
sha1=5a9b8906d9ca73c53c2bf0a2f0a8127fda69e965
3+
md5=f1591e1af7dea9ef3e5b982e2c196c1d
4+
cksum=2420586823
5+
upstream_url=https://pypi.io/packages/source/a/argon2_cffi_bindings/argon2-cffi-bindings-VERSION.tar.gz
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$(PYTHON) | $(PYTHON_TOOLCHAIN) cffi setuptools_scm
2+
3+
----------
4+
All lines of this file are ignored except the first.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
argon2-cffi-bindings
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
21.2.0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cd src
2+
sdh_pip_install .

build/pkgs/argon2_cffi_bindings/type

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
standard

0 commit comments

Comments
 (0)