pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-bcrypt
Module Name: pkgsrc
Committed By: adam
Date: Mon Oct 9 06:21:39 UTC 2017
Modified Files:
pkgsrc/security/py-bcrypt: PLIST
Log Message:
Fixed: PLIST is different for Python 2.x and 3.x
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-bcrypt/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-bcrypt/PLIST
diff -u pkgsrc/security/py-bcrypt/PLIST:1.4 pkgsrc/security/py-bcrypt/PLIST:1.5
--- pkgsrc/security/py-bcrypt/PLIST:1.4 Sun Oct 8 08:58:21 2017
+++ pkgsrc/security/py-bcrypt/PLIST Mon Oct 9 06:21:39 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/10/08 08:58:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/10/09 06:21:39 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,4 +11,5 @@ ${PYSITELIB}/bcrypt/__about__.pyo
${PYSITELIB}/bcrypt/__init__.py
${PYSITELIB}/bcrypt/__init__.pyc
${PYSITELIB}/bcrypt/__init__.pyo
-${PYSITELIB}/bcrypt/_bcrypt.abi3.so
+${PLIST.py2x}${PYSITELIB}/bcrypt/_bcrypt.so
+${PLIST.py3x}${PYSITELIB}/bcrypt/_bcrypt.abi3.so
Home |
Main Index |
Thread Index |
Old Index