Receipt for package "sqlobject"
# SliTaz package receipt. PACKAGE="sqlobject" VERSION="3.9.1" CATEGORY="development" SHORT_DESC="Object-relational mapper for the Python." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL" WEB_SITE="http://sqlobject.org/" SOURCE="SQLObject" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev python-setuptools" # What is the latest version available today? current_version() { wget -O - https://pypi.org/project/$PACKAGE/ 2>/dev/null | \ sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||;q" } # Rules to configure and make the package. compile_rules() { python setup.py build && python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/usr $fs }
6063 packages and 233209 files in current database (Sat Dec 21 00:00:03 2024)