wok annotate python-tweepy/receipt @ rev 23179

updated mgetty and mgetty-voicetools (1.1.37 -> 1.2.1)
author Hans-G?nter Theisgen
date Thu Mar 19 13:45:58 2020 +0100 (2020-03-19)
parents 7390f8de9846
children 87f1b9716eb6
rev   line source
paul@13223 1 # SliTaz package receipt.
paul@13223 2
paul@13223 3 PACKAGE="python-tweepy"
paul@13223 4 VERSION="1.10"
paul@13223 5 CATEGORY="development"
paul@13223 6 SHORT_DESC="Twitter library for python."
paul@13223 7 MAINTAINER="paul@slitaz.org"
pascal@15376 8 LICENSE="MIT"
paul@13223 9 SOURCE="tweepy"
paul@13223 10 TARBALL="$SOURCE-$VERSION.tar.gz"
paul@13223 11 WEB_SITE="https://github.com/tweepy/tweepy"
paul@13223 12 WGET_URL="http://pypi.python.org/packages/source/t/$SOURCE/$TARBALL"
pascal@15376 13 TAGS="python"
pascal@15376 14
paul@13223 15 DEPENDS="python"
pascal@21582 16 BUILD_DEPENDS="python python-dev python-setuptools"
paul@13223 17
paul@13223 18 # Rules to configure and make the package.
paul@13223 19 compile_rules()
paul@13223 20 {
pascal@15376 21 python setup.py install --root=$DESTDIR
paul@13223 22 }
paul@13223 23
paul@13223 24 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@13223 25 genpkg_rules()
paul@13223 26 {
pascal@15376 27 cp -a $install/usr $fs
paul@13223 28 }