Revision: 100331 https://trac.macports.org/changeset/100331 Author: g5pw@macports.org Date: 2012-12-08 09:11:30 -0800 (Sat, 08 Dec 2012) Log Message: ----------- python/py-gtk: move py-gtk2 to retain history Added Paths: ----------- trunk/dports/python/py-pygtk Removed Paths: ------------- trunk/dports/python/py-gtk2/Portfile Deleted: trunk/dports/python/py-gtk2/Portfile =================================================================== --- trunk/dports/python/py-gtk2/Portfile 2012-12-08 14:26:26 UTC (rev 100330) +++ trunk/dports/python/py-gtk2/Portfile 2012-12-08 17:11:30 UTC (rev 100331) @@ -1,56 +0,0 @@ -# $Id$ - -PortSystem 1.0 - -name py-gtk2 -set my_name pygtk -version 2.12.1 -revision 2 -set branch [join [lrange [split ${version} .] 0 1] .] -categories python x11 -license LGPL-2.1+ -maintainers nomaintainer -platforms darwin -description PyGTK is the Python binding to GTK+ 2.x - -long_description \ - PyGTK contains modules that allow you to use gtk in Python programs. \ - At present, it is a fairly complete set of bindings. - -homepage http://www.pygtk.org/ -master_sites gnome:sources/${my_name}/${branch}/ -distname ${my_name}-${version} -use_bzip2 yes - -checksums md5 a816346d750d61e3fa67a200e4292694 \ - sha1 7a7d095f53829895174640d693c4e4af16122d98 \ - rmd160 c368deab52524248593b77984e93f18150efa0f4 - -depends_build port:pkgconfig -depends_lib port:python24 \ - port:atk \ - port:gtk2 \ - port:libglade2 \ - port:py-cairo \ - port:py-gobject \ - port:py24-numpy - -configure.args --disable-glibtest - -# needed to find Python pkg-config files -set python_prefix ${frameworks_dir}/Python.framework/Versions/2.4 -configure.pkg_config_path ${python_prefix}/lib/pkgconfig - -configure.python ${prefix}/bin/python2.4 - -platform darwin 9 { - post-patch { - reinplace "s| -export-symbols-regex.*||g" \ - ${worksrcpath}/Makefile.in \ - ${worksrcpath}/gtk/Makefile.in - } -} - -livecheck.type regex -livecheck.url http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/ -livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} Copied: trunk/dports/python/py-pygtk (from rev 100328, trunk/dports/python/py-gtk2/Portfile) =================================================================== --- trunk/dports/python/py-pygtk (rev 0) +++ trunk/dports/python/py-pygtk 2012-12-08 17:11:30 UTC (rev 100331) @@ -0,0 +1,56 @@ +# $Id$ + +PortSystem 1.0 + +name py-gtk2 +set my_name pygtk +version 2.12.1 +revision 2 +set branch [join [lrange [split ${version} .] 0 1] .] +categories python x11 +license LGPL-2.1+ +maintainers nomaintainer +platforms darwin +description PyGTK is the Python binding to GTK+ 2.x + +long_description \ + PyGTK contains modules that allow you to use gtk in Python programs. \ + At present, it is a fairly complete set of bindings. + +homepage http://www.pygtk.org/ +master_sites gnome:sources/${my_name}/${branch}/ +distname ${my_name}-${version} +use_bzip2 yes + +checksums md5 a816346d750d61e3fa67a200e4292694 \ + sha1 7a7d095f53829895174640d693c4e4af16122d98 \ + rmd160 c368deab52524248593b77984e93f18150efa0f4 + +depends_build port:pkgconfig +depends_lib port:python24 \ + port:atk \ + port:gtk2 \ + port:libglade2 \ + port:py-cairo \ + port:py-gobject \ + port:py24-numpy + +configure.args --disable-glibtest + +# needed to find Python pkg-config files +set python_prefix ${frameworks_dir}/Python.framework/Versions/2.4 +configure.pkg_config_path ${python_prefix}/lib/pkgconfig + +configure.python ${prefix}/bin/python2.4 + +platform darwin 9 { + post-patch { + reinplace "s| -export-symbols-regex.*||g" \ + ${worksrcpath}/Makefile.in \ + ${worksrcpath}/gtk/Makefile.in + } +} + +livecheck.type regex +livecheck.url http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/ +livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}