Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-sphinx-theme-builder
Commits: 11724ed6 by Antonio Rojas at 2024-04-05T19:51:01+02:00 upgpkg: 0.2.0b2-3: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,28 @@ +pkgbase = python-sphinx-theme-builder + pkgdesc = Python build backend for Sphinx themes + pkgver = 0.2.0b2 + pkgrel = 3 + url = https://github.com/pradyunsg/sphinx-theme-builder + arch = any + license = BSD + checkdepends = python-pytest + checkdepends = python-click + checkdepends = python-sphinx-autobuild + makedepends = python-build + makedepends = python-installer + makedepends = python-flit-core + depends = python + depends = python-packaging + depends = python-rich + depends = python-tomli + depends = python-nodeenv + depends = python-setuptools + depends = python-pep621 + depends = python-pyproject-metadata + optdepends = python-build: CLI + optdepends = python-click: CLI + optdepends = python-sphinx-autobuild: CLI + source = python-sphinx-theme-builder-0.2.0b2.tar.gz::https://github.com/pradyunsg/sphinx-theme-builder/archive/0.2.0b2.tar.gz + sha512sums = 9900812cbb91a2fae666c010caef0fc2d250ff7ef8ae7b0105c72cee678e4be49784530c49c43d0260e22882ca7b89d4dd83da0c5a59cf3f944647f84e9fd6bf + +pkgname = python-sphinx-theme-builder ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _pkgname=sphinx-theme-builder pkgname=python-$_pkgname pkgver=0.2.0b2 -pkgrel=2 +pkgrel=3 pkgdesc='Python build backend for Sphinx themes' arch=('any') url='https://github.com/pradyunsg/sphinx-theme-builder' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-theme-builder/-/commit/11724ed6e9cfc9071c7997f8bbffc21cdf210e38 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-theme-builder/-/commit/11724ed6e9cfc9071c7997f8bbffc21cdf210e38 You're receiving this email because of your account on gitlab.archlinux.org.
