pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-curl
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 2 22:56:31 UTC 2022
Modified Files:
pkgsrc/www/py-curl: Makefile PLIST
Log Message:
py-curl: finish conversion to egg.mk
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/www/py-curl/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-curl/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-curl/Makefile
diff -u pkgsrc/www/py-curl/Makefile:1.78 pkgsrc/www/py-curl/Makefile:1.79
--- pkgsrc/www/py-curl/Makefile:1.78 Sun Jan 2 11:29:51 2022
+++ pkgsrc/www/py-curl/Makefile Sun Jan 2 22:56:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2022/01/02 11:29:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.79 2022/01/02 22:56:31 wiz Exp $
DISTNAME= pycurl-7.44.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -23,6 +23,11 @@ do-test:
BUILDLINK_API_DEPENDS.curl+= curl>=7.19.0
.include "../../www/curl/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
+
+.if ${PYPKGPREFIX} == "py27"
+_PYSETUPTOOLSINSTALLARGS:= ${PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed}
+.endif
+
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-curl/PLIST
diff -u pkgsrc/www/py-curl/PLIST:1.18 pkgsrc/www/py-curl/PLIST:1.19
--- pkgsrc/www/py-curl/PLIST:1.18 Sun Jan 2 11:29:51 2022
+++ pkgsrc/www/py-curl/PLIST Sun Jan 2 22:56:31 2022
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.18 2022/01/02 11:29:51 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.19 2022/01/02 22:56:31 wiz Exp $
${PYSITELIB}/curl/__init__.py
${PYSITELIB}/curl/__init__.pyc
${PYSITELIB}/curl/__init__.pyo
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pycurl.so
share/doc/pycurl${PYVERSSUFFIX}/AUTHORS
share/doc/pycurl${PYVERSSUFFIX}/COPYING-LGPL
Home |
Main Index |
Thread Index |
Old Index