mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/py3-sphinx-argparse: upgrade to 0.5.2
This commit is contained in:
parent
f4390fd7db
commit
f4637c89e9
@ -1,15 +1,15 @@
|
|||||||
# Contributor: Keith Toh <ktprograms@gmail.com>
|
# Contributor: Keith Toh <ktprograms@gmail.com>
|
||||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
pkgname=py3-sphinx-argparse
|
pkgname=py3-sphinx-argparse
|
||||||
pkgver=0.4.0
|
pkgver=0.5.2
|
||||||
pkgrel=3
|
pkgrel=0
|
||||||
pkgdesc="Sphinx extension that automatically documents argparse commands and options"
|
pkgdesc="Sphinx extension that automatically documents argparse commands and options"
|
||||||
url="https://sphinx-argparse.readthedocs.io/en/latest/"
|
url="https://sphinx-argparse.readthedocs.io/en/latest/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="python3 py3-sphinx"
|
depends="python3 py3-sphinx"
|
||||||
makedepends="py3-gpep517 py3-installer py3-poetry-core py3-wheel"
|
makedepends="py3-gpep517 py3-installer py3-flit-core py3-wheel"
|
||||||
checkdepends="py3-pytest"
|
checkdepends="py3-pytest py3-lxml"
|
||||||
subpackages="$pkgname-pyc"
|
subpackages="$pkgname-pyc"
|
||||||
source="sphinx-argparse-$pkgver.tar.gz::https://github.com/ashb/sphinx-argparse/archive/refs/tags/v$pkgver.tar.gz"
|
source="sphinx-argparse-$pkgver.tar.gz::https://github.com/ashb/sphinx-argparse/archive/refs/tags/v$pkgver.tar.gz"
|
||||||
builddir="$srcdir/sphinx-argparse-$pkgver"
|
builddir="$srcdir/sphinx-argparse-$pkgver"
|
||||||
@ -27,9 +27,9 @@ check() {
|
|||||||
package() {
|
package() {
|
||||||
python3 -m installer -d "$pkgdir" \
|
python3 -m installer -d "$pkgdir" \
|
||||||
.dist/sphinx_argparse-$pkgver-py3-none-any.whl
|
.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="
|
sha512sums="
|
||||||
be08ca4eed2786f28dc2288024250577bc767fa9c596946202dc882653ee2d4f3f23230827f802b262c2a4889e6c8b85d01dceb5c494759e6551c8b471d1631f sphinx-argparse-0.4.0.tar.gz
|
dbf6c5e87a3c864d16eab5ecf644754b71e240ae823ffb82a17950e17b2a916188fbe44c4b0551a1c31763accd4eec7e9ce8fc99f8b47a22a7ae4e69133a75ee sphinx-argparse-0.5.2.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user