diff options
author | wiz <wiz@pkgsrc.org> | 2015-12-27 22:26:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-12-27 22:26:23 +0000 |
commit | 25140080780c03c09eba36465a9b535b7fe09629 (patch) | |
tree | 1101466647d82c19c92a64479a861ba3b2d4a2c1 /security | |
parent | b8705e013f4ae66bfbca3cdf8f08e83f9a470460 (diff) | |
download | pkgsrc-25140080780c03c09eba36465a9b535b7fe09629.tar.gz |
Import py-simplesha3-2015.09.22.post1 as security/py-simplesha3.
This is a modified version of Daniel J. Bernstein's simplesha3
Python library that works in Python 3 in addition to the Python 2
of the original. This modified version is also available on pypi.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-simplesha3/DESCR | 3 | ||||
-rw-r--r-- | security/py-simplesha3/Makefile | 15 | ||||
-rw-r--r-- | security/py-simplesha3/PLIST | 3 | ||||
-rw-r--r-- | security/py-simplesha3/distinfo | 6 |
4 files changed, 27 insertions, 0 deletions
diff --git a/security/py-simplesha3/DESCR b/security/py-simplesha3/DESCR new file mode 100644 index 00000000000..bf47b1f7052 --- /dev/null +++ b/security/py-simplesha3/DESCR @@ -0,0 +1,3 @@ +This is a modified version of Daniel J. Bernstein's simplesha3 +Python library that works in Python 3 in addition to the Python 2 +of the original. This modified version is also available on pypi. diff --git a/security/py-simplesha3/Makefile b/security/py-simplesha3/Makefile new file mode 100644 index 00000000000..606f9d11a18 --- /dev/null +++ b/security/py-simplesha3/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2015/12/27 22:26:23 wiz Exp $ + +DISTNAME= simplesha3-2015.09.22.post1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= security python +MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplesha3/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.dlitz.net/software/pycrypto/ +COMMENT= Simple SHA-3 implementation for Python +LICENSE= public-domain + +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/py-simplesha3/PLIST b/security/py-simplesha3/PLIST new file mode 100644 index 00000000000..b174eede4ab --- /dev/null +++ b/security/py-simplesha3/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/12/27 22:26:23 wiz Exp $ +${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/simplesha3.so diff --git a/security/py-simplesha3/distinfo b/security/py-simplesha3/distinfo new file mode 100644 index 00000000000..cecdc46486f --- /dev/null +++ b/security/py-simplesha3/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2015/12/27 22:26:23 wiz Exp $ + +SHA1 (simplesha3-2015.09.22.post1.tar.bz2) = 95b90ef943f863a8df4fa5941eaf4adc3311b271 +RMD160 (simplesha3-2015.09.22.post1.tar.bz2) = d83a3bd3b53d1b6e1338d826c716e8a02f9db20d +SHA512 (simplesha3-2015.09.22.post1.tar.bz2) = b2fe408a6c0ffce495b85d02080a7a030c317d0957e8333de6bc5582f195849666ab214264432785c20b0a0c60abca92d87b5da7e4cc3c5aa3a947cb53f29ce0 +Size (simplesha3-2015.09.22.post1.tar.bz2) = 1908 bytes |