wok-next annotate python-pip/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
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
al@20443 2
al@20443 3 PACKAGE="python-pip"
al@20443 4 VERSION="9.0.1"
al@20443 5 CATEGORY="python"
al@20443 6 SHORT_DESC="The PyPA recommended tool for installing Python packages"
al@20443 7 MAINTAINER="al.bobylev@gmail.com"
al@20443 8 LICENSE="MIT"
al@20443 9 WEB_SITE="https://pip.pypa.io/"
al@20443 10
al@20443 11 TARBALL="pip-$VERSION.tar.gz"
al@20443 12 WGET_URL="https://pypi.org/packages/source/p/pip/$TARBALL"
al@20443 13
al@20443 14 BUILD_DEPENDS="python setuptools"
al@20443 15
al@20443 16 compile_rules() {
al@20443 17 python setup.py build &&
al@20443 18 python setup.py install --prefix=/usr --root=$DESTDIR
al@20443 19 }
al@20443 20
al@20443 21 genpkg_rules() {
al@20443 22 copy @std
al@20443 23 DEPENDS="python"
al@20443 24 }