Permalink
Browse files
py-shellwords: no livecheck, deprecated
- Loading branch information
Showing
with
7 additions
and
2 deletions.
-
+7
−2
python/py-shellwords/Portfile
|
|
@@ -2,6 +2,7 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-shellwords |
|
|
version 0.2 |
|
|
@@ -15,11 +16,15 @@ description Parse strings into words like a POSIX shell does. |
|
|
long_description Python module to parse strings into words like a POSIX \ |
|
|
shell does. |
|
|
|
|
|
homepage http://www.crazy-compilers.com/py-lib/shellwords.html |
|
|
master_sites http://www.crazy-compilers.com/py-lib/ |
|
|
homepage http://www.crazy-compilers.com/software/shellwords.html |
|
|
master_sites http://www.crazy-compilers.com/_downloads/ |
|
|
distname python-shellwords-${version} |
|
|
checksums md5 919a92e9b320d48c063b6edf09e16411 |
|
|
|
|
|
|
|
|
deprecated.upstream_support no |
|
|
livecheck.type none |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
|