pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-chart py-chart: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca189a7311cc
branches:  trunk
changeset: 371540:ca189a7311cc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:29:09 2022 +0000

description:
py-chart: convert to egg.mk

diffstat:

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

diffs (30 lines):

diff -r 723a27ebf51b -r ca189a7311cc graphics/py-chart/Makefile
--- a/graphics/py-chart/Makefile        Mon Jan 10 20:28:24 2022 +0000
+++ b/graphics/py-chart/Makefile        Mon Jan 10 20:29:09 2022 +0000
@@ -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 @@
 
 PYTHON_VERSIONS_ACCEPTED=      27
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 723a27ebf51b -r ca189a7311cc graphics/py-chart/PLIST
--- a/graphics/py-chart/PLIST   Mon Jan 10 20:28:24 2022 +0000
+++ b/graphics/py-chart/PLIST   Mon Jan 10 20:29:09 2022 +0000
@@ -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