pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Fixed the definition of Python-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03a04d6dcfb3
branches:  trunk
changeset: 523325:03a04d6dcfb3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jan 06 14:19:40 2007 +0000

description:
Fixed the definition of Python-related variables.

diffstat:

 pkgtools/pkglint/files/makevars.map |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 2e3ca9b8ac85 -r 03a04d6dcfb3 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Sat Jan 06 14:11:16 2007 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Sat Jan 06 14:19:40 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.151 2007/01/02 23:00:11 rillig Exp $
+# $NetBSD: makevars.map,v 1.152 2007/01/06 14:19:40 rillig Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -585,8 +585,11 @@
 PTHREAD_TYPE           Identifier [$system]
 # ^^ or "native" or "none".
 PYPKGPREFIX            { py15 py20 py21 py22 py23 py24 } [*:pu, pyversion.mk:s, *:]
+PYTHON_FOR_BUILD_ONLY  Yes [$package]
 PYTHON_PATCH_SCRIPTS   List of Pathmask [$package_list]
-PYTHON_VERSIONS_INCOMPATIBLE List of Version [pyversion.mk:ad, $system]
+PYTHON_VERSIONS_ACCEPTED List of Version [$package]
+PYTHON_VERSIONS_INCOMPATIBLE List of Version [$package]
+PYTHON_VERSION_DEFAULT Version [$user]
 RANLIB                 ShellCommand [$system]
 RCD_SCRIPTS            List of Filename [$package_list]
 RCD_SCRIPT_SRC.*       List of Pathname [m:s]



Home | Main Index | Thread Index | Old Index