Permalink
Browse files
py-setupdocs: no livecheck, deprecated
- Loading branch information
Showing
with
5 additions
and
7 deletions.
-
+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} |
|
|
} |