flake8: update to 2.6.0
Add python3.4 flavor.
This commit is contained in:
parent
8fcd8bd470
commit
bbb38fc7e6
2 changed files with 23 additions and 5 deletions
|
@ -1,18 +1,20 @@
|
|||
# Template file for 'flake8'
|
||||
pkgname=flake8
|
||||
version=2.5.5
|
||||
version=2.6.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="${hostmakedepends} pep8 pyflakes mccabe"
|
||||
python_versions="2.7 3.4"
|
||||
pycompile_module="flake8"
|
||||
short_desc="The modular source code checker: pep8, pyflakes, mccabe"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python-setuptools pycodestyle pyflakes mccabe"
|
||||
short_desc="The modular source code checker: pep8, pyflakes, mccabe (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://gitlab.com/pycqa/flake8"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz"
|
||||
checksum=326a54ace7878a5ad1538110f2145bc6a134df43fff290475fd4e7ba38a6deea
|
||||
checksum=5ae018121a495edeb83097ba1bdd1a8481db24e1f0d54e8a78edb26ba0df82cf
|
||||
alternatives="flake8:flake8:/usr/bin/flake82.7"
|
||||
|
||||
pre_build() {
|
||||
# remove all caps
|
||||
|
@ -21,3 +23,18 @@ pre_build() {
|
|||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3.4-flake8_package() {
|
||||
noarch=yes
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="flake8"
|
||||
depends="python3.4-setuptools python3.4-pycodestyle python3.4-pyflakes
|
||||
python3.4-mccabe"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
alternatives="flake8:flake8:/usr/bin/flake83.4"
|
||||
pkg_install() {
|
||||
vmove usr/bin/*3.4
|
||||
vmove usr/lib/python3.4
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
|
|
1
srcpkgs/python3.4-flake8
Symbolic link
1
srcpkgs/python3.4-flake8
Symbolic link
|
@ -0,0 +1 @@
|
|||
flake8
|
Loading…
Add table
Reference in a new issue