Skip to content

Commit

Permalink
py-gi-docgen: update to 2023.3.
Browse files Browse the repository at this point in the history
## [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]
  • Loading branch information
wiz committed Dec 7, 2023
1 parent e615fdc commit a139493
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
6 changes: 3 additions & 3 deletions devel/py-gi-docgen/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down Expand Up @@ -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"
15 changes: 8 additions & 7 deletions devel/py-gi-docgen/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions devel/py-gi-docgen/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a139493

Please sign in to comment.