pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security
Module Name: pkgsrc
Committed By: adam
Date: Wed Nov 13 21:12:20 UTC 2019
Modified Files:
pkgsrc/security: Makefile
Added Files:
pkgsrc/security/py-argon2-cffi: DESCR Makefile PLIST distinfo
Removed Files:
pkgsrc/security/py-argon2_cffi: DESCR Makefile PLIST distinfo
Log Message:
py-argon2-cffi: updated to 19.2.0
19.2.0:
Backward-incompatible changes:
- Python 3.4 is not supported anymore.
It has been unsupported by the Python core team for a while now and its PyPI downloads are negligible.
It's very unlikely that ``argon2-cffi`` will break under 3.4 anytime soon, but we don't test it and don't ship binary wheels for it anymore.
Changes:
- The dependency on ``enum34`` is now protected using a PEP 508 marker.
This fixes problems when the sdist is handled by a different interpreter version than the one running it.
To generate a diff of this commit:
cvs rdiff -u -r1.719 -r1.720 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-argon2-cffi/DESCR \
pkgsrc/security/py-argon2-cffi/Makefile \
pkgsrc/security/py-argon2-cffi/PLIST \
pkgsrc/security/py-argon2-cffi/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/security/py-argon2_cffi/DESCR
cvs rdiff -u -r1.4 -r0 pkgsrc/security/py-argon2_cffi/Makefile \
pkgsrc/security/py-argon2_cffi/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/security/py-argon2_cffi/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.719 pkgsrc/security/Makefile:1.720
--- pkgsrc/security/Makefile:1.719 Thu Nov 7 03:28:19 2019
+++ pkgsrc/security/Makefile Wed Nov 13 21:12:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.719 2019/11/07 03:28:19 jnemeth Exp $
+# $NetBSD: Makefile,v 1.720 2019/11/13 21:12:20 adam Exp $
#
COMMENT= Security tools
@@ -400,7 +400,7 @@ SUBDIR+= py-SSLCrypto
SUBDIR+= py-acme
SUBDIR+= py-acme-tiny
SUBDIR+= py-aes
-SUBDIR+= py-argon2_cffi
+SUBDIR+= py-argon2-cffi
SUBDIR+= py-asn1
SUBDIR+= py-asn1-modules
SUBDIR+= py-asn1crypto
Added files:
Index: pkgsrc/security/py-argon2-cffi/DESCR
diff -u /dev/null pkgsrc/security/py-argon2-cffi/DESCR:1.1
--- /dev/null Wed Nov 13 21:12:20 2019
+++ pkgsrc/security/py-argon2-cffi/DESCR Wed Nov 13 21:12:20 2019
@@ -0,0 +1,2 @@
+Argon2 won the Password Hashing Competition and argon2_cffi is the simplest
+way to use it in Python and PyPy.
Index: pkgsrc/security/py-argon2-cffi/Makefile
diff -u /dev/null pkgsrc/security/py-argon2-cffi/Makefile:1.1
--- /dev/null Wed Nov 13 21:12:20 2019
+++ pkgsrc/security/py-argon2-cffi/Makefile Wed Nov 13 21:12:20 2019
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2019/11/13 21:12:20 adam Exp $
+
+DISTNAME= argon2-cffi-19.2.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= security python
+MASTER_SITES= ${MASTER_SITE_PYPI:=a/argon2-cffi/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://argon2-cffi.readthedocs.io/
+COMMENT= Secure Argon2 password hashing algorithm
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
+.endif
+
+MAKE_ENV+= ARGON2_CFFI_USE_SYSTEM=1
+
+do-test:
+ cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/egg.mk"
+.include "../../security/argon2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-argon2-cffi/PLIST
diff -u /dev/null pkgsrc/security/py-argon2-cffi/PLIST:1.1
--- /dev/null Wed Nov 13 21:12:20 2019
+++ pkgsrc/security/py-argon2-cffi/PLIST Wed Nov 13 21:12:20 2019
@@ -0,0 +1,33 @@
+@comment $NetBSD: PLIST,v 1.1 2019/11/13 21:12:20 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/argon2/__init__.py
+${PYSITELIB}/argon2/__init__.pyc
+${PYSITELIB}/argon2/__init__.pyo
+${PYSITELIB}/argon2/__main__.py
+${PYSITELIB}/argon2/__main__.pyc
+${PYSITELIB}/argon2/__main__.pyo
+${PLIST.py2x}${PYSITELIB}/argon2/_ffi.so
+${PLIST.py3x}${PYSITELIB}/argon2/_ffi.abi3.so
+${PYSITELIB}/argon2/_ffi_build.py
+${PYSITELIB}/argon2/_ffi_build.pyc
+${PYSITELIB}/argon2/_ffi_build.pyo
+${PYSITELIB}/argon2/_legacy.py
+${PYSITELIB}/argon2/_legacy.pyc
+${PYSITELIB}/argon2/_legacy.pyo
+${PYSITELIB}/argon2/_password_hasher.py
+${PYSITELIB}/argon2/_password_hasher.pyc
+${PYSITELIB}/argon2/_password_hasher.pyo
+${PYSITELIB}/argon2/_utils.py
+${PYSITELIB}/argon2/_utils.pyc
+${PYSITELIB}/argon2/_utils.pyo
+${PYSITELIB}/argon2/exceptions.py
+${PYSITELIB}/argon2/exceptions.pyc
+${PYSITELIB}/argon2/exceptions.pyo
+${PYSITELIB}/argon2/low_level.py
+${PYSITELIB}/argon2/low_level.pyc
+${PYSITELIB}/argon2/low_level.pyo
Index: pkgsrc/security/py-argon2-cffi/distinfo
diff -u /dev/null pkgsrc/security/py-argon2-cffi/distinfo:1.1
--- /dev/null Wed Nov 13 21:12:20 2019
+++ pkgsrc/security/py-argon2-cffi/distinfo Wed Nov 13 21:12:20 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/11/13 21:12:20 adam Exp $
+
+SHA1 (argon2-cffi-19.2.0.tar.gz) = 2242169e3049395317921badc396298d6d09b788
+RMD160 (argon2-cffi-19.2.0.tar.gz) = 10b1ee6604aea30921d4cc3d1ea873f415f727d9
+SHA512 (argon2-cffi-19.2.0.tar.gz) = 05e2eea18bb2fc2ab0c7174081634d6c2a227f14f64a2686b369e1bf2c69721149282c2572f1e4044c3f3a3e93003db8aed174aa64d377a145d6a81cc1f52fd2
+Size (argon2-cffi-19.2.0.tar.gz) = 1816417 bytes
Home |
Main Index |
Thread Index |
Old Index