wok-6.x view python-sqlalchemy/receipt @ rev 23751
updated xine-lib, xine-lib-dev and xine fonts (1.2.9 -> 1.2.10)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 16:04:39 2020 +0100 (2020-05-01) |
parents | 7390f8de9846 |
children | 1df6fa555414 |
line source
1 # SliTaz package receipt.
3 PACKAGE="python-sqlalchemy"
4 VERSION="1.3.15"
5 CATEGORY="development"
6 SHORT_DESC="The Python SQL toolkit and Object Relational Mapper."
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.org/project/SQLAlchemy/"
11 SOURCE="SQLAlchemy"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
15 SUGGESTED="python-pysqlite"
16 DEPENDS="python"
17 BUILD_DEPENDS="python python-dev python-setuptools"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }