* update flake8 to 1:7.1.1-1
This commit is contained in:
parent
5ad14cbbcd
commit
37a793405e
@ -1,6 +1,6 @@
|
||||
pkgbase = flake8
|
||||
pkgdesc = The modular source code checker: pep8, pyflakes and co
|
||||
pkgver = 7.1.0
|
||||
pkgver = 7.1.1
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://flake8.pycqa.org
|
||||
@ -12,7 +12,7 @@ pkgbase = flake8
|
||||
depends = python-mccabe
|
||||
depends = python-pycodestyle
|
||||
depends = python-entrypoints
|
||||
source = https://github.com/PyCQA/flake8/archive/7.1.0/flake8-7.1.0.tar.gz
|
||||
sha512sums = 0e970bdb0facff3a6e2ee33a74fe77ee1f7c80fbc517125df34d831ff897e222d0955d56fa9e9eedef83ccdc4e92aa7bbc583517d7b19a8cf1041790a225693a
|
||||
source = https://github.com/PyCQA/flake8/archive/7.1.1/flake8-7.1.1.tar.gz
|
||||
sha512sums = 310457e3c701f746d812cc76664bcb79c7cbc320af9d757ebbc13c847f2c3864770d9b945694b4b6abb773ae636e19175222c3dab74d34559beaa7835f1d9931
|
||||
|
||||
pkgname = flake8
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Contributor: Allen Li <darkfeline at abagofapples.com>
|
||||
|
||||
pkgname=flake8
|
||||
pkgver=7.1.0
|
||||
pkgver=7.1.1
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="The modular source code checker: pep8, pyflakes and co"
|
||||
@ -16,7 +16,7 @@ depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle' 'python-entrypoi
|
||||
makedepends=('python-setuptools')
|
||||
checkdepends=('python-pytest')
|
||||
source=("https://github.com/PyCQA/flake8/archive/$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
sha512sums=('0e970bdb0facff3a6e2ee33a74fe77ee1f7c80fbc517125df34d831ff897e222d0955d56fa9e9eedef83ccdc4e92aa7bbc583517d7b19a8cf1041790a225693a')
|
||||
sha512sums=('310457e3c701f746d812cc76664bcb79c7cbc320af9d757ebbc13c847f2c3864770d9b945694b4b6abb773ae636e19175222c3dab74d34559beaa7835f1d9931')
|
||||
|
||||
prepare() {
|
||||
sed -i -e 's/,<[0-9=.]*//' flake8-$pkgver/setup.cfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user