wok-next annotate python-urllib3/receipt @ rev 20444
python-pip and setuptools are parts of python package.
| author | Aleksej Bobylev <al.bobylev@gmail.com> |
|---|---|
| date | Mon Feb 26 04:46:49 2018 +0200 (2018-02-26) |
| parents | 0e7893ac206d |
| children | 542df2bfb7b5 |
| rev | line source |
|---|---|
| al@19763 | 1 # SliTaz package receipt v2. |
| al@19763 | 2 |
| al@19763 | 3 PACKAGE="python-urllib3" |
| al@20443 | 4 VERSION="1.22" |
| al@19763 | 5 CATEGORY="network" |
| al@19763 | 6 SHORT_DESC="HTTP library with thread-safe connection pooling, file post, and more" |
| al@19763 | 7 MAINTAINER="al.bobylev@gmail.com" |
| al@19763 | 8 LICENSE="MIT" |
| al@19763 | 9 WEB_SITE="https://pypi.python.org/pypi/urllib3" |
| 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 urllib3 |
| al@19763 | 15 } |
| al@19763 | 16 |
| al@20443 | 17 genpkg_rules() { |
| al@19763 | 18 copy @std |
| al@19763 | 19 DEPENDS="python" |
| al@19763 | 20 } |