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 build on !i3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff8aacdfc568
branches:  trunk
changeset: 321754:ff8aacdfc568
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Mar 31 10:33:58 2019 +0000

description:
py-cryptodome: Fix build on !i386 and !x86_64 MACHINE_ARCHs

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 8e18cb13dbbe -r ff8aacdfc568 security/py-cryptodome/PLIST
--- a/security/py-cryptodome/PLIST      Sun Mar 31 09:04:01 2019 +0000
+++ b/security/py-cryptodome/PLIST      Sun Mar 31 10:33:58 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2019/03/24 10:41:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2019/03/31 10:33:58 leot Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -104,7 +104,6 @@
 ${PYSITELIB}/Crypto/Cipher/_mode_siv.pyi
 ${PYSITELIB}/Crypto/Cipher/_mode_siv.pyo
 ${PYSITELIB}/Crypto/Cipher/_raw_aes.so
-${PYSITELIB}/Crypto/Cipher/_raw_aesni.so
 ${PYSITELIB}/Crypto/Cipher/_raw_arc2.so
 ${PYSITELIB}/Crypto/Cipher/_raw_blowfish.so
 ${PYSITELIB}/Crypto/Cipher/_raw_cast.so
@@ -219,7 +218,6 @@
 ${PYSITELIB}/Crypto/Hash/__init__.pyc
 ${PYSITELIB}/Crypto/Hash/__init__.pyi
 ${PYSITELIB}/Crypto/Hash/__init__.pyo
-${PYSITELIB}/Crypto/Hash/_ghash_clmul.so
 ${PYSITELIB}/Crypto/Hash/_ghash_portable.so
 ${PYSITELIB}/Crypto/Hash/_keccak.so
 ${PYSITELIB}/Crypto/Hash/_poly1305.so
diff -r 8e18cb13dbbe -r ff8aacdfc568 security/py-cryptodome/PLIST.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-cryptodome/PLIST.i386 Sun Mar 31 10:33:58 2019 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.i386,v 1.1 2019/03/31 10:33:58 leot Exp $
+${PYSITELIB}/Crypto/Cipher/_raw_aesni.so
+${PYSITELIB}/Crypto/Hash/_ghash_clmul.so
diff -r 8e18cb13dbbe -r ff8aacdfc568 security/py-cryptodome/PLIST.x86_64
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-cryptodome/PLIST.x86_64       Sun Mar 31 10:33:58 2019 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.x86_64,v 1.1 2019/03/31 10:33:58 leot Exp $
+${PYSITELIB}/Crypto/Cipher/_raw_aesni.so
+${PYSITELIB}/Crypto/Hash/_ghash_clmul.so



Home | Main Index | Thread Index | Old Index