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 Aug 10 15:36:17 UTC 2018

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

Log Message:
devel/py-cyordereddict: Simplify Makefile using py2x


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-cyordereddict/Makefile
cvs rdiff -u -r1.3 -r1.4 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.2 pkgsrc/devel/py-cyordereddict/Makefile:1.3
--- pkgsrc/devel/py-cyordereddict/Makefile:1.2  Fri Apr 14 00:40:29 2017
+++ pkgsrc/devel/py-cyordereddict/Makefile      Fri Aug 10 15:36:16 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/04/14 00:40:29 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2018/08/10 15:36:16 minskim Exp $
 
 DISTNAME=      cyordereddict-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,13 +12,5 @@ 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.3 pkgsrc/devel/py-cyordereddict/PLIST:1.4
--- pkgsrc/devel/py-cyordereddict/PLIST:1.3     Fri Apr 14 00:40:29 2017
+++ pkgsrc/devel/py-cyordereddict/PLIST Fri Aug 10 15:36:16 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/04/14 00:40:29 minskim Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/08/10 15:36:16 minskim Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/cyordereddict/__init__.py
 ${PYSITELIB}/cyordereddict/__init__.pyc
@@ -22,9 +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
+${PLIST.py2x}${PYSITELIB}/cyordereddict/test/_test_support.py
+${PLIST.py2x}${PYSITELIB}/cyordereddict/test/_test_support.pyc
+${PLIST.py2x}${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