Import py-blake2-1.1.2 to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-07 16:29:12 +01:00
parent c81649b2b0
commit 9bdf455ef2
4 changed files with 28 additions and 0 deletions

2
py-blake2/DESCR Normal file
View File

@ -0,0 +1,2 @@
pyblake2 is an extension module for Python implementing
BLAKE2 hash function.

14
py-blake2/Makefile Normal file
View File

@ -0,0 +1,14 @@
# $NetBSD$
DISTNAME= pyblake2-1.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyblake2/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/dchest/pyblake2
COMMENT= BLAKE2 hash function extension module
LICENSE= cc0-1.0-universal
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

6
py-blake2/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pyblake2.so

6
py-blake2/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (pyblake2-1.1.2.tar.gz) = d643d4216c0990c6c1eeae648462da152d353369
RMD160 (pyblake2-1.1.2.tar.gz) = a29459147193afc3149149ff2cd4eb8cf7d050fb
SHA512 (pyblake2-1.1.2.tar.gz) = 26297d788208a80c8102602135332d5ee1424711d9c693828af232b5546301c5d144680367a954d8d9765998a23b82046b157b0072fdc63305ff0088feb16e55
Size (pyblake2-1.1.2.tar.gz) = 126693 bytes