pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/934896f7e615
branches:  trunk
changeset: 371571:934896f7e615
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:54:11 2022 +0000

description:
py-web.py: convert to egg.mk

diffstat:

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

diffs (30 lines):

diff -r a66091b9ca4b -r 934896f7e615 www/py-webpy/Makefile
--- a/www/py-webpy/Makefile     Mon Jan 10 20:53:32 2022 +0000
+++ b/www/py-webpy/Makefile     Mon Jan 10 20:54:11 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2020/07/13 20:05:13 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2022/01/10 20:54:11 wiz Exp $
 
 DISTNAME=      web.py-0.37
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  http://webpy.org/static/
 
@@ -16,5 +17,5 @@
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 0.37
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a66091b9ca4b -r 934896f7e615 www/py-webpy/PLIST
--- a/www/py-webpy/PLIST        Mon Jan 10 20:53:32 2022 +0000
+++ b/www/py-webpy/PLIST        Mon Jan 10 20:54:11 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2012/04/08 20:22:00 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.8 2022/01/10 20:54:11 wiz Exp $
 ${PYSITELIB}/web/__init__.py
 ${PYSITELIB}/web/__init__.pyc
 ${PYSITELIB}/web/__init__.pyo



Home | Main Index | Thread Index | Old Index