pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-chart



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:29:09 UTC 2022

Modified Files:
        pkgsrc/graphics/py-chart: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/py-chart/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-chart/PLIST

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

Modified files:

Index: pkgsrc/graphics/py-chart/Makefile
diff -u pkgsrc/graphics/py-chart/Makefile:1.11 pkgsrc/graphics/py-chart/Makefile:1.12
--- pkgsrc/graphics/py-chart/Makefile:1.11      Sat Nov  2 22:38:02 2019
+++ pkgsrc/graphics/py-chart/Makefile   Mon Jan 10 20:29:09 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2019/11/02 22:38:02 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2022/01/10 20:29:09 wiz Exp $
 
 DISTNAME=      PyChart-1.39
 PKGNAME=       ${PYPKGPREFIX}-chart-1.39
+PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  http://download.gna.org/pychart/
 
@@ -12,5 +13,5 @@ LICENSE=      gnu-gpl-v2
 
 PYTHON_VERSIONS_ACCEPTED=      27
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-chart/PLIST
diff -u pkgsrc/graphics/py-chart/PLIST:1.1 pkgsrc/graphics/py-chart/PLIST:1.2
--- pkgsrc/graphics/py-chart/PLIST:1.1  Wed Jul  2 03:27:22 2014
+++ pkgsrc/graphics/py-chart/PLIST      Mon Jan 10 20:29:09 2022
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/07/02 03:27:22 darcy Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 20:29:09 wiz Exp $
 ${PYSITELIB}/pychart/__init__.py
 ${PYSITELIB}/pychart/__init__.pyc
 ${PYSITELIB}/pychart/__init__.pyo



Home | Main Index | Thread Index | Old Index