wok view python-sqlalchemy/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents bf4a09ef1d2e
children 07188010ed93
line source
1 # SliTaz package receipt.
3 PACKAGE="python-sqlalchemy"
4 SOURCE="SQLAlchemy"
5 VERSION="0.7.10"
6 CATEGORY="development"
7 SHORT_DESC="The Python SQL toolkit and Object Relational Mapper"
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="MIT"
10 SUGGESTED="python-pysqlite"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://www.sqlalchemy.org"
13 WGET_URL="https://pypi.python.org/packages/source/S/$SOURCE/$TARBALL"
15 DEPENDS="python"
16 BUILD_DEPENDS="wget python-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }