* update python-sphinx-argparse-cli to 1.11.0-4

This commit is contained in:
Alexander Baldeck 2024-12-05 18:34:53 +01:00
parent 0ac8ee5e32
commit 1c368a4fcf
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,19 @@
pkgbase = python-sphinx-argparse-cli
pkgdesc = Render CLI arguments (sub-commands friendly) defined by argparse module
pkgver = 1.11.0
pkgrel = 4
url = https://github.com/tox-dev/sphinx-argparse-cli
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
makedepends = python-hatch-vcs
depends = python
depends = python-sphinx
depends = python-docutils-stubs
source = python-sphinx-argparse-cli-1.11.0.tar.gz::https://github.com/tox-dev/sphinx-argparse-cli/archive/1.11.0.tar.gz
sha512sums = adb1c9c2c04cc2d714403806b71705a09ea085e562bd2e97d73249e5b33a1341880151b200a96734291606318acc4d8f7c23d3d42798e677744a37496d88d5ac
pkgname = python-sphinx-argparse-cli

View File

@ -0,0 +1,3 @@
[python-sphinx-argparse-cli]
source = "git"
git = "https://github.com/tox-dev/sphinx-argparse-cli.git"

View File

@ -4,7 +4,7 @@
_pkgname=sphinx-argparse-cli _pkgname=sphinx-argparse-cli
pkgname=python-$_pkgname pkgname=python-$_pkgname
pkgver=1.11.0 pkgver=1.11.0
pkgrel=3 pkgrel=4
pkgdesc='Render CLI arguments (sub-commands friendly) defined by argparse module' pkgdesc='Render CLI arguments (sub-commands friendly) defined by argparse module'
arch=(any) arch=(any)
url='https://github.com/tox-dev/sphinx-argparse-cli' url='https://github.com/tox-dev/sphinx-argparse-cli'