Permalink
Browse files
py-stemmer: update to 1.3.0
- swith to PyPI
- deprecated
- Loading branch information
Showing
with
18 additions
and
6 deletions.
-
+18
−6
python/py-stemmer/Portfile
|
|
@@ -2,9 +2,11 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-stemmer |
|
|
version 1.0.1 |
|
|
version 1.3.0 |
|
|
revision 0 |
|
|
platforms darwin |
|
|
categories-append textproc |
|
|
license MIT BSD |
|
|
@@ -15,11 +17,21 @@ long_description Snowball is a small string processing language \ |
|
|
designed for creating stemming algorithms for use \ |
|
|
in Information Retrieval. |
|
|
|
|
|
homepage http://snowball.tartarus.org/ |
|
|
master_sites ${homepage}wrappers/ |
|
|
homepage https://snowball.tartarus.org/ |
|
|
master_sites https://files.pythonhosted.org/packages/21/ee/19e0e4ec9398cc022617baa5f013fd415cce4887748245126aa6d4fac3c6/ \ |
|
|
pypi:p/PyStemmer |
|
|
|
|
|
distname PyStemmer-${version} |
|
|
checksums md5 5fb09517161de1792b2fc1fd8844038b \ |
|
|
sha1 2a82fef3fb5169b74da82131b180ca6e0f70c3ea \ |
|
|
rmd160 68a6483cc4c0580331867ec17ee4f9d5ad85a7ac |
|
|
checksums rmd160 a53a0f27e6716391b02ca4c0a3456eea6c5160e9 \ |
|
|
sha256 d1ac14eb64978c1697fcfba76e3ac7ebe24357c9428e775390f634648947cb91 \ |
|
|
size 360102 |
|
|
|
|
|
deprecated.upstream_support no |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
if {${subport} ne ${name}} { |
|
|
livecheck.type none |
|
|
} else { |
|
|
livecheck.name PyStemmer |
|
|
} |