wok-next view setuptools/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 313b384e2a06
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="setuptools"
4 VERSION="4.0.1"
5 CATEGORY="python"
6 SHORT_DESC="Python package installation tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="PSL"
9 WEB_SITE="http://pypi.python.org/pypi/setuptools"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://bitbucket.org/pypa/setuptools/get/$VERSION.tar.bz2"
14 BUILD_DEPENDS="python"
16 compile_rules() {
17 python setup.py install --no-compile --root=$install
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="python"
23 }