pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-snaptime



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:49:22 UTC 2022

Modified Files:
        pkgsrc/time/py-snaptime: Makefile PLIST

Log Message:
py-snaptime: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/py-snaptime/Makefile \
    pkgsrc/time/py-snaptime/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-snaptime/Makefile
diff -u pkgsrc/time/py-snaptime/Makefile:1.1 pkgsrc/time/py-snaptime/Makefile:1.2
--- pkgsrc/time/py-snaptime/Makefile:1.1        Sat Mar 21 11:21:54 2020
+++ pkgsrc/time/py-snaptime/Makefile    Mon Jan 10 20:49:21 2022
@@ -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 @@ LICENSE=      mit
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/py-snaptime/PLIST
diff -u pkgsrc/time/py-snaptime/PLIST:1.1 pkgsrc/time/py-snaptime/PLIST:1.2
--- pkgsrc/time/py-snaptime/PLIST:1.1   Sat Mar 21 11:21:54 2020
+++ pkgsrc/time/py-snaptime/PLIST       Mon Jan 10 20:49:21 2022
@@ -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