pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-cooldict
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 22 15:31:15 UTC 2022
Modified Files:
pkgsrc/devel/py-cooldict: Makefile PLIST
Log Message:
py-cooldict: fix PLIST for python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-cooldict/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-cooldict/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-cooldict/Makefile
diff -u pkgsrc/devel/py-cooldict/Makefile:1.2 pkgsrc/devel/py-cooldict/Makefile:1.3
--- pkgsrc/devel/py-cooldict/Makefile:1.2 Mon Jan 10 08:57:42 2022
+++ pkgsrc/devel/py-cooldict/Makefile Sat Jan 22 15:31:14 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/10 08:57:42 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/22 15:31:14 wiz Exp $
DISTNAME= cooldict-1.04
PKGNAME= ${PYPKGPREFIX}-cooldict-1.4
@@ -11,7 +11,11 @@ HOMEPAGE= https://github.com/zardus/cool
COMMENT= Some useful dict-like structures
LICENSE= 2-clause-bsd
+.include "../../lang/python/pyversion.mk"
+
+.if ${PYPKGPREFIX} != "py27"
EGG_NAME= cooldict-1.4
+.endif
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-cooldict/PLIST
diff -u pkgsrc/devel/py-cooldict/PLIST:1.3 pkgsrc/devel/py-cooldict/PLIST:1.4
--- pkgsrc/devel/py-cooldict/PLIST:1.3 Mon Jan 10 18:27:04 2022
+++ pkgsrc/devel/py-cooldict/PLIST Sat Jan 22 15:31:14 2022
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2022/01/10 18:27:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/22 15:31:14 wiz Exp $
+${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Home |
Main Index |
Thread Index |
Old Index