pkgsrc-WIP-changes archive

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

Add py-pbdkf2 1.3



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Sun Aug 28 19:05:03 2016 +0200
Changeset:	5bcb8f378e79cba9ab03acdcc90b06553fe54cf4

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

Log Message:
Add py-pbdkf2 1.3

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

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

diffstat:
 py-pbkdf2/DESCR    |  4 ++++
 py-pbkdf2/Makefile | 20 ++++++++++++++++++++
 py-pbkdf2/PLIST    |  8 ++++++++
 py-pbkdf2/distinfo |  6 ++++++
 4 files changed, 38 insertions(+)

diffs:
diff --git a/py-pbkdf2/DESCR b/py-pbkdf2/DESCR
new file mode 100644
index 0000000..3274f4d
--- /dev/null
+++ b/py-pbkdf2/DESCR
@@ -0,0 +1,4 @@
+PKCS#5 v2.0 PBKDF2 Module
+
+This module implements the password-based key derivation function, PBKDF2,
+specified in RSA PKCS#5 v2.0.
diff --git a/py-pbkdf2/Makefile b/py-pbkdf2/Makefile
new file mode 100644
index 0000000..f2d72a2
--- /dev/null
+++ b/py-pbkdf2/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	pbkdf2-1.3
+PKGNAME=	${PYPKGPREFIX}-pbkdf2-1.3
+EGG_NAME=	pbkdf2-${PKGVERSION}
+CATEGORIES=	security
+MASTER_SITES=	https://pypi.python.org/packages/02/c0/6a2376ae81beb82eda645a091684c0b0becb86b972def7849ea9066e3d5e/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/pbkdf2
+COMMENT=	"PKCS#5 v2.0 PBKDF2 Module"
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+REPLACE_PYTHON=	pbkdf2.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pbkdf2/PLIST b/py-pbkdf2/PLIST
new file mode 100644
index 0000000..b6c8471
--- /dev/null
+++ b/py-pbkdf2/PLIST
@@ -0,0 +1,8 @@
+@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}/pbkdf2.py
+${PYSITELIB}/pbkdf2.pyc
+${PYSITELIB}/pbkdf2.pyo
diff --git a/py-pbkdf2/distinfo b/py-pbkdf2/distinfo
new file mode 100644
index 0000000..ec76c1c
--- /dev/null
+++ b/py-pbkdf2/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pbkdf2-1.3.tar.gz) = cbab36faeea0300e9e33383567f951aec5ae70ce
+RMD160 (pbkdf2-1.3.tar.gz) = fd8073d6f73e7d36d01d80cb6d3e2d4284175dd0
+SHA512 (pbkdf2-1.3.tar.gz) = 1297950d045f9b56f5eb9f771fe65091802c1f12f090a8a80fb5e36bfa10f1c1ac3b9dc8088f4a640b840fb7073aadd3fdf39f3979118046ba5cde477d071244
+Size (pbkdf2-1.3.tar.gz) = 6360 bytes


Home | Main Index | Thread Index | Old Index