pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-webpy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:54:11 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-webpy/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-webpy/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-webpy/Makefile
diff -u pkgsrc/www/py-webpy/Makefile:1.24 pkgsrc/www/py-webpy/Makefile:1.25
--- pkgsrc/www/py-webpy/Makefile:1.24   Mon Jul 13 20:05:13 2020
+++ pkgsrc/www/py-webpy/Makefile        Mon Jan 10 20:54:11 2022
@@ -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 @@ REPLACE_PYTHON+=              web/__init__.py web/ut
 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"

Index: pkgsrc/www/py-webpy/PLIST
diff -u pkgsrc/www/py-webpy/PLIST:1.7 pkgsrc/www/py-webpy/PLIST:1.8
--- pkgsrc/www/py-webpy/PLIST:1.7       Sun Apr  8 20:22:00 2012
+++ pkgsrc/www/py-webpy/PLIST   Mon Jan 10 20:54:11 2022
@@ -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