Remove makedepends on python-wheel everywhere

setuptools no longer needs it for building wheels since v70.1.0
This commit is contained in:
Christoph Reiter
2024-08-16 14:03:27 +02:00
parent f30455f384
commit 0566eff63a
43 changed files with 46 additions and 87 deletions

View File

@@ -3,7 +3,7 @@
_pyname=trove_classifiers
pkgname=python-trove-classifiers
pkgver=2024.5.22
pkgrel=2
pkgrel=3
pkgdesc="Canonical source for classifiers on PyPI (pypi.org)"
arch=('any')
url="https://github.com/pypa/trove-classifiers"
@@ -19,7 +19,6 @@ makedepends=(
'python-build'
'python-installer'
'python-setuptools'
'python-wheel'
'python-calver'
)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")