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:   ryoon
Date:           Sun Jan  2 11:29:51 UTC 2022

Modified Files:
        pkgsrc/www/py-curl: Makefile PLIST

Log Message:
py-curl: Use egg.mk to fix packaging

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/py-curl/Makefile
cvs rdiff -u -r1.17 -r1.18 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.77 pkgsrc/www/py-curl/Makefile:1.78
--- pkgsrc/www/py-curl/Makefile:1.77    Wed Dec  8 16:06:59 2021
+++ pkgsrc/www/py-curl/Makefile Sun Jan  2 11:29:51 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.77 2021/12/08 16:06:59 adam Exp $
+# $NetBSD: Makefile,v 1.78 2022/01/02 11:29:51 ryoon Exp $
 
 DISTNAME=      pycurl-7.44.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycurl/}
 

Index: pkgsrc/www/py-curl/PLIST
diff -u pkgsrc/www/py-curl/PLIST:1.17 pkgsrc/www/py-curl/PLIST:1.18
--- pkgsrc/www/py-curl/PLIST:1.17       Wed Aug 25 09:01:07 2021
+++ pkgsrc/www/py-curl/PLIST    Sun Jan  2 11:29:51 2022
@@ -1,8 +1,11 @@
-@comment $NetBSD: PLIST,v 1.17 2021/08/25 09:01:07 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.18 2022/01/02 11:29:51 ryoon 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
 ${PYSITELIB}/pycurl.so
 share/doc/pycurl${PYVERSSUFFIX}/AUTHORS
 share/doc/pycurl${PYVERSSUFFIX}/COPYING-LGPL



Home | Main Index | Thread Index | Old Index