wok annotate python-ooop/receipt @ rev 21582

Use python-setuptools as bdeps (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 19 19:45:04 2019 +0200 (2019-05-19)
parents 7390f8de9846
children 104a2a2e5484
rev   line source
pascal@13538 1 # SliTaz package receipt.
pascal@13538 2
pascal@13538 3 PACKAGE="python-ooop"
pascal@13538 4 SOURCE="${PACKAGE#*-}"
pascal@13538 5 VERSION="0.2.3"
pascal@13538 6 CATEGORY="development"
pascal@13538 7 SHORT_DESC="OpenObject on Python, a library to connect with Open ERP."
pascal@13538 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 9 LICENSE="GPL3"
pascal@13538 10 WEB_SITE="http://pypi.python.org/pypi/ooop"
pascal@13538 11 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@13538 12 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
pankso@16477 13 HOST_ARCH="i486 arm"
pascal@13538 14
pascal@15378 15 DEPENDS="python"
pascal@21582 16 BUILD_DEPENDS="python python-dev python-setuptools"
pascal@15378 17
pascal@13538 18 # Rules to configure and make the package.
pascal@13538 19 compile_rules()
pascal@13538 20 {
pascal@13538 21 python setup.py install --root=$DESTDIR
pascal@13538 22 }
pascal@13538 23
pascal@13538 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13538 25 genpkg_rules()
pascal@13538 26 {
pascal@13538 27 cp -a $install/usr $fs
pascal@13538 28 }