diff --git a/testing/py3-sphinx-argparse/APKBUILD b/testing/py3-sphinx-argparse/APKBUILD index b87294adf32..3e848f3707d 100644 --- a/testing/py3-sphinx-argparse/APKBUILD +++ b/testing/py3-sphinx-argparse/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Keith Toh # Maintainer: Patrycja Rosa pkgname=py3-sphinx-argparse -pkgver=0.4.0 -pkgrel=3 +pkgver=0.5.2 +pkgrel=0 pkgdesc="Sphinx extension that automatically documents argparse commands and options" url="https://sphinx-argparse.readthedocs.io/en/latest/" arch="noarch" license="MIT" depends="python3 py3-sphinx" -makedepends="py3-gpep517 py3-installer py3-poetry-core py3-wheel" -checkdepends="py3-pytest" +makedepends="py3-gpep517 py3-installer py3-flit-core py3-wheel" +checkdepends="py3-pytest py3-lxml" subpackages="$pkgname-pyc" source="sphinx-argparse-$pkgver.tar.gz::https://github.com/ashb/sphinx-argparse/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/sphinx-argparse-$pkgver" @@ -27,9 +27,9 @@ check() { package() { python3 -m installer -d "$pkgdir" \ .dist/sphinx_argparse-$pkgver-py3-none-any.whl - install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/ + install -Dm644 LICENCE.rst -t "$pkgdir"/usr/share/licenses/$pkgname/ } sha512sums=" -be08ca4eed2786f28dc2288024250577bc767fa9c596946202dc882653ee2d4f3f23230827f802b262c2a4889e6c8b85d01dceb5c494759e6551c8b471d1631f sphinx-argparse-0.4.0.tar.gz +dbf6c5e87a3c864d16eab5ecf644754b71e240ae823ffb82a17950e17b2a916188fbe44c4b0551a1c31763accd4eec7e9ce8fc99f8b47a22a7ae4e69133a75ee sphinx-argparse-0.5.2.tar.gz "