From 8b7b0054288b75c4b140def8f6374efdb4707ef3 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 1 Apr 2015 12:27:55 +0200 Subject: [PATCH] New packages: python-snowballstemmer-1.2.0 --- srcpkgs/python-snowballstemmer/template | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 srcpkgs/python-snowballstemmer/template diff --git a/srcpkgs/python-snowballstemmer/template b/srcpkgs/python-snowballstemmer/template new file mode 100644 index 00000000000..76448a486f9 --- /dev/null +++ b/srcpkgs/python-snowballstemmer/template @@ -0,0 +1,28 @@ +# Template file for 'python-snowballstemmer' +pkgname=python-snowballstemmer +version=1.2.0 +revision=1 +noarch=yes +wrksrc="snowballstemmer-${version}" +build_style=python-module +python_versions="2.7 3.4" +hostmakedepends="python-setuptools python3.4-setuptools" +depends="python" +pycompile_module="snowballstemmer" +short_desc="Snowball stemming library collection for Python2" +maintainer="Alessio Sergi " +homepage="https://github.com/shibukawa/snowball_py" +license="BSD" +distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz" +checksum=6d54f350e7a0e48903a4e3b6b2cabd1b43e23765fbc975065402893692954191 + +python3.4-snowballstemmer_package() { + noarch=yes + depends="python3.4" + pycompile_version="3.4" + pycompile_module="snowballstemmer" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { + vmove usr/lib/python3.4 + } +}