pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-Tk Remove Python 1.5 from supported list follow...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/670fc9446870
branches:  trunk
changeset: 550306:670fc9446870
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 18 18:01:15 2008 +0000

description:
Remove Python 1.5 from supported list following the removal of
py15-distutils.

diffstat:

 x11/py-Tk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c43da3cc23c3 -r 670fc9446870 x11/py-Tk/Makefile
--- a/x11/py-Tk/Makefile        Tue Nov 18 17:59:02 2008 +0000
+++ b/x11/py-Tk/Makefile        Tue Nov 18 18:01:15 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2008/06/12 02:14:57 joerg Exp $
+# $NetBSD: Makefile,v 1.42 2008/11/18 18:01:15 joerg Exp $
 #
 
 PKGNAME=       ${PYPKGPREFIX}-Tk-0
@@ -23,7 +23,7 @@
 PY_SETUP_SUBST+= X11PREFIX=${X11BASE}
 PY_SETUP_SUBST+= X11RTPREFIX=${X11BASE}
 
-PYTHON_VERSIONS_ACCEPTED=      25 24 23 21 15
+PYTHON_VERSIONS_ACCEPTED=      25 24 23 21
 
 # ignore errors due to missing files (EXTRACT_ELEMENTS!)
 do-patch:



Home | Main Index | Thread Index | Old Index