wok-next annotate python-beautifulsoup4/receipt @ rev 21599

updated drakon-editor (1.26 -> 1.31)
author Hans-G?nter Theisgen
date Wed Jun 24 14:49:10 2020 +0100 (2020-06-24)
parents a00b398faf9e
children
rev   line source
al@20918 1 # SliTaz package receipt v2.
al@20918 2
al@20972 3 ORIGIN="beautifulsoup4"
al@20918 4 PACKAGE="python-beautifulsoup4"
al@20972 5 VERSION="4.6.3"
al@20918 6 CATEGORY="development"
al@20918 7 SHORT_DESC="Python HTML-XML parser"
al@20918 8 MAINTAINER="paul@slitaz.org"
al@20918 9 LICENSE="MIT"
al@20972 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20919 11 HOST_ARCH="any"
al@20918 12 REPOLOGY="python:beautifulsoup"
al@20918 13
al@20972 14 BUILD_DEPENDS="python python3"
al@20972 15 SPLIT="${PACKAGE/python/python3}:3"
al@20918 16
al@20918 17 compile_rules() {
al@20972 18 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
al@20918 19 }
al@20918 20
al@20918 21 genpkg_rules() {
al@20918 22 copy @std
al@20972 23 py="${PACKAGE%%-*}" # python/python3
al@20972 24 DEPENDS="$py"
al@20918 25 TAGS="parser XML HTML"
al@20918 26 }