* update python-sphinxcontrib-trio to 1.1.2-7

This commit is contained in:
Alexander Baldeck 2024-12-05 18:34:55 +01:00
parent 8e4bf95ec1
commit 31997b778e
3 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-sphinxcontrib-trio
pkgdesc = Make Sphinx better at documenting Python functions and methods
pkgver = 1.1.2
pkgrel = 6
pkgrel = 7
url = https://github.com/python-trio/sphinxcontrib-trio
arch = any
license = MIT

View File

@ -0,0 +1,4 @@
[python-sphinxcontrib-trio]
source = "git"
git = "https://github.com/python-trio/sphinxcontrib-trio.git"
prefix = "v"

View File

@ -4,10 +4,10 @@
pkgname=python-sphinxcontrib-trio
_pyname=${pkgname/python-/}
pkgver=1.1.2
pkgrel=6
pkgrel=7
pkgdesc='Make Sphinx better at documenting Python functions and methods'
url='https://github.com/python-trio/sphinxcontrib-trio'
arch=('any')
arch=(any)
license=('MIT')
depends=('python' 'python-sphinx')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')