pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python Add untested entry for python26.
details: https://anonhg.NetBSD.org/pkgsrc/rev/69ea05942efe
branches: trunk
changeset: 391795:69ea05942efe
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Apr 19 14:46:21 2009 +0000
description:
Add untested entry for python26.
diffstat:
lang/python/srcdist.mk | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r f8f0bf33d956 -r 69ea05942efe lang/python/srcdist.mk
--- a/lang/python/srcdist.mk Sun Apr 19 14:43:44 2009 +0000
+++ b/lang/python/srcdist.mk Sun Apr 19 14:46:21 2009 +0000
@@ -1,8 +1,18 @@
-# $NetBSD: srcdist.mk,v 1.26 2009/04/11 19:42:23 snj Exp $
+# $NetBSD: srcdist.mk,v 1.27 2009/04/19 14:46:21 wiz Exp $
.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == "25"
+.if ${_PYTHON_VERSION} == "26"
+
+DISTNAME= Python-2.6.2
+EXTRACT_SUFX= .tar.bz2
+DISTINFO_FILE= ${.CURDIR}/../../lang/python26/distinfo
+PATCHDIR= ${.CURDIR}/../../lang/python26/patches
+PYSUBDIR= Python-2.6.2
+WRKSRC= ${WRKDIR}/${PYSUBDIR}
+MASTER_SITES= ftp://ftp.python.org/pub/python/2.6/
+
+.elif ${_PYTHON_VERSION} == "25"
DISTNAME= Python-2.5.4
EXTRACT_SUFX= .tar.bz2
Home |
Main Index |
Thread Index |
Old Index