Permalink
Browse files
py-wordaxe: update to 1.0.1
- no livecheck, deprecated
- Loading branch information
Showing
with
8 additions
and
4 deletions.
-
+8
−4
python/py-wordaxe/Portfile
|
|
@@ -2,9 +2,11 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-wordaxe |
|
|
version 0.3.3 |
|
|
version 1.0.1 |
|
|
revision 0 |
|
|
categories-append textproc |
|
|
platforms darwin |
|
|
supported_archs noarch |
|
|
@@ -23,8 +25,10 @@ master_sites sourceforge:deco-cow |
|
|
distname wordaxe-${version} |
|
|
use_zip yes |
|
|
|
|
|
checksums md5 fc734363e526de7e5750f0292bcbe43e \ |
|
|
sha1 8336496dc79a670d207d3838dba807fef60f221b \ |
|
|
rmd160 9b52288ce444e20dfef4f0bc00c6d9f9c0a731f1 |
|
|
checksums rmd160 c9b428004a6c9a3af0be82707c11deb396ad418a \ |
|
|
sha256 1d70348378075fc90d38388ec37190581b9d3ae8881d630d384d4eabc1b4e56f \ |
|
|
size 514422 |
|
|
|
|
|
deprecated.upstream_support no |
|
|
livecheck.type none |
|
|
python.versions 27 |