Permalink
Browse files
py-umlgraph: no livecheck, deprecated
- Loading branch information
Showing
with
6 additions
and
2 deletions.
-
+6
−2
python/py-umlgraph/Portfile
|
|
@@ -2,6 +2,7 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-umlgraph |
|
|
version 0.1.10 |
|
|
@@ -21,12 +22,15 @@ long_description PyUMLGraph is a Python debugger that produces UML \ |
|
|
references to other classes, class methods and return \ |
|
|
types, as well as class attributes and types. |
|
|
|
|
|
homepage http://adamfeuer.com/~adamf/software/PyUMLGraph/ |
|
|
master_sites ${homepage} fink:md5/38c10170d92e77f84186f5b7d8fdbf4e |
|
|
homepage https://pypi.org/project/PyUMLGraph/ |
|
|
master_sites macports_distfiles |
|
|
distname PyUMLGraph-${version} |
|
|
checksums md5 38c10170d92e77f84186f5b7d8fdbf4e |
|
|
use_bzip2 yes |
|
|
|
|
|
deprecated.upstream_support no |
|
|
livecheck.type none |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
|