Permalink
Browse files
py-apycot: no livecheck, deprecated
- Loading branch information
Showing
with
5 additions
and
1 deletion.
-
+5
−1
python/py-apycot/Portfile
|
|
@@ -2,6 +2,7 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
# apycot moved from 0.12.3 -> 0.99 but is a fundamentally incompatible change. The newer versions |
|
|
# should be put in a port called apycotbot |
|
|
@@ -18,13 +19,16 @@ long_description Apycot is an Automated Pythonic Code Tester. Use it to \ |
|
|
document quality. |
|
|
|
|
|
homepage https://www.logilab.org/projects/apycot/ |
|
|
master_sites ftp://ftp.logilab.org/pub/apycot/ |
|
|
master_sites macports_distfiles |
|
|
distname apycot-${version} |
|
|
|
|
|
checksums md5 60e98754ee0cc69d5bb3d76817bfcde0 \ |
|
|
sha1 512b010827f58b26472618cefd8dc10651788ba9 \ |
|
|
rmd160 1652039cdd960424e18ab5aa575f4397c1596a11 |
|
|
|
|
|
deprecated.upstream_support no |
|
|
livecheck.type none |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
|