Sat May 3 02:27:10 2014 UTC ()
Import py27-bcrypt-1.0.2 as security/py-bcrypt.

Modern password hashing for your software and your servers.


(rodent)
diff -r0 -r1.1 pkgsrc/security/py-bcrypt/DESCR
diff -r0 -r1.1 pkgsrc/security/py-bcrypt/Makefile
diff -r0 -r1.1 pkgsrc/security/py-bcrypt/PLIST
diff -r0 -r1.1 pkgsrc/security/py-bcrypt/distinfo
diff -r0 -r1.1 pkgsrc/security/py-bcrypt/options.mk

File Added: pkgsrc/security/py-bcrypt/DESCR
Modern password hashing for your software and your servers.

File Added: pkgsrc/security/py-bcrypt/Makefile
# $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
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"

File Added: pkgsrc/security/py-bcrypt/PLIST
@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

File Added: pkgsrc/security/py-bcrypt/distinfo
$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

File Added: pkgsrc/security/py-bcrypt/Attic/options.mk
# $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