wok-next view python-oauth2/receipt @ rev 20514

ardour, gdal, icu, js, jsoncpp, libvpx, llvm, mesa, minetest, opencv, qt5, scilab, webkit2gtk, webkitgtk, xalan-c: remove std.patch, use `fix math`.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 16:15:19 2018 +0200 (2018-03-21)
parents 7390f8de9846
children 9b3461bf373c
line source
1 # SliTaz package receipt.
3 PACKAGE="python-oauth2"
4 VERSION="1.5.211"
5 CATEGORY="development"
6 SHORT_DESC="Library for OAuth version 1.0."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="oauth2"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://github.com/simplegeo/python-oauth2"
12 WGET_URL="http://pypi.python.org/packages/source/o/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }