From eef7d7453722d1c70cc419cb77dfb4cba72cce5f Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 10 Jan 2022 09:06:06 +0000 Subject: py-ephem: convert to egg.mk --- math/py-ephem/Makefile | 5 +++-- math/py-ephem/PLIST | 7 +++++-- 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 -- cgit v1.2.3