wok rev 21587

remove setuptools
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 20 16:42:53 2019 +0200 (2019-05-20)
parents 736937940e3c
children 92ee1de174b9
files setuptools/receipt
line diff
     1.1 --- a/setuptools/receipt	Mon May 20 13:58:55 2019 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,27 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="setuptools"
     1.7 -VERSION="4.0.1"
     1.8 -CATEGORY="misc"
     1.9 -SHORT_DESC="Python package installation tool."
    1.10 -MAINTAINER="pascal.bellard@slitaz.org"
    1.11 -LICENSE="PSL"
    1.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 -WEB_SITE="http://pypi.python.org/pypi/setuptools"
    1.14 -WGET_URL="https://bitbucket.org/pypa/setuptools/get/$VERSION.tar.bz2"
    1.15 -HOST_ARCH="i486 arm"
    1.16 -
    1.17 -DEPENDS="python"
    1.18 -BUILD_DEPENDS="python wget"
    1.19 -
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -	python setup.py install --no-compile --root=$install
    1.24 -}
    1.25 -
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 -	cp -a $install/* $fs
    1.30 -}