pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-cyordereddict
Module Name: pkgsrc
Committed By: minskim
Date: Fri Apr 14 00:40:29 UTC 2017
Modified Files:
pkgsrc/devel/py-cyordereddict: Makefile PLIST
Log Message:
Fix py-cyordereddict's PLIST for python27
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-cyordereddict/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-cyordereddict/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-cyordereddict/Makefile
diff -u pkgsrc/devel/py-cyordereddict/Makefile:1.1 pkgsrc/devel/py-cyordereddict/Makefile:1.2
--- pkgsrc/devel/py-cyordereddict/Makefile:1.1 Fri Mar 31 01:16:18 2017
+++ pkgsrc/devel/py-cyordereddict/Makefile Fri Apr 14 00:40:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/03/31 01:16:18 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2017/04/14 00:40:29 minskim Exp $
DISTNAME= cyordereddict-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,13 @@ LICENSE= mit
USE_LANGUAGES= c
+PLIST_VARS+= python2
+
+.include "../../lang/python/pyversion.mk"
+
+.if !empty(PYVERSSUFFIX:M2.*)
+PLIST.python2= yes
+.endif
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-cyordereddict/PLIST
diff -u pkgsrc/devel/py-cyordereddict/PLIST:1.2 pkgsrc/devel/py-cyordereddict/PLIST:1.3
--- pkgsrc/devel/py-cyordereddict/PLIST:1.2 Fri Apr 14 00:36:25 2017
+++ pkgsrc/devel/py-cyordereddict/PLIST Fri Apr 14 00:40:29 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/04/14 00:36:25 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/04/14 00:40:29 minskim Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/cyordereddict/__init__.py
${PYSITELIB}/cyordereddict/__init__.pyc
@@ -22,6 +22,9 @@ ${PYSITELIB}/cyordereddict/test/__init__
${PYSITELIB}/cyordereddict/test/_mapping_tests.py
${PYSITELIB}/cyordereddict/test/_mapping_tests.pyc
${PYSITELIB}/cyordereddict/test/_mapping_tests.pyo
+${PLIST.python2}${PYSITELIB}/cyordereddict/test/_test_support.py
+${PLIST.python2}${PYSITELIB}/cyordereddict/test/_test_support.pyc
+${PLIST.python2}${PYSITELIB}/cyordereddict/test/_test_support.pyo
${PYSITELIB}/cyordereddict/test/test_cyordereddict.py
${PYSITELIB}/cyordereddict/test/test_cyordereddict.pyc
${PYSITELIB}/cyordereddict/test/test_cyordereddict.pyo
Home |
Main Index |
Thread Index |
Old Index