summaryrefslogtreecommitdiff
path: root/devel/py-idle
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-25 18:28:33 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-25 18:28:33 +0000
commiteab1ae24bbfc8aea2ea3090cc51186207f92ef40 (patch)
tree38ebdf996adf766dd4dabe96d6b61648c578754e /devel/py-idle
parent90530e07448c7dda3c7bcacf10ceadb096ee2f01 (diff)
downloadpkgsrc-eab1ae24bbfc8aea2ea3090cc51186207f92ef40.tar.gz
Remove removed Python versions.
Diffstat (limited to 'devel/py-idle')
-rw-r--r--devel/py-idle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-idle/Makefile b/devel/py-idle/Makefile
index 3f2150f6e3e..05d805bc965 100644
--- a/devel/py-idle/Makefile
+++ b/devel/py-idle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2008/04/25 17:53:48 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2008/04/25 18:28:33 joerg Exp $
#
PKGNAME= ${PYPKGPREFIX}-idle-0
@@ -27,7 +27,7 @@ do-patch:
# We just install a wrapper script. Also, threads are required now.
# NOTE: if you add a new version of Python here, add to the following test
#
-PYTHON_VERSIONS_ACCEPTED= 25 24 23 22 21 20
+PYTHON_VERSIONS_ACCEPTED= 25 24 23 21
.include "../../lang/python/extension.mk"
.if (${PYPKGPREFIX} != "py23") && (${PYPKGPREFIX} != "py24") && (${PYPKGPREFIX} != "py25")