pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python Support Pmw.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a58ffe700943
branches: trunk
changeset: 629235:a58ffe700943
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 18 19:50:27 2014 +0000
description:
Support Pmw.
diffstat:
lang/python/pyversion.mk | 16 ++--------------
lang/python/versioned_dependencies.mk | 3 ++-
2 files changed, 4 insertions(+), 15 deletions(-)
diffs (59 lines):
diff -r 8415a30f2937 -r a58ffe700943 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk Sat Jan 18 19:50:08 2014 +0000
+++ b/lang/python/pyversion.mk Sat Jan 18 19:50:27 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.110 2014/01/12 09:01:50 wiz Exp $
+# $NetBSD: pyversion.mk,v 1.111 2014/01/18 19:50:27 wiz Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -30,19 +30,11 @@
# Possible values: 33 27 26
# Default: (33) 27 26
#
-# PYTHON_VERSIONS_INCLUDE_3X
-# Wether the default PYTHON_VERSIONS_ACCEPTED should include
-# 3.x versions for for this package or not.
-# This variable must be set before including bsd.prefs.mk.
-#
-# Possible values: yes no
-# Default: no
-#
# PYTHON_VERSIONS_INCOMPATIBLE
# The Python versions that are NOT acceptable for the package.
#
# Possible values: 26 27 33
-# Default: (depends on the platform)
+# Default: (empty)
#
# PYTHON_FOR_BUILD_ONLY
# Whether Python is needed only at build time or at run time.
@@ -93,11 +85,7 @@
BUILD_DEFS_EFFECTS+= PYPACKAGE
PYTHON_VERSION_DEFAULT?= 27
-.if ${PYTHON_VERSIONS_INCLUDE_3X:U:tl} == "yes"
PYTHON_VERSIONS_ACCEPTED?= 33 27 26
-.else
-PYTHON_VERSIONS_ACCEPTED?= 27 26
-.endif
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default
BUILDLINK_API_DEPENDS.python26?= python26>=2.6
diff -r 8415a30f2937 -r a58ffe700943 lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk Sat Jan 18 19:50:08 2014 +0000
+++ b/lang/python/versioned_dependencies.mk Sat Jan 18 19:50:27 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.5 2014/01/18 19:05:56 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.6 2014/01/18 19:50:27 wiz Exp $
#
# This file determines which separate distribution of a Python
# package is used as dependency, depending on the Python version
@@ -16,6 +16,7 @@
.include "../../lang/python/pyversion.mk"
_SUPPORTED_PACKAGES=# empty
+_SUPPORTED_PACKAGES+=Pmw x11/py-Pmw x11/py-Pmw2
#_SUPPORTED_PACKAGES+=cairo graphics/py-cairo graphics/py-cairo3
_SUPPORTED_PACKAGES+=dateutil time/py-dateutil time/py-dateutil2
_SUPPORTED_PACKAGES+=dns net/py-dns net/py-dns3
Home |
Main Index |
Thread Index |
Old Index