wok-next view python-distutils-extra/receipt @ rev 21727

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