[84232] trunk/dports/python

jmr at macports.org jmr at macports.org
Tue Sep 20 23:56:56 PDT 2011


Revision: 84232
          http://trac.macports.org/changeset/84232
Author:   jmr at macports.org
Date:     2011-09-20 23:56:51 -0700 (Tue, 20 Sep 2011)
Log Message:
-----------
py*-pyclutter: update to 1.3.2 (#27025)

Modified Paths:
--------------
    trunk/dports/python/py25-pyclutter/Portfile
    trunk/dports/python/py26-pyclutter/Portfile

Modified: trunk/dports/python/py25-pyclutter/Portfile
===================================================================
--- trunk/dports/python/py25-pyclutter/Portfile	2011-09-21 06:18:08 UTC (rev 84231)
+++ trunk/dports/python/py25-pyclutter/Portfile	2011-09-21 06:56:51 UTC (rev 84232)
@@ -2,9 +2,10 @@
 # $Id$
 
 PortSystem      1.0
+
 name            py25-pyclutter
 set my_name     pyclutter
-version         1.0.2
+version         1.3.2
 distname        ${my_name}-${version}
 set branch      [string range $version 0 [expr [string last "." $version] - 1]]
 categories      python graphics
@@ -15,27 +16,23 @@
 platforms       darwin
 homepage        http://www.clutter-project.org/
 master_sites    http://www.clutter-project.org/sources/${my_name}/${branch}/
+dist_subdir     py-pyclutter
 
-checksums       md5     9bd6a73bba4a40e5dc79003ccb6bc6a7 \
-                sha1    819d4ec117f5a41939fbb18c8e2b308099888f04 \
-                rmd160  8b4c89cb701354b62454cf3738c5a55c51c7ca1e
+checksums       md5     eee6114b4201d71f04b00e36c06e5e9b \
+                sha1    dfdbb1125d2b961f0f65de701e6413ed357ccad5 \
+                rmd160  5bea7568022f4b9172a1e4fc2652e5d0263b78a9
 
 depends_build \
     port:pkgconfig \
     port:libtool
     
 depends_lib \
-    port:python25 \
-    path:lib/pkgconfig/glib-2.0.pc:glib2 \
-    port:gtk2 \
-    port:py25-cairo \
-    port:py25-gobject \
-    port:py25-gtk \
     port:py25-gst-python \
     port:clutter
 
 configure.python ${prefix}/bin/python2.5
-configure.pkg_config_path ${prefix}/Library/Frameworks/Python.framework/Versions/2.5/lib/pkgconfig
+configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/2.5/lib/pkgconfig
+configure.args  --enable-docs
 
 livecheck.type      regex
 livecheck.url       ${master_sites}

Modified: trunk/dports/python/py26-pyclutter/Portfile
===================================================================
--- trunk/dports/python/py26-pyclutter/Portfile	2011-09-21 06:18:08 UTC (rev 84231)
+++ trunk/dports/python/py26-pyclutter/Portfile	2011-09-21 06:56:51 UTC (rev 84232)
@@ -5,7 +5,7 @@
 
 name            py26-pyclutter
 set my_name     pyclutter
-version         1.0.2
+version         1.3.2
 distname        ${my_name}-${version}
 set branch      [string range $version 0 [expr [string last "." $version] - 1]]
 categories      python graphics
@@ -16,35 +16,30 @@
 platforms       darwin
 homepage        http://www.clutter-project.org/
 master_sites    http://www.clutter-project.org/sources/${my_name}/${branch}/
+dist_subdir     py-pyclutter
 
-checksums       md5     9bd6a73bba4a40e5dc79003ccb6bc6a7 \
-                sha1    819d4ec117f5a41939fbb18c8e2b308099888f04 \
-                rmd160  8b4c89cb701354b62454cf3738c5a55c51c7ca1e
+checksums       md5     eee6114b4201d71f04b00e36c06e5e9b \
+                sha1    dfdbb1125d2b961f0f65de701e6413ed357ccad5 \
+                rmd160  5bea7568022f4b9172a1e4fc2652e5d0263b78a9
 
 depends_build \
     port:pkgconfig \
     port:libtool
     
 depends_lib \
-    port:python26 \
-    path:lib/pkgconfig/glib-2.0.pc:glib2 \
-    port:gtk2 \
-    port:py26-cairo \
-    port:py26-gobject \
-    port:py26-gtk \
     port:py26-gst-python \
     port:clutter
 
 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6
 
-configure.pre_args-delete  --prefix=${prefix}
-configure.pre_args-append  --prefix=${python_prefix}
-configure.args-append      --includedir=${python_prefix}/include/python2.6
+configure.pre_args  --prefix=${python_prefix}
+configure.args      --includedir=${python_prefix}/include/python2.6 \
+                    --enable-docs
 configure.pkg_config_path  ${python_prefix}/lib/pkgconfig
 
 configure.python    ${prefix}/bin/python2.6
 
-configure.env-append PYGOBJECT_CODEGEN=${prefix}/Library/Frameworks/Python.framework/Versions/2.6/bin/pygobject-codegen-2.0
+configure.env-append PYGOBJECT_CODEGEN=${python_prefix}/bin/pygobject-codegen-2.0
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110920/d002c107/attachment-0001.html>


More information about the macports-changes mailing list