Skip to content

Commit dfe0ada

Browse files
author
Release Manager
committed
gh-35416: `argon2_cffi`: Add missing dependency <!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> ### 📚 Description <!-- Describe your changes here in detail. --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> Resolves #35411 <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [x] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35416 Reported by: Matthias Köppe Reviewer(s):
2 parents cdbae68 + 990ac5c commit dfe0ada

File tree

9 files changed

+37
-5
lines changed

9 files changed

+37
-5
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: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
cd src
2-
if [ "$SAGE_FAT_BINARY" = "yes" ]; then
3-
# https://argon2-cffi.readthedocs.io/en/stable/installation.html
4-
export ARGON2_CFFI_USE_SSE2=0
5-
fi
62
sdh_pip_install .
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cd src
2+
if [ "$SAGE_FAT_BINARY" = "yes" ]; then
3+
# https://argon2-cffi.readthedocs.io/en/stable/installation.html
4+
export ARGON2_CFFI_USE_SSE2=0
5+
fi
6+
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)