mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
gi-docgen: update to 2025.3.
This commit is contained in:
parent
0546ddf4b5
commit
3e714ad7ac
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'gi-docgen'
|
||||
pkgname=gi-docgen
|
||||
version=2023.1
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
version=2025.3
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-Pygments python3-typogrify python3-Jinja2 python3-toml
|
||||
python3-Markdown python3-MarkupSafe"
|
||||
python3-Markdown python3-MarkupSafe python3-packaging"
|
||||
short_desc="Documentation generator for GObject-based libraries"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0, GPL-3.0-or-later"
|
||||
homepage="https://gitlab.gnome.org/GNOME/gi-docgen/"
|
||||
changelog="https://gitlab.gnome.org/GNOME/gi-docgen/-/releases"
|
||||
distfiles="https://download.gnome.org/sources/gi-docgen/${version%.*}/gi-docgen-$version.tar.xz"
|
||||
checksum=a9a687c1b7c4a4139a214bd451e01ca86131a3161f68aa3e07325b06002bbfb6
|
||||
distfiles="${GNOME_SITE}/gi-docgen/${version%.*}/gi-docgen-$version.tar.xz"
|
||||
checksum=8a89a58bc0f77dfc3e8a2a0e3497fc39f5413ae35e5597e9ec6160abf8ee14d8
|
||||
make_check=no # no tests, but check fails
|
||||
|
|
Loading…
Add table
Reference in a new issue