wok-next annotate python-wcwidth/receipt @ rev 19884

libxklavier: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 07 14:53:11 2017 +0200 (2017-10-07)
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 }