pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python adjust directory for python25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c86f69b1610b
branches:  trunk
changeset: 541652:c86f69b1610b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Apr 24 02:02:04 2008 +0000

description:
adjust directory for python25

diffstat:

 lang/python/pyversion.mk |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 2d7b02d00c09 -r c86f69b1610b lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Thu Apr 24 01:53:22 2008 +0000
+++ b/lang/python/pyversion.mk  Thu Apr 24 02:02:04 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.56 2008/04/18 12:24:21 joerg Exp $
+# $NetBSD: pyversion.mk,v 1.57 2008/04/24 02:02:04 tnn Exp $
 
 # This file determines which Python version is used as a dependency for
 # a package.
@@ -69,10 +69,6 @@
 PYTHON_VERSIONS_INCOMPATIBLE+=         22 21 20 15
 .endif
 
-.if !exists(../../wip/python25/Makefile)
-PYTHON_VERSIONS_INCOMPATIBLE+=         25
-.endif
-
 BUILDLINK_API_DEPENDS.python15?=               python15>=1.5
 BUILDLINK_API_DEPENDS.python20?=               python20>=2.0
 BUILDLINK_API_DEPENDS.python21?=               python21>=2.1
@@ -121,8 +117,8 @@
 _PYTHON_VERSION=       none
 .endif
 
-.if ${_PYTHON_VERSION} == "25" && exists(../../wip/python25/Makefile)
-PYPKGSRCDIR=   ../../wip/python25
+.if ${_PYTHON_VERSION} == "25"
+PYPKGSRCDIR=   ../../lang/python25
 PYDEPENDENCY=  ${BUILDLINK_API_DEPENDS.python25}:${PYPKGSRCDIR}
 PYPACKAGE=     python25
 PYVERSSUFFIX=  2.5



Home | Main Index | Thread Index | Old Index