python-sphinx 8.1.3-1

This commit is contained in:
xhaa123 2024-11-03 13:06:50 +08:00
parent 7a5279e733
commit 2e90f6ed2a

View File

@ -5,35 +5,35 @@
# Maintainer: Future Linux Team <future_linux@163.com> # Maintainer: Future Linux Team <future_linux@163.com>
pkgname=python-sphinx pkgname=python-sphinx
pkgver=7.3.7 pkgver=8.1.3
pkgrel=1 pkgrel=1
pkgdesc="Python documentation generator" pkgdesc="Python documentation generator"
arch=('x86_64') arch=('x86_64')
url="http://www.sphinx-doc.org/" url="http://www.sphinx-doc.org/"
license=('BSD') license=('BSD')
depends=('python-alabaster' depends=('python-alabaster'
'python-babel' 'python-babel'
'python-docutils' 'python-docutils'
'python-imagesize' 'python-imagesize'
'python-jinja2' 'python-jinja2'
'python-packaging' 'python-packaging'
'python-pygments' 'python-pygments'
'python-requests' 'python-requests'
'python-snowballstemmer' 'python-snowballstemmer'
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml}) 'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
makedepends=('python-build' 'python-flit-core' 'python-installer') makedepends=('python-build' 'python-flit-core' 'python-installer')
source=(https://github.com/sphinx-doc/sphinx/archive/v${pkgver}/${pkgname#*-}-${pkgver}.tar.gz) source=(https://github.com/sphinx-doc/sphinx/archive/v${pkgver}/${pkgname#*-}-${pkgver}.tar.gz)
sha256sums=(43c4cdb796b41dc1645117efbc74655d41ccea49fe34170a2b5bb88eee6f83a5) sha256sums=(0fcc28999fe8e4fcc49a4ab01e3e987f6fbb3af32995db74e6fc8f8d01dcaaca)
build() { build() {
cd ${pkgname#*-}-${pkgver} cd ${pkgname#*-}-${pkgver}
python3 -m build --wheel --skip-dependency-check --no-isolation python3 -m build --wheel --skip-dependency-check --no-isolation
} }
package() { package() {
cd ${pkgname#*-}-${pkgver} cd ${pkgname#*-}-${pkgver}
python3 -m installer --destdir=${pkgdir} dist/*.whl python3 -m installer --destdir=${pkgdir} dist/*.whl
} }