wok rev 23559
updated python-setuptools (41.0.1 -> 46.1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 07:41:09 2020 +0100 (2020-04-07) |
parents | 3dd35004b9fe |
children | 7fa8682f5eca |
files | python-setuptools/receipt |
line diff
1.1 --- a/python-setuptools/receipt Tue Apr 07 07:36:59 2020 +0100 1.2 +++ b/python-setuptools/receipt Tue Apr 07 07:41:09 2020 +0100 1.3 @@ -1,10 +1,10 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-setuptools" 1.7 -VERSION="41.0.1" 1.8 +VERSION="46.1.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Easily download, build, install, upgrade, and uninstall Python packages." 1.11 -MAINTAINER="developer@slitaz.org" 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 LICENSE="MIT" 1.14 WEB_SITE="https://pypi.org/project/setuptools/" 1.15 1.16 @@ -13,7 +13,7 @@ 1.17 WGET_URL="https://github.com/pypa/$SOURCE/archive/v$VERSION.tar.gz" 1.18 1.19 DEPENDS="python" 1.20 -BUILD_DEPENDS="python-dev python" 1.21 +BUILD_DEPENDS="python python-dev" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 @@ -26,6 +26,5 @@ 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - mkdir -p $fs 1.30 - cp -a $install/usr $fs 1.31 + cp -a $install/usr $fs 1.32 }