diff options
author | adam <adam@pkgsrc.org> | 2019-02-14 12:56:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-02-14 12:56:38 +0000 |
commit | 4aa61e0994b285f0e654092682a51a9e7e2e4418 (patch) | |
tree | 973b805c5c18e6bd7a5c4bc86c31db099442dbc0 /security | |
parent | 7686beaffe993f389d0bff5bf7ee7cf481f2390d (diff) | |
download | pkgsrc-4aa61e0994b285f0e654092682a51a9e7e2e4418.tar.gz |
py-cryptopp: updated to 0.7.1
release pycryptopp-0.7.1
disable optimized assembly implementations by default
tweaks to the benchmarking scripts
Diffstat (limited to 'security')
-rw-r--r-- | security/py-cryptopp/Makefile | 19 | ||||
-rw-r--r-- | security/py-cryptopp/PLIST | 24 | ||||
-rw-r--r-- | security/py-cryptopp/distinfo | 10 |
3 files changed, 34 insertions, 19 deletions
diff --git a/security/py-cryptopp/Makefile b/security/py-cryptopp/Makefile index 931487d06ee..bd6113b8142 100644 --- a/security/py-cryptopp/Makefile +++ b/security/py-cryptopp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2018/07/03 05:03:31 adam Exp $ +# $NetBSD: Makefile,v 1.18 2019/02/14 12:56:38 adam Exp $ -VERSION= 0.6.0 -VERSION_EXCESSIVE= 1206569328141510525648634803928199668821045408958 -DISTNAME= pycryptopp-${VERSION}.${VERSION_EXCESSIVE} +VERSION= 0.7.1 +VERSION_HASH= 869544967005693312591928092448767568728501330214 +DISTNAME= pycryptopp-${VERSION}.${VERSION_HASH} PKGNAME= ${PYPKGPREFIX}-cryptopp-${VERSION} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptopp/} @@ -10,17 +10,12 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptopp/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://tahoe-lafs.org/trac/pycryptopp COMMENT= Python wrapper for (and copy of parts of) crypto++ -# GPL v2 or later. -# or Transitive Grace Period Public Licence, version 1.0 or later. -LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 OR mit +# or Transitive Grace Period Public Licence, version 1.0 or later USE_LANGUAGES= c c++ -REPLACE_PYTHON= pycryptopp/test/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.6.0.120... - -# It would be nice if egg.mk had support for this. -#TEST_TARGET= @python@ setup.py test +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-cryptopp/PLIST b/security/py-cryptopp/PLIST index cfb17b9252d..6b76e5d392c 100644 --- a/security/py-cryptopp/PLIST +++ b/security/py-cryptopp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2012/03/16 00:12:35 gdt Exp $ +@comment $NetBSD: PLIST,v 1.5 2019/02/14 12:56:38 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -13,6 +13,24 @@ ${PYSITELIB}/pycryptopp/_pycryptopp.so ${PYSITELIB}/pycryptopp/_version.py ${PYSITELIB}/pycryptopp/_version.pyc ${PYSITELIB}/pycryptopp/_version.pyo +${PYSITELIB}/pycryptopp/bench/__init__.py +${PYSITELIB}/pycryptopp/bench/__init__.pyc +${PYSITELIB}/pycryptopp/bench/__init__.pyo +${PYSITELIB}/pycryptopp/bench/bench_algs.py +${PYSITELIB}/pycryptopp/bench/bench_algs.pyc +${PYSITELIB}/pycryptopp/bench/bench_algs.pyo +${PYSITELIB}/pycryptopp/bench/bench_ciphers.py +${PYSITELIB}/pycryptopp/bench/bench_ciphers.pyc +${PYSITELIB}/pycryptopp/bench/bench_ciphers.pyo +${PYSITELIB}/pycryptopp/bench/bench_hashes.py +${PYSITELIB}/pycryptopp/bench/bench_hashes.pyc +${PYSITELIB}/pycryptopp/bench/bench_hashes.pyo +${PYSITELIB}/pycryptopp/bench/bench_sigs.py +${PYSITELIB}/pycryptopp/bench/bench_sigs.pyc +${PYSITELIB}/pycryptopp/bench/bench_sigs.pyo +${PYSITELIB}/pycryptopp/bench/common.py +${PYSITELIB}/pycryptopp/bench/common.pyc +${PYSITELIB}/pycryptopp/bench/common.pyo ${PYSITELIB}/pycryptopp/cipher/__init__.py ${PYSITELIB}/pycryptopp/cipher/__init__.pyc ${PYSITELIB}/pycryptopp/cipher/__init__.pyo @@ -89,5 +107,7 @@ ${PYSITELIB}/pycryptopp/testvectors/kat-ed25519-short.txt ${PYSITELIB}/pycryptopp/testvectors/kat-ed25519.txt ${PYSITELIB}/pycryptopp/testvectors/xsalsa20.txt share/doc/pycryptopp/COPYING.GPL -share/doc/pycryptopp/COPYING.TGPPL.html +share/doc/pycryptopp/COPYING.MIT.txt +share/doc/pycryptopp/COPYING.SPL.txt +share/doc/pycryptopp/COPYING.TGPPL.rst share/doc/pycryptopp/README.rst diff --git a/security/py-cryptopp/distinfo b/security/py-cryptopp/distinfo index 80b95a2044c..8b554df2135 100644 --- a/security/py-cryptopp/distinfo +++ b/security/py-cryptopp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 01:18:03 agc Exp $ +$NetBSD: distinfo,v 1.8 2019/02/14 12:56:38 adam Exp $ -SHA1 (pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz) = 773008d41d5c135a5bd899cd4c4a51ee54a97e39 -RMD160 (pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz) = 778816987bfc7ba26de35d5d8931a082b2531fcd -SHA512 (pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz) = bdd7d983bc0f8ef50c140a8da0c532883f0f1461d4a91d2761c872403133e9474d4fdbd78e275adbaacd2066cab4121034002a4730258162a618b3af913fdf7a -Size (pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz) = 2009822 bytes +SHA1 (pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz) = 7087c9c37af1178d2b7e148fff8e9a558f868325 +RMD160 (pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz) = 6daf62aab96fc2f944eb3b61d754e6705d35cbfc +SHA512 (pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz) = 8b5996badedcd32345818f95e26487ac938c10e1790495515c74816075261a4fcedd2f80c55beddbdea54ed8899bc7c7b1a192468cb3cf434c50f9a68b65cc25 +Size (pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz) = 1992756 bytes SHA1 (patch-setup.py) = 70ddc502d91ff35bc6b165daa6b617047458b63e |