pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-cryptodome py-cryptodome: fix PLIST for py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1982e5feae34
branches:  trunk
changeset: 381411:1982e5feae34
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 06 18:50:12 2022 +0000

description:
py-cryptodome: fix PLIST for python 2.x

diffstat:

 security/py-cryptodome/PLIST |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 080fd04835ce -r 1982e5feae34 security/py-cryptodome/PLIST
--- a/security/py-cryptodome/PLIST      Wed Jul 06 15:30:40 2022 +0000
+++ b/security/py-cryptodome/PLIST      Wed Jul 06 18:50:12 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2022/07/05 08:16:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2022/07/06 18:50:12 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -337,13 +337,16 @@
 ${PYSITELIB}/Crypto/PublicKey/__init__.pyi
 ${PYSITELIB}/Crypto/PublicKey/__init__.pyo
 ${PYSITELIB}/Crypto/PublicKey/_ec_ws.${SOEXT}
-${PYSITELIB}/Crypto/PublicKey/_ed25519.abi3.so
-${PYSITELIB}/Crypto/PublicKey/_ed448.abi3.so
+${PLIST.py3x}${PYSITELIB}/Crypto/PublicKey/_ed25519.abi3.so
+${PLIST.py2x}${PYSITELIB}/Crypto/PublicKey/_ed25519.so
+${PLIST.py3x}${PYSITELIB}/Crypto/PublicKey/_ed448.abi3.so
+${PLIST.py2x}${PYSITELIB}/Crypto/PublicKey/_ed448.so
 ${PYSITELIB}/Crypto/PublicKey/_openssh.py
 ${PYSITELIB}/Crypto/PublicKey/_openssh.pyc
 ${PYSITELIB}/Crypto/PublicKey/_openssh.pyi
 ${PYSITELIB}/Crypto/PublicKey/_openssh.pyo
-${PYSITELIB}/Crypto/PublicKey/_x25519.abi3.so
+${PLIST.py3x}${PYSITELIB}/Crypto/PublicKey/_x25519.abi3.so
+${PLIST.py2x}${PYSITELIB}/Crypto/PublicKey/_x25519.so
 ${PYSITELIB}/Crypto/Random/__init__.py
 ${PYSITELIB}/Crypto/Random/__init__.pyc
 ${PYSITELIB}/Crypto/Random/__init__.pyi



Home | Main Index | Thread Index | Old Index