Skip to content

Commit e76205d

Browse files
committed
py-gi-docgen: update to 2026.1.
Add graphviz dependency for .dot support. ## [2026.1] - 2026-01-23 ### Added - Parse method-inline for records, unions and interfaces [#173] ### Changed - Use dot's `svg_inline` output format [!251] ### Fixed - Fix Red Hat Display italic font-face [!257]
1 parent 6c78992 commit e76205d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

devel/py-gi-docgen/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.16 2025/10/12 17:56:46 wiz Exp $
1+
# $NetBSD: Makefile,v 1.17 2026/01/26 10:51:54 wiz Exp $
22

3-
DISTNAME= gi_docgen-2025.5
3+
DISTNAME= gi_docgen-2026.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gi_/gi-/}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gi_docgen/}
@@ -17,6 +17,8 @@ DEPENDS+= ${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
1717
DEPENDS+= ${PYPKGPREFIX}-pygments>=2:../../textproc/py-pygments
1818
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2:../../textproc/py-jinja2
1919
DEPENDS+= ${PYPKGPREFIX}-typogrify>=2:../../textproc/py-typogrify
20+
# uses bin/dot for .dot file support
21+
DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
2022

2123
.include "../../lang/python/pyversion.mk"
2224
.if ${PYTHON_VERSION} < 311

devel/py-gi-docgen/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.7 2025/10/12 17:56:46 wiz Exp $
1+
$NetBSD: distinfo,v 1.8 2026/01/26 10:51:54 wiz Exp $
22

3-
BLAKE2s (gi_docgen-2025.5.tar.gz) = 63f77b765a6340ca435902a1e786715db632c6ab0c0cda91bb3c83a151559ff6
4-
SHA512 (gi_docgen-2025.5.tar.gz) = f6314c6af56cc2cb3fcebc06d1fe6ce7075873e8924fac318e2356f9f2f73dd519466439cb43bf0f3e17371b644bf387de1a53d89469e5fab46f06b99a98d8da
5-
Size (gi_docgen-2025.5.tar.gz) = 2533728 bytes
3+
BLAKE2s (gi_docgen-2026.1.tar.gz) = 8ec07e93d3f36496c56509a021b4f591736f3ae9054b0cf752a6752b6de90a73
4+
SHA512 (gi_docgen-2026.1.tar.gz) = 0bbe9422cfcebb794631e14f2940a110393f966cc906510c52e787b1b1a2d9990de2f7cc91d8e884043d751b71a57da9782192444a6b73a78dfe6f7a58fe6455
5+
Size (gi_docgen-2026.1.tar.gz) = 2533823 bytes

0 commit comments

Comments
 (0)