[127700] trunk/dports/comms/telepathy-logger/Portfile

devans at macports.org devans at macports.org
Sat Nov 1 06:09:03 PDT 2014


Revision: 127700
          https://trac.macports.org/changeset/127700
Author:   devans at macports.org
Date:     2014-11-01 06:09:03 -0700 (Sat, 01 Nov 2014)
Log Message:
-----------
telepathy-logger: remove python variants, unused dependency on py-twisted, build with python27.

Modified Paths:
--------------
    trunk/dports/comms/telepathy-logger/Portfile

Modified: trunk/dports/comms/telepathy-logger/Portfile
===================================================================
--- trunk/dports/comms/telepathy-logger/Portfile	2014-11-01 12:55:10 UTC (rev 127699)
+++ trunk/dports/comms/telepathy-logger/Portfile	2014-11-01 13:09:03 UTC (rev 127700)
@@ -5,6 +5,7 @@
 
 name            telepathy-logger
 version         0.8.1
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 license         LGPL-2.1+
 description     The ${name} component of Telepathy - a Flexible Communications Framework
@@ -24,7 +25,8 @@
 
 depends_build   port:pkgconfig \
                 port:intltool \
-                port:gtk-doc
+                port:gtk-doc \
+                port:python27
 
 depends_lib     port:telepathy-glib \
                 port:gobject-introspection \
@@ -40,6 +42,9 @@
 use_autoreconf  yes
 autoreconf.args -fvi
 
+configure.python \
+                ${prefix}/bin/python2.7
+
 configure.args  --disable-silent-rules \
                 --disable-coding-style-checks \
                 --disable-schemas-compile \
@@ -48,25 +53,6 @@
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
 
-variant python25 conflicts python26 python27 description {Enable building of Python 2.5 bindings} {
-                depends_lib-append          port:py25-twisted
-                configure.python            ${prefix}/bin/python2.5
-}
-
-variant python26 conflicts python25 python27 description {Enable building of Python 2.6 bindings} {
-                depends_lib-append          port:py26-twisted
-                configure.python            ${prefix}/bin/python2.6
-}
-
-variant python27 conflicts python25 python26 description {Enable building of Python 2.7 bindings} {
-                depends_lib-append          port:py27-twisted
-                configure.python            ${prefix}/bin/python2.7
-}
-
-if {![variant_isset python25] && ![variant_isset python26]}  {
-    default_variants +python27
-}
-
 post-destroot {
     set gsettingsschemadir ${prefix}/share/glib-2.0/schemas
     file mkdir ${destroot}${gsettingsschemadir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141101/8788f1f3/attachment.html>


More information about the macports-changes mailing list