wok-next view python-flake8/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents
children c9a7a7b42a86
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-flake8"
4 VERSION="latest"
5 CATEGORY="development"
6 SHORT_DESC="The modular source code checker for Python"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.org/project/flake8/"
10 HOST_ARCH="any"
11 REPOLOGY="python:flake8"
13 BUILD_DEPENDS="python python-enum34 python-configparser python-mccabe \
14 python-pyflakes16 python-pycodestyle23"
16 compile_rules() {
17 pip install --no-compile --root=$DESTDIR flake8
18 }
20 genpkg_rules() {
21 VERSION=$(sed -n '/^Successfully installed/ s|.*flake8-||p' $LOGS/$PACKAGE.log)
22 copy @std
23 DEPENDS="python python-enum34 python-configparser python-mccabe \
24 python-pyflakes16 python-pycodestyle23"
25 }