|
|
@@ -4,8 +4,9 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup github 1.0 |
|
|
|
|
|
github.setup webpy webpy 0.37 webpy- |
|
|
github.setup webpy webpy 0.39 webpy- |
|
|
name py-webpy |
|
|
revision 0 |
|
|
license Public-domain BSD |
|
|
categories-append www |
|
|
platforms darwin |
|
|
@@ -14,23 +15,23 @@ maintainers nomaintainer |
|
|
description web.py is a web framework for Python that is as simple as it is powerful |
|
|
long_description $description |
|
|
|
|
|
checksums sha1 8102aee9a21f6a57dafce46f877b0407624b6f85 \ |
|
|
rmd160 99e5194bb60a95601259c5ad1e0ac61fb16570bf \ |
|
|
sha256 0cd5aeea3aef4fceb172470511c0ad54a2780e0f9e82be4c594dc089cce99944 |
|
|
checksums rmd160 0d55321b61f9e3b2b636ab6a88a13a5a9142af49 \ |
|
|
sha256 e600bc4f6b7591b48caabc55830a05557f071c9d0b7f3f9fdaedddd3007c222e \ |
|
|
size 131634 |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
post-destroot { |
|
|
xinstall -m 644 -W ${worksrcpath} ChangeLog.txt LICENSE.txt README.md \ |
|
|
${destroot}${prefix}/share/doc/${subport} |
|
|
depends_build-append \ |
|
|
port:py${python.version}-setuptools |
|
|
|
|
|
xinstall -m 755 -d ${destroot}${prefix}/share/${subport} |
|
|
file copy ${worksrcpath}/experimental ${worksrcpath}/test ${worksrcpath}/tools ${destroot}${prefix}/share/${subport} |
|
|
post-destroot { |
|
|
set docdir ${prefix}/share/doc/${subport} |
|
|
xinstall -d ${destroot}${docdir} |
|
|
xinstall -m 0644 -W ${worksrcpath} ChangeLog.txt LICENSE.txt README.md \ |
|
|
${destroot}${docdir} |
|
|
file copy ${worksrcpath}/experimental ${worksrcpath}/test ${worksrcpath}/tools ${destroot}${docdir} |
|
|
} |
|
|
|
|
|
livecheck.type none |
|
|
} else { |
|
|
livecheck.type regex |
|
|
livecheck.url http://webpy.org |
|
|
livecheck.regex "web.py (\[0-9\.\]+) is the latest released version of web.py" |
|
|
} |