flake8: enable for clang32, rebuild python-hacking
This commit is contained in:
@@ -11,7 +11,7 @@ pkgver=3.9.2
|
||||
pkgrel=1
|
||||
pkgdesc="The modular source code checker: pep8, pyflakes and co"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
url="http://flake8.pycqa.org"
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-pyflakes"
|
||||
|
||||
@@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
pkgver=4.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="OpenStack Hacking Guideline Enforcement (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
|
||||
Reference in New Issue
Block a user