wok annotate python-wcwidth/receipt @ rev 23780
updated xrdp and xrdp-dev again (0.9.11 -> 0.9.13)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 21 14:12:17 2020 +0100 (2020-05-21) |
parents | 814362194a8d |
children | 1df6fa555414 |
rev | line source |
---|---|
paul@18811 | 1 # SliTaz package receipt. |
paul@18811 | 2 |
paul@18811 | 3 PACKAGE="python-wcwidth" |
Hans-G?nter@23577 | 4 VERSION="0.1.9" |
paul@18811 | 5 CATEGORY="development" |
paul@18811 | 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" |
Hans-G?nter@23577 | 9 WEB_SITE="https://pypi.org/project/wcwidth/" |
Hans-G?nter@23577 | 10 |
Hans-G?nter@23577 | 11 SOURCE="wcwidth" |
paul@18811 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23577 | 13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" |
paul@18811 | 14 |
paul@18811 | 15 DEPENDS="python" |
Hans-G?nter@23577 | 16 BUILD_DEPENDS="python python-dev python-setuptools" |
paul@18811 | 17 |
paul@18811 | 18 # Rules to configure and make the package. |
paul@18811 | 19 compile_rules() |
paul@18811 | 20 { |
paul@18811 | 21 python setup.py install --root=$DESTDIR |
paul@18811 | 22 } |
paul@18811 | 23 |
paul@18811 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@18811 | 25 genpkg_rules() |
paul@18811 | 26 { |
Hans-G?nter@23577 | 27 cp -a $install/usr $fs |
paul@18811 | 28 } |