summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-10 09:06:06 +0000
committerwiz <wiz@pkgsrc.org>2022-01-10 09:06:06 +0000
commiteef7d7453722d1c70cc419cb77dfb4cba72cce5f (patch)
treefeb03aa6e3238383d9347ab0d94ef0cb5e7599eb
parent38a7fb2af4412b68b5ff2a39ddfe804dbbfffc59 (diff)
downloadpkgsrc-eef7d7453722d1c70cc419cb77dfb4cba72cce5f.tar.gz
py-ephem: convert to egg.mk
-rw-r--r--math/py-ephem/Makefile5
-rw-r--r--math/py-ephem/PLIST7
2 files changed, 8 insertions, 4 deletions
diff --git a/math/py-ephem/Makefile b/math/py-ephem/Makefile
index 7dcf47b4763..120a314b9c9 100644
--- a/math/py-ephem/Makefile
+++ b/math/py-ephem/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2020/05/13 14:53:29 adam Exp $
+# $NetBSD: Makefile,v 1.20 2022/01/10 09:06:06 wiz Exp $
DISTNAME= ephem-3.7.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/ephem/}
@@ -16,5 +17,5 @@ do-test:
cd ${WRKSRC}/ephem && ${PYTHONBIN} -m unittest discover
.include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/py-ephem/PLIST b/math/py-ephem/PLIST
index 261c3fe9802..9aa1df78786 100644
--- a/math/py-ephem/PLIST
+++ b/math/py-ephem/PLIST
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.6 2019/09/05 10:39:50 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.7 2022/01/10 09:06:06 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/ephem/__init__.py
${PYSITELIB}/ephem/__init__.pyc
${PYSITELIB}/ephem/__init__.pyo