wok-next view python-typing/receipt @ rev 20740

Up fasm (1.73.04)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 29 21:26:14 2018 +0200 (2018-05-29)
parents 6c73b944e8dd
children 92698cd69f34
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-typing"
4 VERSION="latest"
5 CATEGORY="python"
6 SHORT_DESC="Type Hints for Python"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="PSF"
9 WEB_SITE="https://pypi.python.org/pypi/typing"
11 BUILD_DEPENDS="python"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR typing
15 }
17 genpkg_rules() {
18 VERSION=$(sed -n '/^Successfully installed/ s|.*typing-||p' $LOGS/$PACKAGE.log)
19 copy @std
20 DEPENDS="python"
21 }