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

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents 6e83df33a44f
children c9a7a7b42a86
rev   line source
al@20918 1 # SliTaz package receipt v2.
al@20918 2
al@20918 3 PACKAGE="python-beautifulsoup4"
al@20918 4 VERSION="latest"
al@20918 5 CATEGORY="development"
al@20918 6 SHORT_DESC="Python HTML-XML parser"
al@20918 7 MAINTAINER="paul@slitaz.org"
al@20918 8 LICENSE="MIT"
al@20918 9 WEB_SITE="https://pypi.org/project/beautifulsoup4/"
al@20919 10 HOST_ARCH="any"
al@20918 11 REPOLOGY="python:beautifulsoup"
al@20918 12
al@20918 13 BUILD_DEPENDS="python-dev"
al@20918 14
al@20918 15 compile_rules() {
al@20918 16 pip install --no-compile --root=$DESTDIR beautifulsoup4
al@20918 17 }
al@20918 18
al@20918 19 genpkg_rules() {
al@20918 20 VERSION=$(sed -n '/^Successfully installed/ s|.*beautifulsoup4-||p' $LOGS/$PACKAGE.log)
al@20918 21 copy @std
al@20918 22 DEPENDS="python"
al@20918 23 TAGS="parser XML HTML"
al@20918 24 }