flake8: remove dependencies upper bounds
This commit is contained in:
parent
5ae15528fb
commit
af2b03cd3c
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'flake8'
|
# Template file for 'flake8'
|
||||||
pkgname=flake8
|
pkgname=flake8
|
||||||
version=2.5.4
|
version=2.5.4
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
|
@ -15,8 +15,8 @@ distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz"
|
||||||
checksum=cc1e58179f6cf10524c7bfdd378f5536d0a61497688517791639a5ecc867492f
|
checksum=cc1e58179f6cf10524c7bfdd378f5536d0a61497688517791639a5ecc867492f
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# allow pyflakes 1.1
|
# remove all caps
|
||||||
sed -i '/pyflakes/s|, < 1.1||' setup.py
|
sed -i 's/, *< *[0-9=.]*//' setup.py
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue