From a139493ac2e433be96fe468f0959e6f078d925e1 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 7 Dec 2023 18:10:38 +0000 Subject: [PATCH] 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] --- devel/py-gi-docgen/Makefile | 6 +++--- devel/py-gi-docgen/PLIST | 15 ++++++++------- devel/py-gi-docgen/distinfo | 8 ++++---- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/devel/py-gi-docgen/Makefile b/devel/py-gi-docgen/Makefile index 86cd7dd40b48..69d94cf864e4 100644 --- a/devel/py-gi-docgen/Makefile +++ b/devel/py-gi-docgen/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2023/05/01 05:41:05 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2023/12/07 18:10:38 wiz Exp $ -DISTNAME= gi-docgen-2023.1 +DISTNAME= gi-docgen-2023.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gi-docgen/} @@ -42,5 +42,5 @@ post-install: ${MV} ${DESTDIR}${PREFIX}/share/man/man1/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .endif -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-gi-docgen/PLIST b/devel/py-gi-docgen/PLIST index f33fd874d96e..0db01875ef6e 100644 --- a/devel/py-gi-docgen/PLIST +++ b/devel/py-gi-docgen/PLIST @@ -1,11 +1,12 @@ -@comment $NetBSD: PLIST,v 1.2 2023/04/30 17:12:18 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2023/12/07 18:10:38 wiz Exp $ bin/gi-docgen -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${WHEEL_INFODIR}/Apache-2.0.txt +${PYSITELIB}/${WHEEL_INFODIR}/GPL-3.0-or-later.txt +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/gidocgen/__init__.py ${PYSITELIB}/gidocgen/__init__.pyc ${PYSITELIB}/gidocgen/__init__.pyo diff --git a/devel/py-gi-docgen/distinfo b/devel/py-gi-docgen/distinfo index 4ca8450e1241..ae9adfe7e139 100644 --- a/devel/py-gi-docgen/distinfo +++ b/devel/py-gi-docgen/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/04/30 17:12:18 wiz Exp $ +$NetBSD: distinfo,v 1.3 2023/12/07 18:10:38 wiz Exp $ -BLAKE2s (gi-docgen-2023.1.tar.gz) = a3ae89ca6b3bbe9c98e518b5a97bee9504b58cf424720d38e85a1931068feb73 -SHA512 (gi-docgen-2023.1.tar.gz) = fb19af318a66ba475e04826d9b61163ec85e6ea4503847ec6685940424bac8108cf385546bad1de80fedd1ddbb21054644083dc4908caf7e2e616c6e0673b0e3 -Size (gi-docgen-2023.1.tar.gz) = 2516453 bytes +BLAKE2s (gi-docgen-2023.3.tar.gz) = 6a0a2253c38cf89a81f8a7fcdf82f0e4a3fd6e88cb50f3b38dad0843e1ac285e +SHA512 (gi-docgen-2023.3.tar.gz) = de9a94ee30b408cb875f7a7e8015f0f860a65140a4b39b9fc1d5f6ea445ab66b4f7c37786646040b0869a1bf1e7d5f09ae878697428e693a15966c27c5d25fa5 +Size (gi-docgen-2023.3.tar.gz) = 2525675 bytes