# HG changeset patch # User Hans-Günter Theisgen # Date 1586241669 -3600 # Node ID 390cb5dea23ab052b6377e5e90b37436ecc51c9d # Parent 3dd35004b9fe3f36e1145d0e97f330f356c1385b updated python-setuptools (41.0.1 -> 46.1.3) diff -r 3dd35004b9fe -r 390cb5dea23a python-setuptools/receipt --- a/python-setuptools/receipt Tue Apr 07 07:36:59 2020 +0100 +++ b/python-setuptools/receipt Tue Apr 07 07:41:09 2020 +0100 @@ -1,10 +1,10 @@ # SliTaz package receipt. PACKAGE="python-setuptools" -VERSION="41.0.1" +VERSION="46.1.3" CATEGORY="development" SHORT_DESC="Easily download, build, install, upgrade, and uninstall Python packages." -MAINTAINER="developer@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="MIT" WEB_SITE="https://pypi.org/project/setuptools/" @@ -13,7 +13,7 @@ WGET_URL="https://github.com/pypa/$SOURCE/archive/v$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="python-dev python" +BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() @@ -26,6 +26,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs - cp -a $install/usr $fs + cp -a $install/usr $fs }