wok-next annotate python-wcwidth/receipt @ rev 20369
openvas-manager (6.0.11), openvas-scanner (5.0.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 24 20:28:53 2017 +0100 (2017-11-24) |
parents | aab65e688f53 |
children | 542df2bfb7b5 |
rev | line source |
---|---|
paul@18811 | 1 # SliTaz package receipt. |
paul@18811 | 2 |
paul@18811 | 3 PACKAGE="python-wcwidth" |
al@19763 | 4 VERSION="0.1.7" |
paul@18811 | 5 CATEGORY="development" |
al@19763 | 6 SHORT_DESC="Measures number of Terminal column cells of wide-character codes" |
paul@18811 | 7 MAINTAINER="paul@slitaz.org" |
paul@18811 | 8 LICENSE="MIT" |
al@19763 | 9 WEB_SITE="https://pypi.python.org/pypi/wcwidth" |
paul@18811 | 10 |
al@19763 | 11 BUILD_DEPENDS="python" |
paul@18811 | 12 |
paul@18811 | 13 # Rules to configure and make the package. |
paul@18811 | 14 compile_rules() |
paul@18811 | 15 { |
al@19763 | 16 pip install --no-compile --root=$DESTDIR wcwidth |
paul@18811 | 17 } |
paul@18811 | 18 |
paul@18811 | 19 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@18811 | 20 genpkg_rules() |
paul@18811 | 21 { |
al@19763 | 22 copy @std |
al@19763 | 23 DEPENDS="python" |
paul@18811 | 24 } |