Permalink
Browse files
py-tiff: no livecheck, deprecated
- Loading branch information
Showing
with
5 additions
and
5 deletions.
-
+5
−5
python/py-tiff/Portfile
|
|
@@ -2,6 +2,7 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-tiff |
|
|
version 0.1.6 |
|
|
@@ -16,12 +17,15 @@ description pytiff provides tiff handling and advanced imaging for Pytho |
|
|
long_description ${description} |
|
|
|
|
|
homepage http://www.haynold.com/software_projects/2004/pytiff/ |
|
|
master_sites ${homepage} |
|
|
master_sites macports_distfiles |
|
|
distname pytiff-${version} |
|
|
|
|
|
checksums rmd160 5a473019cfe39e6448ca85326fb58a227ebce2d5 \ |
|
|
sha256 fcbf4605c05cb35e861c851394541c4a41d0b8fd906f300339ab3d43e7489db5 |
|
|
|
|
|
deprecated.upstream_support no |
|
|
livecheck.type none |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
@@ -43,8 +47,4 @@ if {${name} ne ${subport}} { |
|
|
xinstall -m 644 -W ${worksrcpath} CHANGES README \ |
|
|
${destroot}${prefix}/share/doc/${subport} |
|
|
} |
|
|
livecheck.type none |
|
|
} else { |
|
|
livecheck.type regex |
|
|
livecheck.regex pytiff-(\[0-9.\]+)${extract.suffix} |
|
|
} |