wok view python-pyflakes/receipt @ rev 22291

updated xorg-xkbutils (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Wed Nov 13 16:11:02 2019 +0100 (2019-11-13)
parents 0a8213b51c21
children 23d1dbe1e6bb
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pyflakes"
4 SOURCE="pyflakes"
5 VERSION="1.6.0"
6 CATEGORY="development"
7 SHORT_DESC="A simple program which checks Python source files for errors."
8 MAINTAINER="paul@slitaz.org"
9 #LICENSE="MIT"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://github.com/pyflakes/pyflakes"
12 WGET_URL="https://github.com/PyCQA/pyflakes/archive/$VERSION.tar.gz"
14 DEPENDS="python"
15 BUILD_DEPENDS="wget python-setuptools python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }