wok annotate python-pyflakes/receipt @ rev 24047
Up ipxe (1.21.1), rsync (3.2.3)
| author | Pascal Bellard <pascal.bellard@slitaz.org> |
|---|---|
| date | Mon May 10 19:33:04 2021 +0000 (2021-05-10) |
| parents | 814362194a8d |
| children | 5ea0ce1cecc0 |
| rev | line source |
|---|---|
| paul@18819 | 1 # SliTaz package receipt. |
| paul@18819 | 2 |
| paul@18819 | 3 PACKAGE="python-pyflakes" |
| Hans-Günter@23538 | 4 VERSION="2.1.1" |
| paul@18819 | 5 CATEGORY="development" |
| paul@18819 | 6 SHORT_DESC="A simple program which checks Python source files for errors." |
| paul@18819 | 7 MAINTAINER="paul@slitaz.org" |
| Hans-Günter@23538 | 8 LICENSE="MIT" |
| Hans-Günter@23538 | 9 WEB_SITE="https://github.com/pyflakes/pyflakes" |
| Hans-Günter@23538 | 10 |
| Hans-Günter@23538 | 11 SOURCE="pyflakes" |
| paul@18819 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
| pascal@20024 | 13 WGET_URL="https://github.com/PyCQA/pyflakes/archive/$VERSION.tar.gz" |
| paul@18819 | 14 |
| paul@18819 | 15 DEPENDS="python" |
| Hans-Günter@23538 | 16 BUILD_DEPENDS="python python-dev python-setuptools" |
| paul@18819 | 17 |
| paul@18819 | 18 # Rules to configure and make the package. |
| paul@18819 | 19 compile_rules() |
| paul@18819 | 20 { |
| paul@18819 | 21 python setup.py install --root=$DESTDIR |
| paul@18819 | 22 } |
| paul@18819 | 23 |
| paul@18819 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
| paul@18819 | 25 genpkg_rules() |
| paul@18819 | 26 { |
| Hans-Günter@23538 | 27 cp -a $install/usr $fs |
| paul@18819 | 28 } |