diff options
author | gls <gls@pkgsrc.org> | 2013-10-29 08:12:09 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2013-10-29 08:12:09 +0000 |
commit | 7126dbf7c767b40cd651315e346f801e6158839a (patch) | |
tree | a9c3afd699be80bdaa1d1be62cb706d48255362a /security | |
parent | f07c621a53997820fe169d90e6d2d2f7f867c7f9 (diff) | |
download | pkgsrc-7126dbf7c767b40cd651315e346f801e6158839a.tar.gz |
Update security/py-ecdsa to 0.10.
Upstream changes:
-----------------
* Release 0.10 (23 Oct 2013)
Make the secp256k1 available in __init__.py too (thanks to Scott Bannert).
While here, adjust HOMEPAGE.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-ecdsa/Makefile | 10 | ||||
-rw-r--r-- | security/py-ecdsa/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/security/py-ecdsa/Makefile b/security/py-ecdsa/Makefile index 62daaa98966..a535ae80cbf 100644 --- a/security/py-ecdsa/Makefile +++ b/security/py-ecdsa/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.1 2013/10/20 12:47:11 gls Exp $ +# $NetBSD: Makefile,v 1.2 2013/10/29 08:12:09 gls Exp $ -DISTNAME= python-ecdsa-0.9 -PKGNAME= ${PYPKGPREFIX}-ecdsa-0.9 +DISTNAME= python-ecdsa-0.10 +PKGNAME= ${PYPKGPREFIX}-ecdsa-0.10 CATEGORIES= security MASTER_SITES= https://github.com/warner/python-ecdsa/archive/ FETCH_USING= curl MAINTAINER= gls@NetBSD.org -HOMEPAGE= https://github.com/warner/python-ecdsa/archive/ +HOMEPAGE= https://github.com/warner/python-ecdsa/ COMMENT= Easy-to-use implementation of ECDSA cryptography LICENSE= mit -WRKSRC= ${WRKDIR}/python-ecdsa-python-ecdsa-0.9 +WRKSRC= ${WRKDIR}/python-ecdsa-${DISTNAME} USE_LANGUAGES= # none REPLACE_INTERPRETER+= python diff --git a/security/py-ecdsa/distinfo b/security/py-ecdsa/distinfo index 4b2c0b12425..d4a2e63813b 100644 --- a/security/py-ecdsa/distinfo +++ b/security/py-ecdsa/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/10/20 12:47:11 gls Exp $ +$NetBSD: distinfo,v 1.2 2013/10/29 08:12:09 gls Exp $ -SHA1 (python-ecdsa-0.9.tar.gz) = 60ee437c586e64ec506be4fd2ec5fe57731bc57d -RMD160 (python-ecdsa-0.9.tar.gz) = dcdce4e442559552755f4f1586f4c7de689d6224 -Size (python-ecdsa-0.9.tar.gz) = 45540 bytes +SHA1 (python-ecdsa-0.10.tar.gz) = 0b8581e319968da231ea5a61d0e0c2986a846bec +RMD160 (python-ecdsa-0.10.tar.gz) = 4cf6cdacfc534362680bbaffbe06d812bada2d0e +Size (python-ecdsa-0.10.tar.gz) = 45575 bytes |