wok rev 23495

updated python-humanize (0.5.1 -> 1.0.0)
author Hans-G?nter Theisgen
date Mon Apr 06 07:04:00 2020 +0100 (2020-04-06)
parents f179865dbbf8
children bf3cab9850ff
files python-humanize/receipt
line diff
     1.1 --- a/python-humanize/receipt	Mon Apr 06 06:45:46 2020 +0100
     1.2 +++ b/python-humanize/receipt	Mon Apr 06 07:04:00 2020 +0100
     1.3 @@ -1,26 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-humanize"
     1.7 -VERSION="0.5.1"
     1.8 +VERSION="1.0.0"		# last version for Python 2
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="python humanize functions"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://pypi.org/project/humanize/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WGET_URL="https://github.com/jmoiron/humanize/archive/$VERSION.tar.gz"
    1.17  
    1.18  DEPENDS="python"
    1.19 -BUILD_DEPENDS="python-setuptools"
    1.20 +BUILD_DEPENDS="python python-setuptools"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 +	sed -i 's|setuptools_scm|setuptools|'	setup.py
    1.26 +
    1.27  	python setup.py install --prefix=/usr --root=$DESTDIR
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	cp -a $install/usr $fs/
    1.34 +	cp -a $install/usr	$fs
    1.35  }