wok-next annotate python-distribute/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
rev   line source
al@20948 1 # SliTaz package receipt v2.
slaxemulator@11402 2
al@20972 3 ORIGIN="distribute"
slaxemulator@11402 4 PACKAGE="python-distribute"
al@20972 5 VERSION="0.7.3"
al@20972 6 CATEGORY="python"
al@20948 7 SHORT_DESC="Distribute legacy wrapper"
al@21020 8 MAINTAINER="devel@slitaz.org"
pascal@15378 9 LICENSE="PSL"
al@21041 10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20972 11 HOST_ARCH="any"
al@20885 12 REPOLOGY="python:distribute"
al@20885 13
al@20948 14 BUILD_DEPENDS="python"
slaxemulator@11402 15
al@20948 16 compile_rules() {
al@20972 17 # Python3 based compilation produce error
al@20972 18 pip install --no-compile --root=$install $ORIGIN==$VERSION
slaxemulator@11402 19 }
slaxemulator@11402 20
al@20948 21 genpkg_rules() {
al@20948 22 copy @std
al@20948 23 DEPENDS="python"
slaxemulator@11402 24 }