From ebd08c1abb4cf1f2100537200980ca52ccf2cdd2 Mon Sep 17 00:00:00 2001 From: Jeremy Drake Date: Sun, 27 Jun 2021 21:04:04 -0700 Subject: [PATCH] flag requisite python packages clang32 for flake8 and bump pkgrel to rebuild flake8, after 4d9e92f --- mingw-w64-python-flake8/PKGBUILD | 4 ++-- mingw-w64-python-mccabe/PKGBUILD | 2 +- mingw-w64-python-pytest-runner/PKGBUILD | 2 +- mingw-w64-python-pytest/PKGBUILD | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mingw-w64-python-flake8/PKGBUILD b/mingw-w64-python-flake8/PKGBUILD index 7ae4cb446e..26a71021a3 100644 --- a/mingw-w64-python-flake8/PKGBUILD +++ b/mingw-w64-python-flake8/PKGBUILD @@ -8,10 +8,10 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=3.9.2 -pkgrel=1 +pkgrel=2 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" diff --git a/mingw-w64-python-mccabe/PKGBUILD b/mingw-w64-python-mccabe/PKGBUILD index f7d583bfb3..6043443313 100644 --- a/mingw-w64-python-mccabe/PKGBUILD +++ b/mingw-w64-python-mccabe/PKGBUILD @@ -10,7 +10,7 @@ pkgver=0.6.1 pkgrel=1 pkgdesc="McCabe complexity checker for Python (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://github.com/flintwork/mccabe' license=('custom:Expat') validpgpkeys=('gpg_KEY') diff --git a/mingw-w64-python-pytest-runner/PKGBUILD b/mingw-w64-python-pytest-runner/PKGBUILD index 7934dfd2f5..e914458d56 100644 --- a/mingw-w64-python-pytest-runner/PKGBUILD +++ b/mingw-w64-python-pytest-runner/PKGBUILD @@ -10,7 +10,7 @@ conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgdesc="Invoke py.test as distutils command with dependency resolution (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') url='https://github.com/pytest-dev/pytest-runner' license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python" diff --git a/mingw-w64-python-pytest/PKGBUILD b/mingw-w64-python-pytest/PKGBUILD index 4aa60b6f9a..c6d1b1d508 100644 --- a/mingw-w64-python-pytest/PKGBUILD +++ b/mingw-w64-python-pytest/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc='simple powerful testing with Python (mingw-w64)' url='https://pytest.org/' license=('MIT') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') depends=("${MINGW_PACKAGE_PREFIX}-python-atomicwrites" "${MINGW_PACKAGE_PREFIX}-python-attrs" "${MINGW_PACKAGE_PREFIX}-python-colorama"