summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorwiz <wiz>2012-04-08 19:08:44 +0000
committerwiz <wiz>2012-04-08 19:08:44 +0000
commit548c4bf53e091b791cbeee7f67f50dc27a4927b8 (patch)
treeb2d16eef0342bf56f8fbe64706fa44b26684cdf8 /lang/python
parent7c47da9a0ae645a04ecc1096e4a619213417777c (diff)
downloadpkgsrc-548c4bf53e091b791cbeee7f67f50dc27a4927b8.tar.gz
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk22
1 files changed, 7 insertions, 15 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index 73438d055e1..5396e770e59 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.96 2012/03/08 11:44:06 wiz Exp $
+# $NetBSD: pyversion.mk,v 1.97 2012/04/08 19:08:59 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: 24 25 26 27 31
+# Possible values: 25 26 27 31
# Default: 27
#
# === Package-settable variables ===
@@ -18,8 +18,8 @@
# order of the entries matters, since earlier entries are
# preferred over later ones.
#
-# Possible values: 31 27 26 25 24
-# Default: (31) 27 26 25 24
+# Possible values: 31 27 26 25
+# Default: (31) 27 26 25
#
# PYTHON_VERSIONS_INCLUDE_3X
# Wether the default PYTHON_VERSIONS_ACCEPTED should include
@@ -32,7 +32,7 @@
# PYTHON_VERSIONS_INCOMPATIBLE
# The Python versions that are NOT acceptable for the package.
#
-# Possible values: 24 25 26 27 31
+# Possible values: 25 26 27 31
# Default: (depends on the platform)
#
# PYTHON_FOR_BUILD_ONLY
@@ -78,13 +78,12 @@ BUILD_DEFS_EFFECTS+= PYPACKAGE
PYTHON_VERSION_DEFAULT?= 27
.if ${PYTHON_VERSIONS_INCLUDE_3X:U:tl} == "yes"
-PYTHON_VERSIONS_ACCEPTED?= 31 27 26 25 24
+PYTHON_VERSIONS_ACCEPTED?= 31 27 26 25
.else
-PYTHON_VERSIONS_ACCEPTED?= 27 26 25 24
+PYTHON_VERSIONS_ACCEPTED?= 27 26 25
.endif
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default
-BUILDLINK_API_DEPENDS.python24?= python24>=2.4
BUILDLINK_API_DEPENDS.python25?= python25>=2.5.1
BUILDLINK_API_DEPENDS.python26?= python26>=2.6
BUILDLINK_API_DEPENDS.python27?= python27>=2.7
@@ -162,13 +161,6 @@ PYPACKAGE= python25
PYVERSSUFFIX= 2.5
PYPKGPREFIX= py25
PYDISTUTILS_CREATES_EGGFILES= yes
-.elif ${_PYTHON_VERSION} == "24"
-PYPKGSRCDIR= ../../lang/python24
-PYDEPENDENCY= ${BUILDLINK_API_DEPENDS.python24}:${PYPKGSRCDIR}
-PYPACKAGE= python24
-PYVERSSUFFIX= 2.4
-PYPKGPREFIX= py24
-PYDISTUTILS_CREATES_EGGFILES= no
.else
PKG_FAIL_REASON+= "No valid Python version"
PYDISTUTILS_CREATES_EGGFILES= no