summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-07-09 13:03:30 +0000
committerwiz <wiz@pkgsrc.org>2016-07-09 13:03:30 +0000
commitda61e44a22c162793e2fc3c1ac25b7a60797848e (patch)
tree1de762e883d3779f3b59f427c2c72c506eacef25 /lang
parentbbac2fe3317b3616994e42a1bd35156115a53836 (diff)
downloadpkgsrc-da61e44a22c162793e2fc3c1ac25b7a60797848e.tar.gz
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'lang')
-rw-r--r--lang/clang-static-analyzer/Makefile4
-rw-r--r--lang/nodejs/Makefile.common4
-rw-r--r--lang/py-basicproperty/Makefile4
-rw-r--r--lang/py-pyrex/Makefile4
-rw-r--r--lang/py-pythonz/Makefile4
-rw-r--r--lang/python/pyversion.mk12
6 files changed, 16 insertions, 16 deletions
diff --git a/lang/clang-static-analyzer/Makefile b/lang/clang-static-analyzer/Makefile
index 786e6279f56..e1724230411 100644
--- a/lang/clang-static-analyzer/Makefile
+++ b/lang/clang-static-analyzer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 06:38:24 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:53 wiz Exp $
PKGNAME= ${DISTNAME:S/cfe/clang-static-analyzer/:S/.src//}
PKGREVISION= 1
@@ -14,7 +14,7 @@ INSTALL_DIRS= ../build/tools/clang-check ../build/tools/scan-build ../build/tool
CMAKE_ARGS+= -DCLANG_ENABLE_STATIC_ANALYZER=ON
REPLACE_PYTHON= # empty
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.5
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.5
.include "../../lang/python/application.mk"
.include "../../lang/clang/Makefile.common"
diff --git a/lang/nodejs/Makefile.common b/lang/nodejs/Makefile.common
index eb54ea64392..332871f08d3 100644
--- a/lang/nodejs/Makefile.common
+++ b/lang/nodejs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2016/06/02 09:57:32 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.9 2016/07/09 13:03:53 wiz Exp $
# used by lang/nodejs/Makefile
# used by lang/nodejs4/Makefile
@@ -15,7 +15,7 @@ HAS_CONFIGURE= yes
USE_TOOLS+= bash gmake pkg-config
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.10.24
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.10.24
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
diff --git a/lang/py-basicproperty/Makefile b/lang/py-basicproperty/Makefile
index d46487014e5..e0b968b0ff4 100644
--- a/lang/py-basicproperty/Makefile
+++ b/lang/py-basicproperty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:47 adam Exp $
+# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:53 wiz Exp $
DISTNAME= basicproperty-0.6.9a
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ USE_LANGUAGES= c
REPLACE_PYTHON= basicproperty/tests/test.py
EGG_NAME= ${DISTNAME}0
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35
post-extract:
# wrong architecture binary
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile
index 92db3579428..639e42c0ebc 100644
--- a/lang/py-pyrex/Makefile
+++ b/lang/py-pyrex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2015/12/05 21:25:47 adam Exp $
+# $NetBSD: Makefile,v 1.28 2016/07/09 13:03:53 wiz Exp $
DISTNAME= Pyrex-0.9.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/}
@@ -14,7 +14,7 @@ LICENSE= apache-2.0
USE_TOOLS+= pax
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.9
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.9.9
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/py-pythonz/Makefile b/lang/py-pythonz/Makefile
index a4898621617..4e69b9acb27 100644
--- a/lang/py-pythonz/Makefile
+++ b/lang/py-pythonz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:48 adam Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/09 13:03:53 wiz Exp $
DISTNAME= pythonz-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/pythonz-${DISTNAME}
USE_LANGUAGES= # none
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.1
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/pythonz \
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index 5505b89e2dd..638848c9274 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.121 2016/07/09 10:00:26 rillig Exp $
+# $NetBSD: pyversion.mk,v 1.122 2016/07/09 13:03:53 wiz Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -8,7 +8,7 @@
# PYTHON_VERSION_DEFAULT
# The preferred Python version to use.
#
-# Possible values: 27 33 34 35
+# Possible values: 27 34 35
# Default: 27
#
# === Infrastructure variables ===
@@ -27,13 +27,13 @@
# order of the entries matters, since earlier entries are
# preferred over later ones.
#
-# Possible values: 35 34 33 27
-# Default: 35 34 33 27
+# Possible values: 35 34 27
+# Default: 35 34 27
#
# PYTHON_VERSIONS_INCOMPATIBLE
# The Python versions that are NOT acceptable for the package.
#
-# Possible values: 27 33 34 35
+# Possible values: 27 34 35
# Default: (empty)
#
# PYTHON_FOR_BUILD_ONLY
@@ -85,7 +85,7 @@ BUILD_DEFS+= PYTHON_VERSION_DEFAULT
BUILD_DEFS_EFFECTS+= PYPACKAGE
PYTHON_VERSION_DEFAULT?= 27
-PYTHON_VERSIONS_ACCEPTED?= 35 34 33 27
+PYTHON_VERSIONS_ACCEPTED?= 35 34 27
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default
# transform the list into individual variables