Skip to content
Permalink
Browse files

py-stemmer: adjust whitespace

  • Loading branch information
reneeotten authored and cjones051073 committed Apr 11, 2019
1 parent 7898142 commit 9b2bafee346982826234883581cb6982b0f29ce7
Showing with 20 additions and 19 deletions.
  1. +20 −19 python/py-stemmer/Portfile
@@ -1,24 +1,25 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup python 1.0
PortSystem 1.0
PortGroup python 1.0

name py-stemmer
version 1.0.1
platforms darwin
categories-append textproc
license MIT BSD
maintainers nomaintainer
description Python bindings for Snowball stemmer
long_description Snowball is a small string processing language \
designed for creating stemming algorithms for use \
in Information Retrieval.
name py-stemmer
version 1.0.1
platforms darwin
categories-append textproc
license MIT BSD
maintainers nomaintainer

homepage http://snowball.tartarus.org/
master_sites ${homepage}wrappers/
distname PyStemmer-${version}
checksums md5 5fb09517161de1792b2fc1fd8844038b \
sha1 2a82fef3fb5169b74da82131b180ca6e0f70c3ea \
rmd160 68a6483cc4c0580331867ec17ee4f9d5ad85a7ac
description Python bindings for Snowball stemmer
long_description Snowball is a small string processing language \
designed for creating stemming algorithms for use \
in Information Retrieval.

python.versions 27
homepage http://snowball.tartarus.org/
master_sites ${homepage}wrappers/
distname PyStemmer-${version}
checksums md5 5fb09517161de1792b2fc1fd8844038b \
sha1 2a82fef3fb5169b74da82131b180ca6e0f70c3ea \
rmd160 68a6483cc4c0580331867ec17ee4f9d5ad85a7ac

python.versions 27

0 comments on commit 9b2bafe

Please sign in to comment.
You can’t perform that action at this time.