Revision: 80071 http://trac.macports.org/changeset/80071 Author: jeremyhu@macports.org Date: 2011-07-03 16:25:02 -0700 (Sun, 03 Jul 2011) Log Message: ----------- gnome: Add python27 versions of various gnome ports Based on python26 versions Modified Paths: -------------- trunk/dports/gnome/gnome-python27-extras/Portfile trunk/dports/gnome/py27-eggtrayicon/Portfile trunk/dports/gnome/py27-gda/Portfile trunk/dports/gnome/py27-gdl/Portfile trunk/dports/gnome/py27-gtkhtml2/Portfile trunk/dports/gnome/py27-gtkspell/Portfile Added Paths: ----------- trunk/dports/gnome/gnome-python27-extras/ trunk/dports/gnome/py27-eggtrayicon/ trunk/dports/gnome/py27-gda/ trunk/dports/gnome/py27-gdl/ trunk/dports/gnome/py27-gtkhtml2/ trunk/dports/gnome/py27-gtkspell/ Modified: trunk/dports/gnome/gnome-python27-extras/Portfile =================================================================== --- trunk/dports/gnome/gnome-python26-extras/Portfile 2011-07-03 22:06:21 UTC (rev 80069) +++ trunk/dports/gnome/gnome-python27-extras/Portfile 2011-07-03 23:25:02 UTC (rev 80071) @@ -3,12 +3,12 @@ PortSystem 1.0 -name gnome-python26-extras +name gnome-python27-extras version 2.25.3 categories gnome python platforms darwin -maintainers elelay +maintainers nomaintainer description "Extra" Python modules for some GNOME Desktop libraries. long_description ${description}\ @@ -30,17 +30,17 @@ use_bzip2 yes -depends_lib port:py26-eggtrayicon \ - port:py26-gdl \ - port:py26-gda \ - port:py26-gtkhtml2 \ - port:py26-gtkspell +depends_lib port:py27-eggtrayicon \ + port:py27-gdl \ + port:py27-gda \ + port:py27-gtkhtml2 \ + port:py27-gtkspell patchfiles patch-configure.diff configure.args-append --disable-allbindings -set python.branch 2.6 +set python.branch 2.7 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} set python.bin ${python.prefix}/bin/python${python.branch} @@ -48,7 +48,7 @@ configure.pkg_config_path ${python.prefix}/lib/pkgconfig configure.python ${python.bin} -configure.env-append PYGTK_CODEGEN=${frameworks_dir}/Python.framework/Versions/2.6/bin/pygobject-codegen-2.0 +configure.env-append PYGTK_CODEGEN=${frameworks_dir}/Python.framework/Versions/2.7/bin/pygobject-codegen-2.0 livecheck.type regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${myname}/${branch}/ Modified: trunk/dports/gnome/py27-eggtrayicon/Portfile =================================================================== --- trunk/dports/gnome/py26-eggtrayicon/Portfile 2011-07-03 15:21:40 UTC (rev 80057) +++ trunk/dports/gnome/py27-eggtrayicon/Portfile 2011-07-03 23:25:02 UTC (rev 80071) @@ -3,12 +3,12 @@ PortSystem 1.0 -name py26-eggtrayicon +name py27-eggtrayicon version 2.25.3 categories gnome python platforms darwin -maintainers elelay +maintainers nomaintainer description "Extra" Python modules for some GNOME Desktop libraries. long_description ${description} @@ -28,13 +28,13 @@ use_bzip2 yes -depends_lib port:py26-gtk +depends_lib port:py27-gtk patchfiles patch-configure.diff configure.args-append --disable-allbindings --enable-eggtray -set python.branch 2.6 +set python.branch 2.7 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} set python.bin ${python.prefix}/bin/python${python.branch} Modified: trunk/dports/gnome/py27-gda/Portfile =================================================================== --- trunk/dports/gnome/py26-gda/Portfile 2011-07-03 15:21:40 UTC (rev 80057) +++ trunk/dports/gnome/py27-gda/Portfile 2011-07-03 23:25:02 UTC (rev 80071) @@ -3,12 +3,12 @@ PortSystem 1.0 -name py26-gda +name py27-gda version 2.25.3 categories gnome python platforms darwin -maintainers elelay +maintainers nomaintainer description "Extra" Python modules for some GNOME Desktop libraries. long_description ${description} @@ -28,7 +28,7 @@ use_bzip2 yes -depends_lib port:py26-gtk\ +depends_lib port:py27-gtk\ port:libgda4 patchfiles patch-pygobject \ @@ -36,7 +36,7 @@ configure.args-append --disable-allbindings --enable-gda -set python.branch 2.6 +set python.branch 2.7 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} set python.bin ${python.prefix}/bin/python${python.branch} Modified: trunk/dports/gnome/py27-gdl/Portfile =================================================================== --- trunk/dports/gnome/py26-gdl/Portfile 2011-07-03 15:21:40 UTC (rev 80057) +++ trunk/dports/gnome/py27-gdl/Portfile 2011-07-03 23:25:02 UTC (rev 80071) @@ -3,12 +3,12 @@ PortSystem 1.0 -name py26-gdl +name py27-gdl version 2.25.3 categories gnome python platforms darwin -maintainers elelay +maintainers nomaintainer description "Extra" Python modules for some GNOME Desktop libraries. long_description ${description} @@ -28,7 +28,7 @@ use_bzip2 yes -depends_lib port:py26-gnome \ +depends_lib port:py27-gnome \ port:gdl patchfiles patch-configure.diff\ @@ -36,7 +36,7 @@ configure.args-append --disable-allbindings --enable-gdl -set python.branch 2.6 +set python.branch 2.7 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} set python.bin ${python.prefix}/bin/python${python.branch} Modified: trunk/dports/gnome/py27-gtkhtml2/Portfile =================================================================== --- trunk/dports/gnome/py26-gtkhtml2/Portfile 2011-07-03 15:21:40 UTC (rev 80057) +++ trunk/dports/gnome/py27-gtkhtml2/Portfile 2011-07-03 23:25:02 UTC (rev 80071) @@ -3,12 +3,12 @@ PortSystem 1.0 -name py26-gtkhtml2 +name py27-gtkhtml2 version 2.25.3 categories gnome python platforms darwin -maintainers elelay +maintainers nomaintainer description "Extra" Python modules for some GNOME Desktop libraries. long_description ${description} @@ -28,14 +28,14 @@ use_bzip2 yes -depends_lib port:py26-gtk\ +depends_lib port:py27-gtk\ port:libgtkhtml patchfiles patch-configure.diff configure.args-append --disable-allbindings --enable-gtkhtml2 -set python.branch 2.6 +set python.branch 2.7 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} set python.bin ${python.prefix}/bin/python${python.branch} Modified: trunk/dports/gnome/py27-gtkspell/Portfile =================================================================== --- trunk/dports/gnome/py26-gtkspell/Portfile 2011-07-03 15:21:40 UTC (rev 80057) +++ trunk/dports/gnome/py27-gtkspell/Portfile 2011-07-03 23:25:02 UTC (rev 80071) @@ -3,12 +3,12 @@ PortSystem 1.0 -name py26-gtkspell +name py27-gtkspell version 2.25.3 categories gnome python platforms darwin -maintainers elelay +maintainers nomaintainer description "Extra" Python modules for some GNOME Desktop libraries. long_description ${description} @@ -28,14 +28,14 @@ use_bzip2 yes -depends_lib port:py26-gtk \ +depends_lib port:py27-gtk \ port:gtkspell2 patchfiles patch-configure.diff configure.args-append --disable-allbindings --enable-gtkspell -set python.branch 2.6 +set python.branch 2.7 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} set python.bin ${python.prefix}/bin/python${python.branch}