pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-ephem py-ephem: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f13c782136c
branches:  trunk
changeset: 371442:5f13c782136c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 09:06:06 2022 +0000

description:
py-ephem: convert to egg.mk

diffstat:

 math/py-ephem/Makefile |  5 +++--
 math/py-ephem/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 4be79adf7a35 -r 5f13c782136c math/py-ephem/Makefile
--- a/math/py-ephem/Makefile    Mon Jan 10 09:05:01 2022 +0000
+++ b/math/py-ephem/Makefile    Mon Jan 10 09:06:06 2022 +0000
@@ -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 @@
        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 -r 4be79adf7a35 -r 5f13c782136c math/py-ephem/PLIST
--- a/math/py-ephem/PLIST       Mon Jan 10 09:05:01 2022 +0000
+++ b/math/py-ephem/PLIST       Mon Jan 10 09:06:06 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index