# HG changeset patch # User Hans-G?nter Theisgen # Date 1586153040 -3600 # Node ID dc4d6f2f2ec2aa1829d274ae4978978c34139b20 # Parent f179865dbbf83649d4c67fb8ae50ccc9b4d7b868 updated python-humanize (0.5.1 -> 1.0.0) diff -r f179865dbbf8 -r dc4d6f2f2ec2 python-humanize/receipt --- a/python-humanize/receipt Mon Apr 06 06:45:46 2020 +0100 +++ b/python-humanize/receipt Mon Apr 06 07:04:00 2020 +0100 @@ -1,26 +1,29 @@ # SliTaz package receipt. PACKAGE="python-humanize" -VERSION="0.5.1" +VERSION="1.0.0" # last version for Python 2 CATEGORY="development" SHORT_DESC="python humanize functions" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" WEB_SITE="https://pypi.org/project/humanize/" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/jmoiron/humanize/archive/$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="python-setuptools" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() { + sed -i 's|setuptools_scm|setuptools|' setup.py + python setup.py install --prefix=/usr --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs/ + cp -a $install/usr $fs }