pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-scgi py-scgi: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52292cdb6c6f
branches:  trunk
changeset: 371625:52292cdb6c6f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 22:46:42 2022 +0000

description:
py-scgi: convert to egg.mk

diffstat:

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

diffs (30 lines):

diff -r cb9233d29c4d -r 52292cdb6c6f www/py-scgi/Makefile
--- a/www/py-scgi/Makefile      Mon Jan 10 22:46:03 2022 +0000
+++ b/www/py-scgi/Makefile      Mon Jan 10 22:46:42 2022 +0000
@@ -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 @@
 
 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"
diff -r cb9233d29c4d -r 52292cdb6c6f www/py-scgi/PLIST
--- a/www/py-scgi/PLIST Mon Jan 10 22:46:03 2022 +0000
+++ b/www/py-scgi/PLIST Mon Jan 10 22:46:42 2022 +0000
@@ -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