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,13 +3,13 @@
_pyname=Markdown
pkgname=python-markdown
pkgver=3.6
pkgrel=2
pkgrel=3
pkgdesc="Python implementation of John Gruber's Markdown"
arch=('any')
url='https://python-markdown.github.io/'
license=('spdx:BSD-3-Clause')
depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools')
optdepends=('python-yaml: parse Python in YAML metadata')
checkdepends=('python-yaml')
source=("${_pyname}-$pkgver.tar.gz"::"https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")