summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-10 23:46:48 +0000
committerwiz <wiz@pkgsrc.org>2022-01-10 23:46:48 +0000
commit4dbe70f79b821e00cfd571c63ad2d515ce6ddfaf (patch)
treeb2459d12abea880acbe44b27e416ae215bf21ca3 /graphics
parent0726b834af308abbc869792710d4229a9d008fb2 (diff)
downloadpkgsrc-4dbe70f79b821e00cfd571c63ad2d515ce6ddfaf.tar.gz
*: convert to egg.mk
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-biggles/Makefile6
-rw-r--r--graphics/py-gnuplot/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile
index bf03b382e3d..c34f7dbac63 100644
--- a/graphics/py-biggles/Makefile
+++ b/graphics/py-biggles/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2020/10/12 21:52:00 bacon Exp $
+# $NetBSD: Makefile,v 1.31 2022/01/10 23:46:48 wiz Exp $
DISTNAME= python2-biggles-1.6.6
PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python2//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=biggles/}
@@ -12,7 +12,7 @@ COMMENT= Python module for creating 2D scientific plots
PYTHON_VERSIONS_ACCEPTED= 27 # not ported yet as of 1.6.6
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../graphics/plotutils/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile
index 01f5bc839af..d1438261eaa 100644
--- a/graphics/py-gnuplot/Makefile
+++ b/graphics/py-gnuplot/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2020/10/12 21:52:01 bacon Exp $
+# $NetBSD: Makefile,v 1.30 2022/01/10 23:46:48 wiz Exp $
DISTNAME= gnuplot-py-1.8
PKGNAME= ${PYPKGPREFIX}-gnuplot-1.8
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot-py/}
@@ -15,6 +15,6 @@ USE_LANGUAGES= # empty
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.8
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"