Permalink
Browse files
py-scanf: deprecated, no livecheck
- Loading branch information
Showing
with
5 additions
and
1 deletion.
-
+5
−1
python/py-scanf/Portfile
|
|
@@ -2,6 +2,7 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-scanf |
|
|
version 1.0 |
|
|
@@ -18,8 +19,11 @@ long_description scanf provides formatted input from standard input, \ |
|
|
against strings and files. |
|
|
|
|
|
homepage http://hkn.eecs.berkeley.edu/~dyoo/python/scanf/ |
|
|
master_sites ${homepage} |
|
|
master_sites macports_distfiles |
|
|
distname scanf-${version} |
|
|
checksums md5 a617ca749a40c8f76dd98fc7b91a577d |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
deprecated.upstream_support no |
|
|
livecheck.type none |