Skip to content
Permalink
Browse files

py-suds: switch to PyPI, fix livecheck, deprecated

  • Loading branch information
reneeotten committed Apr 11, 2019
1 parent b292674 commit 52d735a6e889de896148423e734a52a70741e5a5
Showing with 13 additions and 16 deletions.
  1. +13 −16 python/py-suds/Portfile
@@ -2,38 +2,35 @@

PortSystem 1.0
PortGroup python 1.0
PortGroup deprecated 1.0

set realname suds
name py-${realname}
name py-suds
version 0.4
revision 1
categories-append devel net
maintainers nomaintainer
license LGPL
supported_archs noarch
platforms darwin

description Suds is a lightweight SOAP python client for consuming Web Services.
long_description $description
homepage https://fedorahosted.org/suds/
platforms darwin
master_sites https://fedorahosted.org/releases/s/u/suds/
checksums md5 05523dfd3fc0de3f19dde4aca5dd17e9 \
sha1 47d943c3cd9432ac8ad237621803ba06ef5a3474 \
rmd160 6d7ed5c7a83680542509aa26cf5165673871db78
distname python-${realname}-${version}

homepage https://pypi.org/project/suds
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}

checksums rmd160 d2c5fa050c172ba316a3e81f875fe3ff04f43cff \
sha256 d5524ae523bb9e09c57bcdbd1efae2c287d20603688ea31f6020ed180a489af0 \
size 104013
distname ${python.rootname}-${version}

deprecated.upstream_support no

python.versions 27
python.default_version 27

if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
}

if {${name} eq ${subport}} {
livecheck.type regex
livecheck.url https://fedorahosted.org/suds/wiki/ReleaseHistory
livecheck.regex Release \\((\[0-9.\]+)\\)
} else {
livecheck.type none
}

0 comments on commit 52d735a

Please sign in to comment.
You can’t perform that action at this time.