Permalink
Browse files
py-webstack: update to 1.2.7
- no livecheck, deprecated
- Loading branch information
Showing
with
11 additions
and
5 deletions.
-
+11
−5
python/py-webstack/Portfile
|
|
@@ -2,9 +2,11 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-webstack |
|
|
version 1.0 |
|
|
version 1.2.7 |
|
|
revision 0 |
|
|
categories-append www |
|
|
license LGPL-2.1+ |
|
|
platforms darwin |
|
|
@@ -14,16 +16,20 @@ description python module providing a simple, common API for web applica |
|
|
long_description ${description} |
|
|
|
|
|
homepage http://www.boddie.org.uk/python/WebStack.html |
|
|
master_sites http://www.boddie.org.uk/python/downloads/ \ |
|
|
https://pypi.python.org/packages/source/W/WebStack/ |
|
|
master_sites http://www.boddie.org.uk/python/downloads/ |
|
|
distname WebStack-${version} |
|
|
checksums md5 0bc82ce99ca08ed8686529bb371ec33e |
|
|
checksums rmd160 b4c8c0116b5bb9786f0f4dd0cb55a534f1906877 \ |
|
|
sha256 e457718222f4066b8370052ca42cf5696c9b5b067f2576735f6100852dd4f2e4 \ |
|
|
size 248238 |
|
|
|
|
|
deprecated.upstream_support no |
|
|
livecheck.type none |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
post-destroot { |
|
|
xinstall -m 644 -W ${worksrcpath} README.txt \ |
|
|
xinstall -m 0644 -W ${worksrcpath} README.txt \ |
|
|
${destroot}${prefix}/share/doc/${subport} |
|
|
} |
|
|
} |