[109153] users/mojca/wxports/python
mojca at macports.org
mojca at macports.org
Thu Aug 8 11:43:55 PDT 2013
Revision: 109153
https://trac.macports.org/changeset/109153
Author: mojca at macports.org
Date: 2013-08-08 11:43:55 -0700 (Thu, 08 Aug 2013)
Log Message:
-----------
mojca/wxpython: obsolete py-wxpython30 and py27-wxpython-devel
Modified Paths:
--------------
users/mojca/wxports/python/py-wxpython30/Portfile
users/mojca/wxports/python/py27-wxpython-devel/Portfile
Added Paths:
-----------
users/mojca/wxports/python/py-wxpython30/
users/mojca/wxports/python/py27-wxpython-devel/
Removed Paths:
-------------
users/mojca/wxports/python/py-wxpython30/files/
Modified: users/mojca/wxports/python/py-wxpython30/Portfile
===================================================================
--- trunk/dports/python/py-wxpython30/Portfile 2013-08-08 18:33:32 UTC (rev 109152)
+++ users/mojca/wxports/python/py-wxpython30/Portfile 2013-08-08 18:43:55 UTC (rev 109153)
@@ -1,64 +1,18 @@
+# -*- 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
+PortGroup python 1.0
-name py-wxpython30
-version 2.9.4.0
+replaced_by py-wxpython-3.0
+PortGroup obsolete 1.0
-categories python graphics
-platforms darwin
-license wxwidgets-3.1
+name py-wxpython30
+version 2.9.4.0
+revision 1
-maintainers jwa
-description Python interface to the wxWindows cross platform GUI
-long_description wxPython is a GUI toolkit for the Python programming \
- language. It allows Python programmers to create \
- programs with a robust, highly functional graphical \
- user interface, simply and easily. It is implemented \
- as a Python extension module (native code) that wraps \
- the popular wxWindows cross platform GUI library, \
- which is written in C++.
+homepage http://www.wxpython.org/
+categories python graphics
+license wxwidgets-3.1
-homepage http://www.wxpython.org/
-master_sites sourceforge:wxpython
-
-python.versions 27
-
-distname wxPython-src-${version}
-use_bzip2 yes
-checksums rmd160 35e823d9161dc99083f3025383567000680e012f \
- sha256 78c35c19e85a17cb9c730b86b49d6a479198d76d19e0b13e86db0b55707004be
-
-worksrcdir ${distname}/wxPython
-
-extract.post_args "| tar -xf - ${worksrcdir} ${distname}/docs"
-
-universal_variant no
-
-build.env UNICODE="1" WXPORT="osx_cocoa" PATH="${prefix}/lib/wx/config:$env(PATH)"
-
-destroot.env UNICODE="1" WXPORT="osx_cocoa" PATH="${prefix}/lib/wx/config:$env(PATH)"
-
-if {$subport != $name} {
- depends_lib-append port:wxWidgets30
-
- if {${os.platform} == "darwin" && ${os.major} >= 10} {
- patchfiles patch-config.py.diff
- }
-
- post-destroot {
- xinstall -d -m 755 ${destroot}${prefix}/share/doc/
- file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
- file copy ${worksrcpath}/samples \
- ${destroot}${prefix}/share/doc/${name}/examples
- }
-}
-
-if {$subport == $name} {
- livecheck.type regex
- livecheck.url ${homepage}
- livecheck.regex wxPython(?: | \\(classic\\) )(2\\.\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)
-} else {
- livecheck.type none
-}
+python.versions 27
Modified: users/mojca/wxports/python/py27-wxpython-devel/Portfile
===================================================================
--- trunk/dports/python/py27-wxpython-devel/Portfile 2013-08-08 18:07:20 UTC (rev 109149)
+++ users/mojca/wxports/python/py27-wxpython-devel/Portfile 2013-08-08 18:43:55 UTC (rev 109153)
@@ -1,55 +1,16 @@
+# -*- 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 python27 1.0
+PortSystem 1.0
+PortGroup python27 1.0
-name py27-wxpython-devel
-version 2.9.4.0
+replaced_by py27-wxpython-3.0
+PortGroup obsolete 1.0
-categories python graphics
-platforms darwin
-license wxwidgets-3.1
+name py27-wxpython-devel
+version 2.9.4.0
+revision 1
-maintainers jwa
-description Python interface to the wxWindows cross platform GUI
-long_description wxPython is a GUI toolkit for the Python programming \
- language. It allows Python programmers to create \
- programs with a robust, highly functional graphical \
- user interface, simply and easily. It is implemented \
- as a Python extension module (native code) that wraps \
- the popular wxWindows cross platform GUI library, \
- which is written in C++.
-
-homepage http://www.wxpython.org/
-master_sites sourceforge:wxpython
-distname wxPython-src-${version}
-use_bzip2 yes
-checksums rmd160 35e823d9161dc99083f3025383567000680e012f \
- sha256 78c35c19e85a17cb9c730b86b49d6a479198d76d19e0b13e86db0b55707004be
-
-depends_lib port:wxWidgets-devel
-
-worksrcdir ${distname}/wxPython
-
-extract.post_args "| tar -xf - ${worksrcdir} ${distname}/docs"
-
-universal_variant no
-
-build.env UNICODE="1" WXPORT="osx_cocoa" PATH="${prefix}/lib/wx/config:$env(PATH)"
-
-destroot.env UNICODE="1" WXPORT="osx_cocoa" PATH="${prefix}/lib/wx/config:$env(PATH)"
-
-if {${os.platform} == "darwin" && ${os.major} >= 10} {
- patchfiles patch-config.py.diff
-}
-
-post-destroot {
- xinstall -d -m 755 ${destroot}${prefix}/share/doc/
- file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
- file copy ${worksrcpath}/samples \
- ${destroot}${prefix}/share/doc/${name}/examples
-}
-
-livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex wxPython(?: | \\(classic\\) )(2\\.\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)
+homepage http://www.wxpython.org/
+categories python graphics
+license wxwidgets-3.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130808/55c42ced/attachment-0001.html>
More information about the macports-changes
mailing list