wok-next annotate python-snowballstemmer/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents
children 6c73b944e8dd
rev   line source
al@20443 1 # SliTaz package receipt v2.
al@20443 2
al@20443 3 PACKAGE="python-snowballstemmer"
al@20443 4 VERSION="1.2.1"
al@20443 5 CATEGORY="python"
al@20443 6 SHORT_DESC="16 stemmer algorithms generated from Snowball algorithms"
al@20443 7 MAINTAINER="al.bobylev@gmail.com"
al@20443 8 LICENSE="BSD"
al@20443 9 WEB_SITE="https://pypi.python.org/pypi/snowballstemmer"
al@20443 10
al@20443 11 BUILD_DEPENDS="python-pip"
al@20443 12
al@20443 13 compile_rules() {
al@20443 14 pip install --no-compile --root=$DESTDIR snowballstemmer
al@20443 15 }
al@20443 16
al@20443 17 genpkg_rules() {
al@20443 18 copy @std
al@20443 19 DEPENDS="python"
al@20443 20 }