### this file is sourced not run
PKGVER=2.2.0
PKGBUILD=1
PKGARCH=noarch

# source: BLFS 11.3
TARBALL=snowballstemmer-$PKGVER.tar.gz
MD5SUM=4332ddc7bbee0f344a03915b2ad59a54
SRC_URL=https://files.pythonhosted.org/packages/source/s/snowballstemmer/$TARBALL
BUNDLE=

SLACKREQ=python3
SLACKDESC="python3-snowballstemmer: python3-snowballstemmer $PKGVER (String processing language)
python3-snowballstemmer: 
python3-snowballstemmer: The Snowballstemmer package is a small string processing language for 
python3-snowballstemmer: creating stemming algorithms for use in Information Retrieval, plus a 
python3-snowballstemmer: collection of stemming algorithms implemented using it. Stemming maps 
python3-snowballstemmer: different forms of the same word to a common “stem” — for 
python3-snowballstemmer: example, the English stemmer maps connection, connections, 
python3-snowballstemmer: connective, connected, and connecting to connect. So a searching for 
python3-snowballstemmer: connected would also find documents which only have the other forms.
python3-snowballstemmer: 
python3-snowballstemmer: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_python3modules &&
	pkg_build_slackdesc
}


