Changeset 83235
- Timestamp:
- 08/28/11 23:31:33 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 deleted
- 1 edited
-
py-py2app/Portfile (modified) (2 diffs)
-
py25-py2app (deleted)
-
py26-py2app (deleted)
-
py27-py2app (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-py2app/Portfile
r82811 r83235 1 # -*- 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 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortGroup python241.04 PortSystem 1.0 5 PortGroup python 1.0 5 6 6 name py-py2app7 version 0.6.38 revision 19 categories-append devel10 license {MIT PSF}11 maintainers jwaopenmaintainer12 description converts python scripts into executable Mac OS X apps7 name py-py2app 8 version 0.6.3 9 revision 1 10 categories-append devel 11 license {MIT PSF} 12 maintainers jmr openmaintainer 13 description converts python scripts into executable Mac OS X apps 13 14 long_description \ 14 15 A distutils extension which converts python scripts into executable \ … … 16 17 installation. This is a replacement for bundlebuilder. 17 18 18 platforms darwin19 platforms darwin 19 20 20 homepage http://wiki.python.org/moin/MacPython/py2app21 master_sites http://cheeseshop.python.org/packages/source/p/py2app/22 distname py2app-${version}21 homepage http://wiki.python.org/moin/MacPython/py2app 22 master_sites http://pypi.python.org/packages/source/p/py2app/ 23 distname py2app-${version} 23 24 24 checksums md5 49a9101ff25fb59d1ba733e329bf502e \25 sha1 cb7daad349cdd491d2021cb05b96be471628acf4 \26 rmd160 601e08e0292f2c115f55e85619fb2d979255b1aa25 checksums md5 49a9101ff25fb59d1ba733e329bf502e \ 26 sha1 cb7daad349cdd491d2021cb05b96be471628acf4 \ 27 rmd160 601e08e0292f2c115f55e85619fb2d979255b1aa 27 28 28 depends_lib-append port:py-setuptools \ 29 port:py-macholib \ 30 port:py-bdist_mpkg 29 python.versions 24 25 26 27 31 30 32 post-destroot { 33 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \ 34 ${destroot}${prefix}/share/examples/${name} 35 xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \ 36 ${destroot}${prefix}/share/doc/${name} 37 # tar mishandles this filename, ticket #30252 38 move "${destroot}${prefix}/share/examples/${name}/PyObjC/TinyTinyEdit/dist.€" \ 39 "${destroot}${prefix}/share/examples/${name}/PyObjC/TinyTinyEdit/dist" 31 if {$subport != $name} { 32 depends_lib port:py${python.version}-macholib \ 33 port:py${python.version}-bdist_mpkg 34 35 post-destroot { 36 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} \ 37 ${destroot}${prefix}/share/examples/${subport} 38 xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \ 39 ${destroot}${prefix}/share/doc/${subport} 40 eval file copy [glob ${worksrcpath}/examples/*] \ 41 ${destroot}${prefix}/share/examples/${subport} 42 # tar mishandles this filename with "C" locale, ticket #30252 43 move "${destroot}${prefix}/share/examples/${subport}/PyObjC/TinyTinyEdit/dist.€" \ 44 "${destroot}${prefix}/share/examples/${subport}/PyObjC/TinyTinyEdit/dist" 45 } 40 46 } 41 47 42 livecheck.type regex43 livecheck.url http://cheeseshop.python.org/pypi/py2app/44 livecheck.regex py2app (0\.\[0-9\]+\.\[0-9\]+)48 livecheck.type regex 49 livecheck.url http://pypi.python.org/pypi/py2app/ 50 livecheck.regex py2app (0\.\[0-9\]+\.\[0-9\]+)
Note: See TracChangeset
for help on using the changeset viewer.

