wok annotate python-sqlalchemy/receipt @ rev 21353
updated libxslt, libxslt-dev and libxslt-python (1.1.26 -> 1.1.33)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 21 07:53:02 2019 +0100 (2019-04-21) |
parents | bf4a09ef1d2e |
children | 07188010ed93 |
rev | line source |
---|---|
claudinei@3826 | 1 # SliTaz package receipt. |
claudinei@3826 | 2 |
claudinei@3826 | 3 PACKAGE="python-sqlalchemy" |
claudinei@3826 | 4 SOURCE="SQLAlchemy" |
claudinei@14887 | 5 VERSION="0.7.10" |
claudinei@3826 | 6 CATEGORY="development" |
claudinei@3826 | 7 SHORT_DESC="The Python SQL toolkit and Object Relational Mapper" |
claudinei@3826 | 8 MAINTAINER="claudinei@slitaz.org" |
pascal@15376 | 9 LICENSE="MIT" |
claudinei@3826 | 10 SUGGESTED="python-pysqlite" |
claudinei@3826 | 11 TARBALL="$SOURCE-$VERSION.tar.gz" |
claudinei@3826 | 12 WEB_SITE="http://www.sqlalchemy.org" |
claudinei@14887 | 13 WGET_URL="https://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" |
claudinei@3826 | 14 |
pascal@15376 | 15 DEPENDS="python" |
pascal@15376 | 16 BUILD_DEPENDS="wget python-dev" |
pascal@15376 | 17 |
claudinei@3826 | 18 # Rules to configure and make the package. |
claudinei@3826 | 19 compile_rules() |
claudinei@3826 | 20 { |
claudinei@14887 | 21 python setup.py install --root=$DESTDIR |
claudinei@3826 | 22 } |
claudinei@3826 | 23 |
claudinei@3826 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
claudinei@3826 | 25 genpkg_rules() |
claudinei@3826 | 26 { |
claudinei@14887 | 27 cp -a $install/usr $fs |
claudinei@3826 | 28 } |