Permalink
Browse files
py-pymtp: no livecheck, deprecated
- Loading branch information
Showing
with
4 additions
and
2 deletions.
-
+4
−2
python/py-pymtp/Portfile
|
|
@@ -2,6 +2,7 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-pymtp |
|
|
license GPL-3 |
|
|
@@ -15,7 +16,6 @@ long_description \ |
|
|
applications to communicate with MTP devices, such as the \ |
|
|
Microsoft(R) Zune(TM), Creative(R) Zen(TM) devices (except the \ |
|
|
Creative Zen Stone), and many others |
|
|
|
|
|
|
|
|
homepage http://downloads.nick125.com/projects/pymtp/ |
|
|
# seems to be broken |
|
|
@@ -28,8 +28,10 @@ checksums md5 5eff39cbcc2e073228df04fe1ab1fce8 \ |
|
|
sha1 bfdeae5a949e8f1fb841284ac3b29ccfcf7aa197 \ |
|
|
rmd160 d68de908319baaea022a97565a76af311d8aac19 |
|
|
|
|
|
deprecated.upstream_support no |
|
|
livecheck.type none |
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_lib-append port:libmtp |
|
|
depends_lib-append port:libmtp |
|
|
} |