pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-elementtree



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 09:05:01 UTC 2022

Modified Files:
        pkgsrc/textproc/py-elementtree: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-elementtree/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-elementtree/PLIST

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

Modified files:

Index: pkgsrc/textproc/py-elementtree/Makefile
diff -u pkgsrc/textproc/py-elementtree/Makefile:1.22 pkgsrc/textproc/py-elementtree/Makefile:1.23
--- pkgsrc/textproc/py-elementtree/Makefile:1.22        Sun Jan 26 17:32:17 2020
+++ pkgsrc/textproc/py-elementtree/Makefile     Mon Jan 10 09:05:01 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2020/01/26 17:32:17 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2022/01/10 09:05:01 wiz Exp $
 
 DISTNAME=              elementtree-1.2.6-20050316
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/-20050316//}
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            textproc
 MASTER_SITES=          http://effbot.org/downloads/
 
@@ -18,5 +18,5 @@ EGG_NAME=             elementtree-1.2.6_20050316
 
 PYTHON_VERSIONS_ACCEPTED=      27
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-elementtree/PLIST
diff -u pkgsrc/textproc/py-elementtree/PLIST:1.4 pkgsrc/textproc/py-elementtree/PLIST:1.5
--- pkgsrc/textproc/py-elementtree/PLIST:1.4    Sun Apr  8 20:21:57 2012
+++ pkgsrc/textproc/py-elementtree/PLIST        Mon Jan 10 09:05:01 2022
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:57 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.5 2022/01/10 09:05:01 wiz Exp $
 ${PYSITELIB}/elementtree/ElementInclude.py
 ${PYSITELIB}/elementtree/ElementInclude.pyc
 ${PYSITELIB}/elementtree/ElementInclude.pyo



Home | Main Index | Thread Index | Old Index