wok-next view python-pycodestyle23/receipt @ rev 20956

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 00:08:37 2018 +0300 (2018-09-05)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-pycodestyle23"
4 VERSION="latest2.3"
5 CATEGORY="development"
6 SHORT_DESC="Python style guide checker (for python-flake8)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.org/project/pycodestyle/"
10 HOST_ARCH="any"
11 REPOLOGY="python:pycodestyle"
13 BUILD_DEPENDS="python"
15 LEGACY_OF="python-pycodestyle" # python-flake8 requres 'pycodestyle<2.4.0,>=2.0.0' while latest is 2.4.0
17 compile_rules() {
18 pip install --no-compile --root=$DESTDIR 'pycodestyle<2.4.0,>=2.0.0'
19 }
21 genpkg_rules() {
22 VERSION=$(sed -n '/^Successfully installed/ s|.*pycodestyle-||p' $LOGS/$PACKAGE.log)
23 copy @std
24 DEPENDS="python"
25 }