pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/py-simpy cad/py-simpy: Use egg.mk rather than dist...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e241e27103ce
branches: trunk
changeset: 312254:e241e27103ce
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Aug 29 16:29:47 2018 +0000
description:
cad/py-simpy: Use egg.mk rather than distutils.mk
This package uses setuptools.
diffstat:
cad/py-simpy/Makefile | 5 +++--
cad/py-simpy/PLIST | 10 +++++-----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r 41857f66f10e -r e241e27103ce cad/py-simpy/Makefile
--- a/cad/py-simpy/Makefile Wed Aug 29 14:10:47 2018 +0000
+++ b/cad/py-simpy/Makefile Wed Aug 29 16:29:47 2018 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2018/08/20 22:36:20 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.23 2018/08/29 16:29:47 minskim Exp $
DISTNAME= simpy-3.0.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= cad math
MASTER_SITES= ${MASTER_SITE_PYPI:=s/simpy/}
@@ -16,5 +17,5 @@
#do-test:
# ${SETENV} ${TEST_ENV} ${PYTHONBIN} -c "import simpy; simpy.test()"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 41857f66f10e -r e241e27103ce cad/py-simpy/PLIST
--- a/cad/py-simpy/PLIST Wed Aug 29 14:10:47 2018 +0000
+++ b/cad/py-simpy/PLIST Wed Aug 29 16:29:47 2018 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2017/01/28 23:39:24 mef Exp $
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+@comment $NetBSD: PLIST,v 1.9 2018/08/29 16:29:47 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/simpy/__init__.py
${PYSITELIB}/simpy/__init__.pyc
${PYSITELIB}/simpy/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index