pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import py-blake2-1.1.2 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Dec 7 16:29:12 2020 +0100
Changeset:	9bdf455ef24ec82d86eb4530e782cbb98d6d8146

Added Files:
	py-blake2/DESCR
	py-blake2/Makefile
	py-blake2/PLIST
	py-blake2/distinfo

Log Message:
Import py-blake2-1.1.2 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9bdf455ef24ec82d86eb4530e782cbb98d6d8146

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-blake2/DESCR    |  2 ++
 py-blake2/Makefile | 14 ++++++++++++++
 py-blake2/PLIST    |  6 ++++++
 py-blake2/distinfo |  6 ++++++
 4 files changed, 28 insertions(+)

diffs:
diff --git a/py-blake2/DESCR b/py-blake2/DESCR
new file mode 100644
index 0000000000..7c77e4669d
--- /dev/null
+++ b/py-blake2/DESCR
@@ -0,0 +1,2 @@
+pyblake2 is an extension module for Python implementing
+BLAKE2 hash function.
diff --git a/py-blake2/Makefile b/py-blake2/Makefile
new file mode 100644
index 0000000000..70d9e61bb1
--- /dev/null
+++ b/py-blake2/Makefile
@@ -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@localhost
+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"
diff --git a/py-blake2/PLIST b/py-blake2/PLIST
new file mode 100644
index 0000000000..a86d81dfd9
--- /dev/null
+++ b/py-blake2/PLIST
@@ -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
diff --git a/py-blake2/distinfo b/py-blake2/distinfo
new file mode 100644
index 0000000000..2adca73f8e
--- /dev/null
+++ b/py-blake2/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index