pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/py-snaptime py-snaptime: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/016621505ed5
branches:  trunk
changeset: 371563:016621505ed5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:49:21 2022 +0000

description:
py-snaptime: convert to egg.mk

diffstat:

 time/py-snaptime/Makefile |  5 +++--
 time/py-snaptime/PLIST    |  8 ++++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r c98316e21cf6 -r 016621505ed5 time/py-snaptime/Makefile
--- a/time/py-snaptime/Makefile Mon Jan 10 20:48:20 2022 +0000
+++ b/time/py-snaptime/Makefile Mon Jan 10 20:49:21 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/03/21 11:21:54 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/10 20:49:21 wiz Exp $
 
 DISTNAME=      snaptime-0.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/snaptime/}
 
@@ -12,5 +13,5 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c98316e21cf6 -r 016621505ed5 time/py-snaptime/PLIST
--- a/time/py-snaptime/PLIST    Mon Jan 10 20:48:20 2022 +0000
+++ b/time/py-snaptime/PLIST    Mon Jan 10 20:49:21 2022 +0000
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2020/03/21 11:21:54 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 20:49:21 wiz Exp $
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/snaptime/__init__.py
 ${PYSITELIB}/snaptime/__init__.pyc
 ${PYSITELIB}/snaptime/__init__.pyo



Home | Main Index | Thread Index | Old Index