pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-scgi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 22:46:42 UTC 2022

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

Log Message:
py-scgi: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-scgi/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-scgi/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-scgi/Makefile
diff -u pkgsrc/www/py-scgi/Makefile:1.19 pkgsrc/www/py-scgi/Makefile:1.20
--- pkgsrc/www/py-scgi/Makefile:1.19    Sun Jan 26 17:32:23 2020
+++ pkgsrc/www/py-scgi/Makefile Mon Jan 10 22:46:42 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2020/01/26 17:32:23 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2022/01/10 22:46:42 wiz Exp $
 
 DISTNAME=      scgi-1.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  http://python.ca/scgi/releases/
 
@@ -16,5 +17,5 @@ PYTHON_VERSIONS_ACCEPTED=     27 # py-quixot
 
 CFLAGS.SunOS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-scgi/PLIST
diff -u pkgsrc/www/py-scgi/PLIST:1.5 pkgsrc/www/py-scgi/PLIST:1.6
--- pkgsrc/www/py-scgi/PLIST:1.5        Sat Mar 24 08:25:30 2018
+++ pkgsrc/www/py-scgi/PLIST    Mon Jan 10 22:46:42 2022
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/03/24 08:25:30 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.6 2022/01/10 22:46:42 wiz Exp $
 ${PYSITELIB}/scgi/__init__.py
 ${PYSITELIB}/scgi/__init__.pyc
 ${PYSITELIB}/scgi/__init__.pyo



Home | Main Index | Thread Index | Old Index