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: Re-unbreak packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6262231b1a78
branches:  trunk
changeset: 447703:6262231b1a78
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Feb 25 08:13:39 2021 +0000

description:
py-cryptodome: Re-unbreak packaging on non-x86

diffstat:

 security/py-cryptodome/PLIST        |  4 +---
 security/py-cryptodome/PLIST.i386   |  3 +++
 security/py-cryptodome/PLIST.x86_64 |  3 +++
 3 files changed, 7 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r efbce1fea1dc -r 6262231b1a78 security/py-cryptodome/PLIST
--- a/security/py-cryptodome/PLIST      Thu Feb 25 07:38:34 2021 +0000
+++ b/security/py-cryptodome/PLIST      Thu Feb 25 08:13:39 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2021/02/24 01:11:34 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.21 2021/02/25 08:13:56 nia Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -108,7 +108,6 @@
 ${PYSITELIB}/Crypto/Cipher/_mode_siv.pyi
 ${PYSITELIB}/Crypto/Cipher/_mode_siv.pyo
 ${PYSITELIB}/Crypto/Cipher/_raw_aes.${SOEXT}
-${PYSITELIB}/Crypto/Cipher/_raw_aesni.${SOEXT}
 ${PYSITELIB}/Crypto/Cipher/_raw_arc2.${SOEXT}
 ${PYSITELIB}/Crypto/Cipher/_raw_blowfish.${SOEXT}
 ${PYSITELIB}/Crypto/Cipher/_raw_cast.${SOEXT}
@@ -224,7 +223,6 @@
 ${PYSITELIB}/Crypto/Hash/__init__.pyc
 ${PYSITELIB}/Crypto/Hash/__init__.pyi
 ${PYSITELIB}/Crypto/Hash/__init__.pyo
-${PYSITELIB}/Crypto/Hash/_ghash_clmul.${SOEXT}
 ${PYSITELIB}/Crypto/Hash/_ghash_portable.${SOEXT}
 ${PYSITELIB}/Crypto/Hash/_keccak.${SOEXT}
 ${PYSITELIB}/Crypto/Hash/_poly1305.${SOEXT}
diff -r efbce1fea1dc -r 6262231b1a78 security/py-cryptodome/PLIST.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-cryptodome/PLIST.i386 Thu Feb 25 08:13:39 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.i386,v 1.3 2021/02/25 08:13:39 nia Exp $
+${PYSITELIB}/Crypto/Cipher/_raw_aesni.${SOEXT}
+${PYSITELIB}/Crypto/Hash/_ghash_clmul.${SOEXT}
diff -r efbce1fea1dc -r 6262231b1a78 security/py-cryptodome/PLIST.x86_64
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-cryptodome/PLIST.x86_64       Thu Feb 25 08:13:39 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.x86_64,v 1.3 2021/02/25 08:13:39 nia Exp $
+${PYSITELIB}/Crypto/Cipher/_raw_aesni.${SOEXT}
+${PYSITELIB}/Crypto/Hash/_ghash_clmul.${SOEXT}



Home | Main Index | Thread Index | Old Index