wok-next annotate python-whoosh/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents 8b5b2a6d07b8
children
rev   line source
al@20972 1 # SliTaz package receipt v2.
pascal@17198 2
al@20972 3 ORIGIN="Whoosh"
pascal@17198 4 PACKAGE="python-whoosh"
al@20972 5 VERSION="2.7.4"
al@20972 6 CATEGORY="python"
al@20972 7 SHORT_DESC="Fast, pure-Python full text indexing, search, and spell checking \
al@20972 8 library"
pascal@17198 9 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17198 10 LICENSE="BSD"
al@20972 11 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20972 12 HOST_ARCH="any"
al@20887 13 REPOLOGY="python:whoosh"
al@20887 14
al@20972 15 BUILD_DEPENDS="python python3"
al@20972 16 SPLIT="${PACKAGE/python/python3}:3"
pascal@17198 17
al@20972 18 compile_rules() {
al@20972 19 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
pascal@17198 20 }
pascal@17198 21
al@20972 22 genpkg_rules() {
al@20972 23 copy @std
al@20972 24 py="${PACKAGE%%-*}" # python/python3
al@20972 25 DEPENDS="$py"
pascal@17198 26 }