[127472] users/devans/GNOME-3/stable/dports/gnome/libpeas/Portfile
devans at macports.org
devans at macports.org
Tue Oct 28 12:50:07 PDT 2014
Revision: 127472
https://trac.macports.org/changeset/127472
Author: devans at macports.org
Date: 2014-10-28 12:50:07 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
GNOME-3/stable: libpeas, drop +python32 +python33 variants, default to +python27 +python34.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/gnome/libpeas/Portfile
Modified: users/devans/GNOME-3/stable/dports/gnome/libpeas/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libpeas/Portfile 2014-10-28 19:45:18 UTC (rev 127471)
+++ users/devans/GNOME-3/stable/dports/gnome/libpeas/Portfile 2014-10-28 19:50:07 UTC (rev 127472)
@@ -5,6 +5,7 @@
name libpeas
version 1.12.1
+revision 1
license LGPL-2
set branch [join [lrange [split ${version} .] 0 1] .]
description libpeas is a GObject-based plugins engine
@@ -64,27 +65,7 @@
# python3 minimum version is 3.2.0
-variant python32 conflicts python33 python34 description {Use python 3.2} {
- depends_lib-append port:py32-gobject3
- set python_prefix ${frameworks_dir}/Python.framework/Versions/3.2
- configure.pkg_config_path ${python_prefix}/lib/pkgconfig
- configure.python ${prefix}/bin/python3.2
- configure.env-append PYTHON3_CONFIG=${prefix}/bin/python3.2-config
- configure.cflags-append -L${python_prefix}/lib
- configure.args-replace --disable-python3 --enable-python3
-}
-
-variant python33 conflicts python32 python34 description {Use python 3.3} {
- depends_lib-append port:py33-gobject3
- set python_prefix ${frameworks_dir}/Python.framework/Versions/3.3
- configure.pkg_config_path ${python_prefix}/lib/pkgconfig
- configure.python ${prefix}/bin/python3.3
- configure.env-append PYTHON3_CONFIG=${prefix}/bin/python3.3-config
- configure.cflags-append -L${python_prefix}/lib
- configure.args-replace --disable-python3 --enable-python3
-}
-
-variant python34 conflicts python32 python33 description {Use python 3.4} {
+variant python34 description {Use python 3.4} {
depends_lib-append port:py34-gobject3
set python_prefix ${frameworks_dir}/Python.framework/Versions/3.4
configure.pkg_config_path ${python_prefix}/lib/pkgconfig
@@ -94,9 +75,7 @@
configure.args-replace --disable-python3 --enable-python3
}
-if {![variant_isset python32] && ![variant_isset python34]} {
- default_variants +python33
-}
+default_variants +python34
# glade expects catalog modules and libraries to have a .so suffix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/f3406eba/attachment.html>
More information about the macports-changes
mailing list