Date: Wednesday, November 30, 2022 @ 20:30:00 Author: jelle Revision: 1355523
Drop not executed tests and add missing makedepend No tests were executed and the checkdepends on python-nose/python-pytest are unrequired so drop them. Also setuptools was missing as makedepend so this package did not even build. Modified: codespell/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-30 20:23:24 UTC (rev 1355522) +++ PKGBUILD 2022-11-30 20:30:00 UTC (rev 1355523) @@ -2,13 +2,13 @@ pkgname=codespell pkgver=2.2.2 -pkgrel=2 +pkgrel=3 pkgdesc='Fix common misspellings in source code' arch=(any) url='https://github.com/codespell-project/codespell' license=(GPL2) +makedepends=(python-setuptools) depends=(python) -checkdepends=(python-nose python-pytest) source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz) sha1sums=('bf436931f9183edd58afd184d78ed5a8140e42f8') sha256sums=('c4d00c02b5a2a55661f00d5b4b3b5a710fa803ced9a9d7e45438268b099c319c') @@ -20,7 +20,6 @@ check() { cd codespell-$pkgver - python setup.py test } package() {
