Skip to content
Permalink
Browse files

py-setupdocs: no livecheck, deprecated

  • Loading branch information
reneeotten committed Apr 7, 2019
1 parent 6bc61a1 commit 324e6471dd2b4c4180481069b5faed2776ffbe83
Showing with 5 additions and 7 deletions.
  1. +5 −7 python/py-setupdocs/Portfile
@@ -2,6 +2,7 @@

PortSystem 1.0
PortGroup python 1.0
PortGroup deprecated 1.0

name py-setupdocs
version 1.0.5
@@ -16,20 +17,17 @@ description setuptools plugin that automates building of docs from ReST
long_description SetupDocs is a ${description}.

homepage https://pypi.python.org/pypi/SetupDocs/
master_sites http://www.enthought.com/repo/ets/
master_sites macports_distfiles
distname SetupDocs-${version}

checksums sha1 135bc4a22b885016e3638e7cd7633eab85f8742f \
rmd160 d9c2dc651ab1dbb7c231bdd5ee2819818b008be0

deprecated.upstream_support no
livecheck.type none

python.versions 27

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

livecheck.type none
} else {
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
livecheck.regex SetupDocs-(\[0-9.\]+)${extract.suffix}
}

0 comments on commit 324e647

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