summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-25 10:29:56 +0000
committerwiz <wiz>2014-01-25 10:29:56 +0000
commitf86d461178033174903bd0d6031d959e38e12ac0 (patch)
tree3bbaa4e1a32886abb417eed9e3a6c4c742388c9a /lang
parentf64235a49f032dacf7612c1aa33f6ac70a2eb44d (diff)
downloadpkgsrc-f86d461178033174903bd0d6031d959e38e12ac0.tar.gz
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Diffstat (limited to 'lang')
-rw-r--r--lang/nodejs/Makefile5
-rw-r--r--lang/py-cxfreeze/Makefile5
-rw-r--r--lang/py-pyrex/Makefile6
3 files changed, 7 insertions, 9 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile
index 542e472daba..2039db6ea42 100644
--- a/lang/nodejs/Makefile
+++ b/lang/nodejs/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2014/01/13 13:07:51 jperkin Exp $
-#
+# $NetBSD: Makefile,v 1.17 2014/01/25 10:30:12 wiz Exp $
DISTNAME= node-v0.10.24
CATEGORIES= devel
@@ -16,6 +15,8 @@ USE_TOOLS+= pkg-config
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.10.24
+
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
diff --git a/lang/py-cxfreeze/Makefile b/lang/py-cxfreeze/Makefile
index a83af3c03c2..94725ef43df 100644
--- a/lang/py-cxfreeze/Makefile
+++ b/lang/py-cxfreeze/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/02 20:11:50 asau Exp $
-#
+# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:12 wiz Exp $
VERS= 4.2.3
DISTNAME= cx_Freeze-${VERS}
@@ -12,8 +11,6 @@ HOMEPAGE= http://cx-freeze.sourceforge.net/
COMMENT= Freezing python scripts into executables
LICENSE= python-software-foundation
-PYTHON_VERSIONS_INCLUDE_3X= yes
-
USE_LANGUAGES= c c++
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile
index 66416dcfed9..b21dc42f915 100644
--- a/lang/py-pyrex/Makefile
+++ b/lang/py-pyrex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2012/10/04 00:22:01 cheusov Exp $
+# $NetBSD: Makefile,v 1.24 2014/01/25 10:30:12 wiz Exp $
DISTNAME= Pyrex-0.9.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/}
@@ -11,10 +11,10 @@ HOMEPAGE= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
COMMENT= Language for Writing Python Extension Modules
LICENSE= apache-2.0
-PYDISTUTILSPKG= yes
USE_TOOLS+= pax
PYTHON_SELF_CONFLICT= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.9
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"