flake8: remove dependencies upper bounds

This commit is contained in:
Alessio Sergi 2016-06-09 23:41:28 +02:00
parent 5ae15528fb
commit af2b03cd3c
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'flake8'
pkgname=flake8
version=2.5.4
revision=2
revision=3
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools"
@ -15,8 +15,8 @@ distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz"
checksum=cc1e58179f6cf10524c7bfdd378f5536d0a61497688517791639a5ecc867492f
pre_build() {
# allow pyflakes 1.1
sed -i '/pyflakes/s|, < 1.1||' setup.py
# remove all caps
sed -i 's/, *< *[0-9=.]*//' setup.py
}
post_install() {
vlicense LICENSE