Skip to content

Commit a139493

Browse files
committed
py-gi-docgen: update to 2023.3.
## [2023.3] - 2023-11-25 ### Fixed - Add missing dependency [#175] - Add missing test data to the source archive [#174] ## [2023.2] - 2023-11-24 ### Added - Use packaging module to properly compare versions - Add "implements" in class definition pseudocode - Ignore the first class instance struct field - Parse default-value attribute [#103] - Test the gtk-doc sigil parsing - Support admonitions in docblocks [#170] - Add link to the extra content files location in the source repository [#118] - Search for GIR XML in `$GI_GIR_PATH` and `/usr/share/gir-1.0` [!196] - Add fallback for missing "since" [!198] ### Changed - Redesign the search results - Redesign the index for enumeration types ### Fixed - Match dependencies list in the index and sidebar [!177] - Use KeyboardEvent.key to focus search input [#151] - Build fixes for subproject use [!185] - Remove display:flex from headings [#147] - Split transfer notes based on direction [#141] - Clarify signal flags [!189] - Hide build section if empty [#160] - Always explicitely use utf-8 when reading/writing files [!193] - use `color-scheme: dark` when in dark mode [!188]
1 parent e615fdc commit a139493

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

devel/py-gi-docgen/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.5 2023/05/01 05:41:05 wiz Exp $
1+
# $NetBSD: Makefile,v 1.6 2023/12/07 18:10:38 wiz Exp $
22

3-
DISTNAME= gi-docgen-2023.1
3+
DISTNAME= gi-docgen-2023.3
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gi-docgen/}
@@ -42,5 +42,5 @@ post-install:
4242
${MV} ${DESTDIR}${PREFIX}/share/man/man1/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
4343
.endif
4444

45-
.include "../../lang/python/egg.mk"
45+
.include "../../lang/python/wheel.mk"
4646
.include "../../mk/bsd.pkg.mk"

devel/py-gi-docgen/PLIST

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
@comment $NetBSD: PLIST,v 1.2 2023/04/30 17:12:18 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.3 2023/12/07 18:10:38 wiz Exp $
22
bin/gi-docgen
3-
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4-
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5-
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6-
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7-
${PYSITELIB}/${EGG_INFODIR}/requires.txt
8-
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
3+
${PYSITELIB}/${WHEEL_INFODIR}/Apache-2.0.txt
4+
${PYSITELIB}/${WHEEL_INFODIR}/GPL-3.0-or-later.txt
5+
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
6+
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
7+
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
8+
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
9+
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
910
${PYSITELIB}/gidocgen/__init__.py
1011
${PYSITELIB}/gidocgen/__init__.pyc
1112
${PYSITELIB}/gidocgen/__init__.pyo

devel/py-gi-docgen/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.2 2023/04/30 17:12:18 wiz Exp $
1+
$NetBSD: distinfo,v 1.3 2023/12/07 18:10:38 wiz Exp $
22

3-
BLAKE2s (gi-docgen-2023.1.tar.gz) = a3ae89ca6b3bbe9c98e518b5a97bee9504b58cf424720d38e85a1931068feb73
4-
SHA512 (gi-docgen-2023.1.tar.gz) = fb19af318a66ba475e04826d9b61163ec85e6ea4503847ec6685940424bac8108cf385546bad1de80fedd1ddbb21054644083dc4908caf7e2e616c6e0673b0e3
5-
Size (gi-docgen-2023.1.tar.gz) = 2516453 bytes
3+
BLAKE2s (gi-docgen-2023.3.tar.gz) = 6a0a2253c38cf89a81f8a7fcdf82f0e4a3fd6e88cb50f3b38dad0843e1ac285e
4+
SHA512 (gi-docgen-2023.3.tar.gz) = de9a94ee30b408cb875f7a7e8015f0f860a65140a4b39b9fc1d5f6ea445ab66b4f7c37786646040b0869a1bf1e7d5f09ae878697428e693a15966c27c5d25fa5
5+
Size (gi-docgen-2023.3.tar.gz) = 2525675 bytes

0 commit comments

Comments
 (0)