wok-current diff python-setuptools/receipt @ rev 23831
syslinux/iso2exe: fix loram case
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 31 14:59:28 2020 +0000 (2020-05-31) |
parents | a1005b7e3610 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/python-setuptools/receipt Sun May 19 16:00:06 2019 +0100 1.2 +++ b/python-setuptools/receipt Sun May 31 14:59:28 2020 +0000 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 }