pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-constants



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:30:08 UTC 2022

Modified Files:
        pkgsrc/devel/py-constants: Makefile PLIST

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


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

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

Modified files:

Index: pkgsrc/devel/py-constants/Makefile
diff -u pkgsrc/devel/py-constants/Makefile:1.1 pkgsrc/devel/py-constants/Makefile:1.2
--- pkgsrc/devel/py-constants/Makefile:1.1      Tue Jan  5 10:27:27 2016
+++ pkgsrc/devel/py-constants/Makefile  Mon Jan 10 20:30:08 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2016/01/05 10:27:27 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/10 20:30:08 wiz Exp $
 
 DISTNAME=      constants-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/constants/}
 
@@ -12,5 +13,5 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-constants/PLIST
diff -u pkgsrc/devel/py-constants/PLIST:1.1 pkgsrc/devel/py-constants/PLIST:1.2
--- pkgsrc/devel/py-constants/PLIST:1.1 Tue Jan  5 10:27:27 2016
+++ pkgsrc/devel/py-constants/PLIST     Mon Jan 10 20:30:08 2022
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2016/01/05 10:27:27 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 20:30:08 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}/top_level.txt
 ${PYSITELIB}/constants.py
 ${PYSITELIB}/constants.pyc
 ${PYSITELIB}/constants.pyo



Home | Main Index | Thread Index | Old Index