summaryrefslogtreecommitdiff
path: root/security/py-bcrypt/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-04-25 13:48:50 +0000
committerwiz <wiz@pkgsrc.org>2015-04-25 13:48:50 +0000
commit10673bfbe6d5db8f8188747a4ea87e74ccf55e3f (patch)
tree9d4baca12e79e36008958579c1fef97d88b12316 /security/py-bcrypt/Makefile
parentb9cd21705536d455a9f88bf4723637be944e53a0 (diff)
downloadpkgsrc-10673bfbe6d5db8f8188747a4ea87e74ccf55e3f.tar.gz
Fix packaging for python-3.x by using the same .so name for all
supported python versions (like py-cryptography). They are in different paths anyway. While here, sort PLIST and fix CONFLICTS line. Bump PKGREVISION.
Diffstat (limited to 'security/py-bcrypt/Makefile')
-rw-r--r--security/py-bcrypt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile
index 872cd0f9781..25a3b02ff92 100644
--- a/security/py-bcrypt/Makefile
+++ b/security/py-bcrypt/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2015/04/19 00:50:02 rodent Exp $
+# $NetBSD: Makefile,v 1.7 2015/04/25 13:48:50 wiz Exp $
DISTNAME= bcrypt-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= python security
MASTER_SITES= https://pypi.python.org/packages/source/b/bcrypt/
@@ -14,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-CONFLICTS+= ${PYPKGPREFIX}-py-bcrypt-[0-9]*:../../security/py-py-bcrypt
+CONFLICTS+= ${PYPKGPREFIX}-py-bcrypt-[0-9]*
.include "options.mk"