wok-next annotate python-sqlalchemy/receipt @ rev 20944

Fix versions to follow some uniform way
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 31 01:31:07 2018 +0300 (2018-08-31)
parents d43bf7aae921
children 8b5b2a6d07b8
rev   line source
claudinei@3826 1 # SliTaz package receipt.
claudinei@3826 2
claudinei@3826 3 PACKAGE="python-sqlalchemy"
claudinei@14887 4 VERSION="0.7.10"
claudinei@3826 5 CATEGORY="development"
claudinei@3826 6 SHORT_DESC="The Python SQL toolkit and Object Relational Mapper"
claudinei@3826 7 MAINTAINER="claudinei@slitaz.org"
pascal@15376 8 LICENSE="MIT"
al@20887 9 WEB_SITE="http://www.sqlalchemy.org"
al@20887 10 REPOLOGY="python:sqlalchemy"
al@20887 11
al@20887 12 SOURCE="SQLAlchemy"
claudinei@3826 13 TARBALL="$SOURCE-$VERSION.tar.gz"
claudinei@14887 14 WGET_URL="https://pypi.python.org/packages/source/S/$SOURCE/$TARBALL"
claudinei@3826 15
pascal@15376 16 DEPENDS="python"
al@20887 17 SUGGESTED="python-pysqlite"
al@20513 18 BUILD_DEPENDS="python-dev"
pascal@15376 19
claudinei@3826 20 # Rules to configure and make the package.
claudinei@3826 21 compile_rules()
claudinei@3826 22 {
claudinei@14887 23 python setup.py install --root=$DESTDIR
claudinei@3826 24 }
claudinei@3826 25
claudinei@3826 26 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@3826 27 genpkg_rules()
claudinei@3826 28 {
claudinei@14887 29 cp -a $install/usr $fs
claudinei@3826 30 }