wok-current annotate python-flask/receipt @ rev 23482
updated python-flask (1.0.2 -> 1.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 16:43:47 2020 +0100 (2020-04-05) |
parents | 814362194a8d |
children | d7522d21c4d3 |
rev | line source |
---|---|
pascal@20451 | 1 # SliTaz package receipt. |
pascal@20451 | 2 |
pascal@20451 | 3 PACKAGE="python-flask" |
Hans-G?nter@23482 | 4 VERSION="1.1.2" |
pascal@20451 | 5 CATEGORY="development" |
Hans-G?nter@23482 | 6 SHORT_DESC="A simple framework for building complex web applications." |
pascal@20451 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20451 | 8 LICENSE="BSD" |
Hans-G?nter@23482 | 9 WEB_SITE="https://palletsprojects.com/p/flask/" |
Hans-G?nter@23482 | 10 |
Hans-G?nter@23482 | 11 SOURCE="Flask" |
pascal@20451 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23482 | 13 WGET_URL="https://files.pythonhosted.org/packages/source/F/$SOURCE/$TARBALL" |
pascal@20451 | 14 |
pascal@20451 | 15 DEPENDS="python-click python-itsdangerous" |
Hans-G?nter@23482 | 16 BUILD_DEPENDS="python python-setuptools" |
pascal@20451 | 17 |
pascal@20451 | 18 # Rules to configure and make the package. |
pascal@20451 | 19 compile_rules() |
pascal@20451 | 20 { |
pascal@20451 | 21 python setup.py install --prefix=/usr --root=$DESTDIR |
pascal@20451 | 22 } |
pascal@20451 | 23 |
pascal@20451 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20451 | 25 genpkg_rules() |
pascal@20451 | 26 { |
Hans-G?nter@23482 | 27 cp -a $install/usr $fs |
pascal@20451 | 28 } |