[127732] trunk/dports/devel/gnome-bindings-python/Portfile

devans at macports.org devans at macports.org
Sun Nov 2 07:44:08 PST 2014


Revision: 127732
          https://trac.macports.org/changeset/127732
Author:   devans at macports.org
Date:     2014-11-02 07:44:08 -0800 (Sun, 02 Nov 2014)
Log Message:
-----------
gnome-bindings-python: update description to emphasize GNOME 2, drop python variants and build using python27 only.

Modified Paths:
--------------
    trunk/dports/devel/gnome-bindings-python/Portfile

Modified: trunk/dports/devel/gnome-bindings-python/Portfile
===================================================================
--- trunk/dports/devel/gnome-bindings-python/Portfile	2014-11-02 15:38:18 UTC (rev 127731)
+++ trunk/dports/devel/gnome-bindings-python/Portfile	2014-11-02 15:44:08 UTC (rev 127732)
@@ -5,41 +5,28 @@
 
 name            gnome-bindings-python
 version         2.32.1
+revision        1
 license         Permissive
 categories      devel gnome
 platforms       darwin
 supported_archs noarch
 maintainers     nomaintainer
-description     The GNOME bindings for Python
+description     The GNOME 2 bindings for Python
 
 long_description \
-                The GNOME bindings is the set of libraries that allow developers to \
+                The GNOME 2 bindings is the set of libraries that allow developers to \
                 develop fully GNOME compliant applications in C#, C++, Java, Perl, and \
                 Python. The platform is one of the suites of software packages that form \
-                the complete GNOME project offerings. These are the GNOME bindings for Python.
+                the complete GNOME 2 project offerings. These are the GNOME 2 bindings for Python.
 
 homepage        http://www.gnome.org/
 
-variant python26 conflicts python27 description {Build bindings for Python 2.6} {
-    depends_lib port:py26-atspi \
-                port:py26-gnome \
-                port:py26-gobject \
-                port:py26-pygtk \
-                port:py26-orbit
-}
-
-variant python27 conflicts python26 description {Build bindings for Python 2.7} {
-    depends_lib port:py27-atspi \
+depends_lib     port:py27-atspi \
                 port:py27-gnome \
                 port:py27-gobject \
                 port:py27-pygtk \
                 port:py27-orbit
-}
 
-if {![variant_isset python26]} {
-    default_variants +python27
-}
-
 distfiles
 
 use_configure   no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141102/2e373b3b/attachment.html>


More information about the macports-changes mailing list