wok-next view sqlobject/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 8b5b2a6d07b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sqlobject"
4 VERSION="0.12.1"
5 CATEGORY="development"
6 SHORT_DESC="Object-relational mapper for the Python"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="http://sqlobject.org/"
11 SOURCE="SQLObject"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://files.pythonhosted.org/packages/source/S/$SOURCE/$TARBALL"
15 BUILD_DEPENDS="python-dev"
17 compile_rules() {
18 python -B setup.py build &&
19 python -B setup.py install --root=$install
20 }
22 genpkg_rules() {
23 cp -a $install/usr $fs
24 DEPENDS="python"
25 }