wok annotate python-tweepy/receipt @ rev 23680
qemu: partial cloop v4 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 26 15:17:58 2020 +0000 (2020-04-26) |
parents | 814362194a8d |
children | 1df6fa555414 |
rev | line source |
---|---|
paul@13223 | 1 # SliTaz package receipt. |
paul@13223 | 2 |
paul@13223 | 3 PACKAGE="python-tweepy" |
Hans-G?nter@23569 | 4 VERSION="3.8.0" |
paul@13223 | 5 CATEGORY="development" |
Hans-G?nter@23569 | 6 TAGS="python" |
paul@13223 | 7 SHORT_DESC="Twitter library for python." |
paul@13223 | 8 MAINTAINER="paul@slitaz.org" |
pascal@15376 | 9 LICENSE="MIT" |
Hans-G?nter@23569 | 10 WEB_SITE="https://pypi.org/project/tweepy/" |
Hans-G?nter@23569 | 11 |
paul@13223 | 12 SOURCE="tweepy" |
paul@13223 | 13 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23569 | 14 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" |
pascal@15376 | 15 |
paul@13223 | 16 DEPENDS="python" |
pascal@21582 | 17 BUILD_DEPENDS="python python-dev python-setuptools" |
paul@13223 | 18 |
paul@13223 | 19 # Rules to configure and make the package. |
paul@13223 | 20 compile_rules() |
paul@13223 | 21 { |
pascal@15376 | 22 python setup.py install --root=$DESTDIR |
paul@13223 | 23 } |
paul@13223 | 24 |
paul@13223 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@13223 | 26 genpkg_rules() |
paul@13223 | 27 { |
Hans-G?nter@23569 | 28 cp -a $install/usr $fs |
paul@13223 | 29 } |