pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pytemplate



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 18:52:28 UTC 2022

Modified Files:
        pkgsrc/devel/py-pytemplate: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-pytemplate/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pytemplate/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pytemplate/Makefile
diff -u pkgsrc/devel/py-pytemplate/Makefile:1.14 pkgsrc/devel/py-pytemplate/Makefile:1.15
--- pkgsrc/devel/py-pytemplate/Makefile:1.14    Mon Sep  2 13:19:36 2019
+++ pkgsrc/devel/py-pytemplate/Makefile Mon Jan 10 18:52:28 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2019/09/02 13:19:36 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/10 18:52:28 wiz Exp $
 
 DISTNAME=      pytemplate-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  http://www.bulot.org/downloads/
 
@@ -12,7 +12,7 @@ COMMENT=      Pytemplate gives python develop
 
 USE_LANGUAGES=                 # none
 
-REPLACE_PYTHON=                        ${WRKSRC}/*.py
+REPLACE_PYTHON=                        *.py
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 1.5.1
 
 EGDIR=                         ${PREFIX}/share/examples/${PYPKGPREFIX}-pytemplate
@@ -28,5 +28,5 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/threadexample.py ${DESTDIR}${EGDIR}
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-pytemplate/PLIST
diff -u pkgsrc/devel/py-pytemplate/PLIST:1.4 pkgsrc/devel/py-pytemplate/PLIST:1.5
--- pkgsrc/devel/py-pytemplate/PLIST:1.4        Sun Apr  8 20:21:47 2012
+++ pkgsrc/devel/py-pytemplate/PLIST    Mon Jan 10 18:52:28 2022
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:47 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.5 2022/01/10 18:52:28 wiz Exp $
 ${PYSITELIB}/pytemplate.py
 ${PYSITELIB}/pytemplate.pyc
 ${PYSITELIB}/pytemplate.pyo



Home | Main Index | Thread Index | Old Index