pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-bcrypt Import py27-bcrypt-1.0.2 as securit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/65e4e66f164c
branches: trunk
changeset: 633772:65e4e66f164c
user: rodent <rodent%pkgsrc.org@localhost>
date: Sat May 03 02:27:10 2014 +0000
description:
Import py27-bcrypt-1.0.2 as security/py-bcrypt.
Modern password hashing for your software and your servers.
diffstat:
security/py-bcrypt/DESCR | 1 +
security/py-bcrypt/Makefile | 18 ++++++++++++++++++
security/py-bcrypt/PLIST | 30 ++++++++++++++++++++++++++++++
security/py-bcrypt/distinfo | 5 +++++
security/py-bcrypt/options.mk | 12 ++++++++++++
5 files changed, 66 insertions(+), 0 deletions(-)
diffs (86 lines):
diff -r b788e2bb2bb8 -r 65e4e66f164c security/py-bcrypt/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-bcrypt/DESCR Sat May 03 02:27:10 2014 +0000
@@ -0,0 +1,1 @@
+Modern password hashing for your software and your servers.
diff -r b788e2bb2bb8 -r 65e4e66f164c security/py-bcrypt/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-bcrypt/Makefile Sat May 03 02:27:10 2014 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2014/05/03 02:27:10 rodent Exp $
+
+DISTNAME= bcrypt-1.0.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= python security
+MASTER_SITES= https://pypi.python.org/packages/source/b/bcrypt/
+
+MAINTAINER= rodent%NetBSD.org@localhost
+HOMEPAGE= https://github.com/dstufft/bcrypt/
+COMMENT= Modern password hashing for your software and your servers
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
+
+.include "options.mk"
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b788e2bb2bb8 -r 65e4e66f164c security/py-bcrypt/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-bcrypt/PLIST Sat May 03 02:27:10 2014 +0000
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1 2014/05/03 02:27:10 rodent Exp $
+${PYSITELIB}/_cffi_677459_d17cc0.so
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/bcrypt/__about__.py
+${PYSITELIB}/bcrypt/__about__.pyc
+${PYSITELIB}/bcrypt/__about__.pyo
+${PYSITELIB}/bcrypt/__init__.py
+${PYSITELIB}/bcrypt/__init__.pyc
+${PYSITELIB}/bcrypt/__init__.pyo
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/LINKS
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/Makefile
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/PERFORMANCE
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/README
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/crypt.3
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/crypt.h
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/crypt_blowfish.c
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/crypt_blowfish.h
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/crypt_gensalt.c
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/crypt_gensalt.h
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/glibc-2.1.3-crypt.diff
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/glibc-2.14-crypt.diff
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/glibc-2.3.6-crypt.diff
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/ow-crypt.h
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/wrapper.c
+${PYSITELIB}/bcrypt/crypt_blowfish-1.2/x86.S
diff -r b788e2bb2bb8 -r 65e4e66f164c security/py-bcrypt/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-bcrypt/distinfo Sat May 03 02:27:10 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/05/03 02:27:10 rodent Exp $
+
+SHA1 (bcrypt-1.0.2.tar.gz) = 79ee90df35a3fb6a7b4c2675af3699b25918f09c
+RMD160 (bcrypt-1.0.2.tar.gz) = 7beeb9fc116418017143504f85c4eb0375b42fec
+Size (bcrypt-1.0.2.tar.gz) = 40386 bytes
diff -r b788e2bb2bb8 -r 65e4e66f164c security/py-bcrypt/options.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-bcrypt/options.mk Sat May 03 02:27:10 2014 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: options.mk,v 1.1 2014/05/03 02:27:10 rodent Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.py-bcrypt
+PKG_SUPPORTED_OPTIONS= tests
+PKG_SUGGESTED_OPTIONS+= # blank
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mtests)
+DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+.endif
Home |
Main Index |
Thread Index |
Old Index