pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-bcrypt Fixed: PLIST is different for Pytho...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a7e1f3a5e0f9
branches: trunk
changeset: 369956:a7e1f3a5e0f9
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 09 06:21:39 2017 +0000
description:
Fixed: PLIST is different for Python 2.x and 3.x
diffstat:
security/py-bcrypt/PLIST | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 5c179884697d -r a7e1f3a5e0f9 security/py-bcrypt/PLIST
--- a/security/py-bcrypt/PLIST Sun Oct 08 23:25:16 2017 +0000
+++ b/security/py-bcrypt/PLIST Mon Oct 09 06:21:39 2017 +0000
@@ -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/__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