pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-argon2_cffi py-argon2_cffi: py2x/3x PLIST ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae244e1b1f17
branches:  trunk
changeset: 368953:ae244e1b1f17
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 23 12:38:18 2017 +0000

description:
py-argon2_cffi: py2x/3x PLIST differentiation

diffstat:

 security/py-argon2_cffi/PLIST |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 0b3ab08b9321 -r ae244e1b1f17 security/py-argon2_cffi/PLIST
--- a/security/py-argon2_cffi/PLIST     Sat Sep 23 12:18:50 2017 +0000
+++ b/security/py-argon2_cffi/PLIST     Sat Sep 23 12:38:18 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/26 08:33:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/09/23 12:38:18 tnn Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,7 +11,8 @@
 ${PYSITELIB}/argon2/__main__.py
 ${PYSITELIB}/argon2/__main__.pyc
 ${PYSITELIB}/argon2/__main__.pyo
-${PYSITELIB}/argon2/_ffi.abi3.so
+${PLIST.py2x}${PYSITELIB}/argon2/_ffi.so
+${PLIST.py3x}${PYSITELIB}/argon2/_ffi.abi3.so
 ${PYSITELIB}/argon2/_ffi_build.py
 ${PYSITELIB}/argon2/_ffi_build.pyc
 ${PYSITELIB}/argon2/_ffi_build.pyo



Home | Main Index | Thread Index | Old Index