From b582600aafdb576113e797d4c19ad38eaa35cb55 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 17 Jul 2024 22:26:54 +0200 Subject: [PATCH] some cleanups; remove 32bit --- mingw-w64-python-pyvisa/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pyvisa/PKGBUILD b/mingw-w64-python-pyvisa/PKGBUILD index 5266260584..29101368e7 100644 --- a/mingw-w64-python-pyvisa/PKGBUILD +++ b/mingw-w64-python-pyvisa/PKGBUILD @@ -7,16 +7,17 @@ pkgver=1.14.1 pkgrel=1 pkgdesc="Python VISA bindings for GPIB, RS232, TCPIP and USB instruments (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://github.com/pyvisa/pyvisa" msys2_references=( 'pypi: PyVISA' ) -license=('MIT') +license=('spdx:MIT') depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-typing_extensions") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" + "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-setuptools-scm" "${MINGW_PACKAGE_PREFIX}-python-wheel") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")