wok-next annotate python-distutils-extra/receipt @ rev 21445

updated scim (1.4.17 -> 1.4.18)
author Hans-G?nter Theisgen
date Tue May 05 16:55:11 2020 +0100 (2020-05-05)
parents 9b3461bf373c
children
rev   line source
al@20972 1 # SliTaz package receipt v2.
al@20108 2
al@20108 3 PACKAGE="python-distutils-extra"
al@20972 4 VERSION="2.41"
al@20972 5 CATEGORY="python"
al@20108 6 SHORT_DESC="Add support for i18n, documentation and icons to distutils"
al@20108 7 MAINTAINER="al.bobylev@gmail.com"
al@20108 8 LICENSE="GPL2"
al@20108 9 WEB_SITE="https://launchpad.net/python-distutils-extra"
al@20972 10 HOST_ARCH="any"
al@20885 11 REPOLOGY="python:distutils-extra"
al@20108 12
al@20972 13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20972 14 WGET_URL="https://salsa.debian.org/debian/$PACKAGE/-/archive/$VERSION/$TARBALL"
al@20108 15
al@20972 16 BUILD_DEPENDS="python python3"
al@20972 17 SPLIT="${PACKAGE/python/python3}:3"
al@20108 18
al@20108 19 compile_rules() {
al@20972 20 python$SET -B setup.py install --root=$install
al@20108 21 }
al@20108 22
al@20108 23 genpkg_rules() {
al@20108 24 copy @std
al@20972 25 py=${PACKAGE%%-*} # python/python3
al@20972 26 DEPENDS="$py"
al@20108 27 }