wok view python-oauth2/receipt @ rev 22434

Add sshrc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 21 12:20:01 2019 +0100 (2019-12-21)
parents 7390f8de9846
children c682d56f19c8
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 python-setuptools"
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 }