wok view python-tweepy/receipt @ rev 20102

Add plsh & pypdf2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 09 13:07:28 2017 +0200 (2017-10-09)
parents bf4a09ef1d2e
children 814362194a8d
line source
1 # SliTaz package receipt.
3 PACKAGE="python-tweepy"
4 VERSION="1.10"
5 CATEGORY="development"
6 SHORT_DESC="Twitter library for python."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="tweepy"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://github.com/tweepy/tweepy"
12 WGET_URL="http://pypi.python.org/packages/source/t/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev 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 }