wok-current annotate python-oauth2/receipt @ rev 23540
updated python-pygraphviz (0.99.1 -> 1.5)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 17:09:12 2020 +0100 (2020-04-06) |
parents | 814362194a8d |
children | b569b85b0fb9 |
rev | line source |
---|---|
paul@13222 | 1 # SliTaz package receipt. |
paul@13222 | 2 |
paul@13222 | 3 PACKAGE="python-oauth2" |
Hans-G?nter@23517 | 4 VERSION="1.9.0" |
paul@13222 | 5 CATEGORY="development" |
Hans-G?nter@23517 | 6 TAGS="python" |
paul@13222 | 7 SHORT_DESC="Library for OAuth version 1.0." |
paul@13222 | 8 MAINTAINER="paul@slitaz.org" |
pascal@15378 | 9 LICENSE="MIT" |
Hans-G?nter@23517 | 10 WEB_SITE="https://github.com/simplegeo/python-oauth2" |
Hans-G?nter@23517 | 11 |
paul@13222 | 12 SOURCE="oauth2" |
Hans-G?nter@23517 | 13 TARBALL="$SOURCE-$VERSION.post1.tar.gz" |
Hans-G?nter@23517 | 14 WGET_URL="https://files.pythonhosted.org/packages/source/o/$SOURCE/$TARBALL" |
pascal@15378 | 15 |
paul@13222 | 16 DEPENDS="python" |
pascal@21582 | 17 BUILD_DEPENDS="python python-dev python-setuptools" |
paul@13222 | 18 |
paul@13222 | 19 # Rules to configure and make the package. |
paul@13222 | 20 compile_rules() |
paul@13222 | 21 { |
pascal@15378 | 22 python setup.py install --root=$DESTDIR |
paul@13222 | 23 } |
paul@13222 | 24 |
paul@13222 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@13222 | 26 genpkg_rules() |
paul@13222 | 27 { |
Hans-G?nter@23517 | 28 cp -a $install/usr $fs |
paul@13222 | 29 } |