wok-next diff python-wcwidth/receipt @ rev 19784

Build glib static libs and make static desktop-file-validate (for cookutils compressor), remake optipng & pngquant: use sbin for static binaries. Up 915resolution, Qt4-qca-ossl, R, accessx, advancecomp, aiksaurus, airpwn, amsn for auto-patching; lowercase libIDL, ORBit2 names.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 04:02:32 2017 +0300 (2017-06-19)
parents aab65e688f53
children 542df2bfb7b5
line diff
     1.1 --- a/python-wcwidth/receipt	Thu Jan 14 19:23:54 2016 +0000
     1.2 +++ b/python-wcwidth/receipt	Mon Jun 19 04:02:32 2017 +0300
     1.3 @@ -1,28 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-wcwidth"
     1.7 -SOURCE="wcwidth"
     1.8 -VERSION="0.1.6"
     1.9 +VERSION="0.1.7"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="Measures number of Terminal column cells of wide-character codes."
    1.12 +SHORT_DESC="Measures number of Terminal column cells of wide-character codes"
    1.13  MAINTAINER="paul@slitaz.org"
    1.14  LICENSE="MIT"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WEB_SITE="https://github.com/jquast/wcwidth"
    1.17 -WGET_URL="https://pypi.python.org/packages/source/w/$SOURCE/$TARBALL"
    1.18 +WEB_SITE="https://pypi.python.org/pypi/wcwidth"
    1.19  
    1.20 -DEPENDS="python"
    1.21 -BUILD_DEPENDS="wget setuptools python-dev"
    1.22 +BUILD_DEPENDS="python"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	python setup.py install --root=$DESTDIR
    1.28 +	pip install --no-compile --root=$DESTDIR wcwidth
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	cp -a $install/usr $fs
    1.35 +	copy @std
    1.36 +	DEPENDS="python"
    1.37  }
    1.38 -