wok-next annotate python-typing/receipt @ rev 20969
Micro-updates + { new clang + assaultcube (still broken)} + {new python modules from SliTaz Cooking + their depends}
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Sep 14 01:56:52 2018 +0300 (2018-09-14) |
parents | 92698cd69f34 |
children | c9a7a7b42a86 |
rev | line source |
---|---|
al@20443 | 1 # SliTaz package receipt v2. |
al@20443 | 2 |
al@20443 | 3 PACKAGE="python-typing" |
al@20732 | 4 VERSION="latest" |
al@20443 | 5 CATEGORY="python" |
al@20443 | 6 SHORT_DESC="Type Hints for Python" |
al@20443 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@20443 | 8 LICENSE="PSF" |
al@20969 | 9 WEB_SITE="https://pypi.org/project/typing/" |
al@20887 | 10 REPOLOGY="python:typing" |
al@20443 | 11 |
al@20444 | 12 BUILD_DEPENDS="python" |
al@20443 | 13 |
al@20443 | 14 compile_rules() { |
al@20443 | 15 pip install --no-compile --root=$DESTDIR typing |
al@20443 | 16 } |
al@20443 | 17 |
al@20443 | 18 genpkg_rules() { |
al@20732 | 19 VERSION=$(sed -n '/^Successfully installed/ s|.*typing-||p' $LOGS/$PACKAGE.log) |
al@20443 | 20 copy @std |
al@20443 | 21 DEPENDS="python" |
al@20443 | 22 } |