wok-next annotate openerp-client-etl/receipt @ rev 21545

updated cgames (2.2 -> 2.2b)
author Hans-G?nter Theisgen
date Sun Jun 21 17:35:44 2020 +0100 (2020-06-21)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@18786 2
pascal@18786 3 PACKAGE="openerp-client-etl"
pascal@18786 4 VERSION="1.1.1"
pascal@18786 5 CATEGORY="development"
al@21020 6 SHORT_DESC="Allows to extract, transform and load data from any data source"
pascal@18786 7 MAINTAINER="pascal.bellard@slitaz.org"
al@21032 8 WEB_SITE="https://pypi.org/project/openerp-client-etl/"
al@21020 9
pascal@18786 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20969 11 WGET_URL="https://files.pythonhosted.org/packages/source/o/$PACKAGE/$TARBALL"
pascal@18786 12
pascal@18786 13 BUILD_DEPENDS="python-dev python"
pascal@18786 14
al@21020 15 compile_rules() {
al@21020 16 python -B setup.py build &&
al@21020 17 python -B setup.py install --root=$install
pascal@18786 18 }
pascal@18786 19
al@21020 20 genpkg_rules() {
pascal@18786 21 cp -a $install/usr $fs
al@21020 22 DEPENDS="python wget"
pascal@18786 23 }