summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-25 12:34:05 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-25 12:44:51 +0100
commit134c7c3a65059a8570db56a5dd7a7c442181dc9c (patch)
tree977b471c40fda16e659fe4e57089ab7a56d0f811 /dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
parentsci-libs/libmems: Bump to EAPI=6 (diff)
downloadgentoo-134c7c3a65059a8570db56a5dd7a7c442181dc9c.tar.gz
gentoo-134c7c3a65059a8570db56a5dd7a7c442181dc9c.tar.bz2
gentoo-134c7c3a65059a8570db56a5dd7a7c442181dc9c.zip
dev-python/snowballstemmer: Version Bump
Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild')
-rw-r--r--dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
new file mode 100644
index 000000000000..052d121f9dd0
--- /dev/null
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
+HOMEPAGE="https://github.com/shibukawa/snowball_py https://pypi.python.org/pypi/snowballstemmer/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""