pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cryptodome



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 26 06:46:16 UTC 2025

Modified Files:
        pkgsrc/security/py-cryptodome: PLIST

Log Message:
py-cryptodome: adapt PLIST for Python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/py-cryptodome/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-cryptodome/PLIST
diff -u pkgsrc/security/py-cryptodome/PLIST:1.33 pkgsrc/security/py-cryptodome/PLIST:1.34
--- pkgsrc/security/py-cryptodome/PLIST:1.33    Sun May 18 10:02:14 2025
+++ pkgsrc/security/py-cryptodome/PLIST Mon May 26 06:46:16 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2025/05/18 10:02:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.34 2025/05/26 06:46:16 wiz Exp $
 ${PYSITELIB}/Crypto/Cipher/AES.py
 ${PYSITELIB}/Crypto/Cipher/AES.pyc
 ${PYSITELIB}/Crypto/Cipher/AES.pyi
@@ -87,11 +87,11 @@ ${PYSITELIB}/Crypto/Cipher/_mode_gcm.pyc
 ${PYSITELIB}/Crypto/Cipher/_mode_gcm.pyi
 ${PYSITELIB}/Crypto/Cipher/_mode_gcm.pyo
 ${PYSITELIB}/Crypto/Cipher/_mode_kw.py
-${PYSITELIB}/Crypto/Cipher/_mode_kw.pyc
-${PYSITELIB}/Crypto/Cipher/_mode_kw.pyo
+${PLIST.py3x}${PYSITELIB}/Crypto/Cipher/_mode_kw.pyc
+${PLIST.py3x}${PYSITELIB}/Crypto/Cipher/_mode_kw.pyo
 ${PYSITELIB}/Crypto/Cipher/_mode_kwp.py
-${PYSITELIB}/Crypto/Cipher/_mode_kwp.pyc
-${PYSITELIB}/Crypto/Cipher/_mode_kwp.pyo
+${PLIST.py3x}${PYSITELIB}/Crypto/Cipher/_mode_kwp.pyc
+${PLIST.py3x}${PYSITELIB}/Crypto/Cipher/_mode_kwp.pyo
 ${PYSITELIB}/Crypto/Cipher/_mode_ocb.py
 ${PYSITELIB}/Crypto/Cipher/_mode_ocb.pyc
 ${PYSITELIB}/Crypto/Cipher/_mode_ocb.pyi



Home | Main Index | Thread Index | Old Index