Permalink
Browse files
py-suds-jurko: fix livecheck, use python.rootname, deprecated
- Loading branch information
Showing
with
9 additions
and
10 deletions.
-
+9
−10
python/py-suds-jurko/Portfile
|
|
@@ -2,10 +2,11 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-suds-jurko |
|
|
set realname suds-jurko |
|
|
version 0.6 |
|
|
revision 0 |
|
|
categories-append devel net |
|
|
platforms darwin |
|
|
license LGPL-3+ |
|
|
@@ -20,23 +21,21 @@ long_description 'Suds' is a lightweight SOAP-based web service \ |
|
|
stalled. Should be reintegrated back into the \ |
|
|
original project if it ever gets revived again. |
|
|
|
|
|
homepage https://pypi.python.org/pypi/${realname}/${version} |
|
|
master_sites pypi:s/${realname} |
|
|
distname ${realname}-${version} |
|
|
homepage https://pypi.python.org/pypi/${python.rootname}/${version} |
|
|
master_sites pypi:s/${python.rootname} |
|
|
distname ${python.rootname}-${version} |
|
|
use_bzip2 yes |
|
|
checksums rmd160 34329d93f0e784671539d08764959a18721752bb \ |
|
|
sha256 29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f |
|
|
|
|
|
deprecated.upstream_support no |
|
|
|
|
|
python.versions 27 34 35 36 |
|
|
python.default_version 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
# Build will download setuptools on its own otherwise. |
|
|
depends_build port:py${python.version}-setuptools |
|
|
depends_build-append \ |
|
|
port:py${python.version}-setuptools |
|
|
|
|
|
livecheck.type none |
|
|
} else { |
|
|
livecheck.type regex |
|
|
livecheck.url [lindex ${master_sites} 0] |
|
|
livecheck.regex ">${realname}-(\\d+(\\.\\d+)+)\\${extract.suffix}<" |
|
|
} |