wok-next annotate python-idna/receipt @ rev 20884

Check Repology info from m* to python-babel
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 12 18:34:58 2018 +0300 (2018-07-12)
parents 6c73b944e8dd
children 9b3461bf373c
rev   line source
al@19763 1 # SliTaz package receipt v2.
al@19763 2
al@19763 3 PACKAGE="python-idna"
al@20732 4 VERSION="latest"
al@19763 5 CATEGORY="network"
al@19763 6 SHORT_DESC="Internationalized Domain Names in Applications"
al@19763 7 MAINTAINER="al.bobylev@gmail.com"
al@19763 8 LICENSE="BSD"
al@19763 9 WEB_SITE="https://pypi.python.org/pypi/idna"
al@19763 10
al@20444 11 BUILD_DEPENDS="python"
al@19763 12
al@20443 13 compile_rules() {
al@19763 14 pip install --no-compile --root=$DESTDIR idna
al@19763 15 }
al@19763 16
al@20443 17 genpkg_rules() {
al@20732 18 VERSION=$(sed -n '/^Successfully installed/ s|.*idna-||p' $LOGS/$PACKAGE.log)
al@19763 19 copy @std
al@19763 20 DEPENDS="python"
al@19763 21 }