[134071] trunk/dports

petr at macports.org petr at macports.org
Tue Mar 17 17:15:37 PDT 2015


Revision: 134071
          https://trac.macports.org/changeset/134071
Author:   petr at macports.org
Date:     2015-03-17 17:15:37 -0700 (Tue, 17 Mar 2015)
Log Message:
-----------
kiwi: rename to py-kiwi, closes #36022

Modified Paths:
--------------
    trunk/dports/devel/gazpacho/Portfile
    trunk/dports/devel/kiwi/Portfile
    trunk/dports/python/py-kiwi/Portfile

Added Paths:
-----------
    trunk/dports/python/py-kiwi/

Modified: trunk/dports/devel/gazpacho/Portfile
===================================================================
--- trunk/dports/devel/gazpacho/Portfile	2015-03-18 00:00:30 UTC (rev 134070)
+++ trunk/dports/devel/gazpacho/Portfile	2015-03-18 00:15:37 UTC (rev 134071)
@@ -30,7 +30,7 @@
                 port:gettext \
                 port:py${python.version}-gobject \
                 port:py${python.version}-numeric \
-                port:kiwi
+                port:py${python.version}-kiwi
 
 post-extract    {
     reinplace "s|/usr/|${prefix}/|g" ${worksrcpath}/gazpacho.desktop

Modified: trunk/dports/devel/kiwi/Portfile
===================================================================
--- trunk/dports/devel/kiwi/Portfile	2015-03-18 00:00:30 UTC (rev 134070)
+++ trunk/dports/devel/kiwi/Portfile	2015-03-18 00:15:37 UTC (rev 134071)
@@ -1,44 +1,11 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
-PortGroup       python 1.0
+PortSystem          1.0
 
-name            kiwi
-version         1.9.29
-revision        1
-set branch      [join [lrange [split ${version} .] 0 1] .]
-categories      devel gnome python
-license         LGPL-2.1+
-maintainers     nomaintainer
-supported_archs noarch
+replaced_by         py27-kiwi
+PortGroup           obsolete 1.0
 
-description Framework for Python applications with GUIs.
-long_description \
-                Kiwi is a framework and a set of enhanced PyGTK widgets designed to \
-                make building programs with graphical interfaces both easy to write \
-                and easy to maintain. Kiwi is pure Python and should work \
-                cross-platform, but is developed on Python 2.4, Linux ix86.
-homepage        http://www.async.com.br/projects/kiwi
-platforms       darwin
-
-master_sites    gnome:sources/${name}/${branch}/
-
-use_xz          yes
-
-checksums       rmd160  59e0659aaa535e962613d489934f9a1f89c9cc59 \
-                sha256  32e43540150c03fda8ad55d22a389cf25356fc5216f6ee3febc4a3df9862ecad
-
-python.default_version  27
-
-depends_lib-append  \
-                port:py${python.version}-gobject \
-                port:py${python.version}-pygtk \
-                port:py${python.version}-numeric
-
-depends_build-append    \
-                port:pkgconfig
-
-python.link_binaries_suffix
-
-livecheck.type  gnome-with-unstable
+name                kiwi
+version             1.9.29
+revision            2

Modified: trunk/dports/python/py-kiwi/Portfile
===================================================================
--- trunk/dports/devel/kiwi/Portfile	2015-03-17 20:32:47 UTC (rev 134061)
+++ trunk/dports/python/py-kiwi/Portfile	2015-03-18 00:15:37 UTC (rev 134071)
@@ -4,14 +4,17 @@
 PortSystem      1.0
 PortGroup       python 1.0
 
-name            kiwi
+name            py-kiwi
 version         1.9.29
-revision        1
+
+set real_name   kiwi
 set branch      [join [lrange [split ${version} .] 0 1] .]
-categories      devel gnome python
+
+categories-append   devel gnome
+platforms       darwin
+supported_archs noarch
 license         LGPL-2.1+
 maintainers     nomaintainer
-supported_archs noarch
 
 description Framework for Python applications with GUIs.
 long_description \
@@ -19,26 +22,33 @@
                 make building programs with graphical interfaces both easy to write \
                 and easy to maintain. Kiwi is pure Python and should work \
                 cross-platform, but is developed on Python 2.4, Linux ix86.
+
+
 homepage        http://www.async.com.br/projects/kiwi
-platforms       darwin
+master_sites    gnome:sources/${real_name}/${branch}/
+distname        ${real_name}-${version}
 
-master_sites    gnome:sources/${name}/${branch}/
-
 use_xz          yes
 
 checksums       rmd160  59e0659aaa535e962613d489934f9a1f89c9cc59 \
                 sha256  32e43540150c03fda8ad55d22a389cf25356fc5216f6ee3febc4a3df9862ecad
 
-python.default_version  27
+python.versions 27
 
-depends_lib-append  \
-                port:py${python.version}-gobject \
-                port:py${python.version}-pygtk \
-                port:py${python.version}-numeric
+if {${name} ne ${subport}} {
 
-depends_build-append    \
-                port:pkgconfig
+    depends_lib-append  \
+        port:py${python.version}-gobject \
+        port:py${python.version}-pygtk \
+        port:py${python.version}-numeric
 
-python.link_binaries_suffix
+    depends_build-append    \
+        port:pkgconfig
 
-livecheck.type  gnome-with-unstable
+    #python.link_binaries_suffix
+
+    livecheck.type  none
+} else {
+    livecheck.type  gnome-with-unstable
+    livecheck.name  kiwi
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150317/1d3d7436/attachment.html>


More information about the macports-changes mailing list