pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-ifaddr
Module Name: pkgsrc
Committed By: mef
Date: Tue Dec 31 09:56:46 UTC 2019
Modified Files:
pkgsrc/net/py-ifaddr: Makefile PLIST
Log Message:
(net/py-ifaddr) experimental build fix for py27 (and py37)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-ifaddr/Makefile \
pkgsrc/net/py-ifaddr/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-ifaddr/Makefile
diff -u pkgsrc/net/py-ifaddr/Makefile:1.1 pkgsrc/net/py-ifaddr/Makefile:1.2
--- pkgsrc/net/py-ifaddr/Makefile:1.1 Sun Dec 29 02:24:18 2019
+++ pkgsrc/net/py-ifaddr/Makefile Tue Dec 31 09:56:46 2019
@@ -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 @@ HOMEPAGE= https://github.com/pydron/ifad
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"
Index: pkgsrc/net/py-ifaddr/PLIST
diff -u pkgsrc/net/py-ifaddr/PLIST:1.1 pkgsrc/net/py-ifaddr/PLIST:1.2
--- pkgsrc/net/py-ifaddr/PLIST:1.1 Sun Dec 29 02:24:18 2019
+++ pkgsrc/net/py-ifaddr/PLIST Tue Dec 31 09:56:46 2019
@@ -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