pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-ifaddr (net/py-ifaddr) experimental build fix f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bae3b21e6db
branches:  trunk
changeset: 346342:3bae3b21e6db
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Dec 31 09:56:46 2019 +0000

description:
(net/py-ifaddr) experimental build fix for py27 (and py37)

diffstat:

 net/py-ifaddr/Makefile |  4 +++-
 net/py-ifaddr/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 2e8bc939d1cf -r 3bae3b21e6db net/py-ifaddr/Makefile
--- a/net/py-ifaddr/Makefile    Tue Dec 31 09:00:01 2019 +0000
+++ b/net/py-ifaddr/Makefile    Tue Dec 31 09:56:46 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/12/29 02:24:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/31 09:56:46 mef Exp $
 
 DISTNAME=      ifaddr-0.1.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 COMMENT=       Enumerates all IP addresses on all network adapters of the system
 LICENSE=       mit
 
+DEPENDS+=      py[0-9]*-expat:../../textproc/py-expat
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
diff -r 2e8bc939d1cf -r 3bae3b21e6db net/py-ifaddr/PLIST
--- a/net/py-ifaddr/PLIST       Tue Dec 31 09:00:01 2019 +0000
+++ b/net/py-ifaddr/PLIST       Tue Dec 31 09:56:46 2019 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2019/12/29 02:24:18 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/12/31 09:56:46 mef Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/ifaddr/__init__.py
 ${PYSITELIB}/ifaddr/__init__.pyo



Home | Main Index | Thread Index | Old Index