wok-next annotate python-twodict/receipt @ rev 20934

Updates...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 19:56:09 2018 +0300 (2018-08-23)
parents
children c9a7a7b42a86
rev   line source
al@20934 1 # SliTaz package receipt v2.
al@20934 2
al@20934 3 PACKAGE="python-twodict"
al@20934 4 VERSION="latest"
al@20934 5 CATEGORY="python"
al@20934 6 SHORT_DESC="Simple two way ordered dictionary for Python"
al@20934 7 MAINTAINER="al.bobylev@gmail.com"
al@20934 8 LICENSE="PublicDomain"
al@20934 9 WEB_SITE="https://pypi.org/project/twodict/"
al@20934 10 HOST_ARCH="any"
al@20934 11 REPOLOGY="python:twodict"
al@20934 12
al@20934 13 BUILD_DEPENDS="python"
al@20934 14
al@20934 15 compile_rules() {
al@20934 16 pip install --no-compile --root=$DESTDIR twodict
al@20934 17 }
al@20934 18
al@20934 19 genpkg_rules() {
al@20934 20 VERSION=$(sed -n '/^Successfully installed/ s|.*twodict-||p' $LOGS/$PACKAGE.log)
al@20934 21 copy @std
al@20934 22 DEPENDS="python"
al@20934 23 }