Skip to content

Commit

Permalink
py-gi-docgen: update to 2023.1.
Browse files Browse the repository at this point in the history
## [2023.1] - 2023-01-06

### Added

- Use tomlib for Python >= 3.11 and tomli/toml for Python < 3.11 [!168, !172]

### Fixed

- Use the proper link fragment for interface prerequisite [#148]
  • Loading branch information
0-wiz-0 committed Apr 30, 2023
1 parent 356264d commit 6a73d28
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
16 changes: 10 additions & 6 deletions devel/py-gi-docgen/Makefile
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
# $NetBSD: Makefile,v 1.3 2022/05/26 11:09:54 jperkin Exp $
# $NetBSD: Makefile,v 1.4 2023/04/30 17:12:18 wiz Exp $

DISTNAME= gi-docgen-2022.1
DISTNAME= gi-docgen-2023.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gi-docgen/}

OWNER= [email protected]
MAINTAINER= [email protected]
HOMEPAGE= https://gitlab.gnome.org/GNOME/gi-docgen
COMMENT= Documentation tool for GObject-based libraries
LICENSE= gnu-gpl-v3 AND apache-2.0 AND cc0-1.0-universal

DEPENDS+= ${PYPKGPREFIX}-markdown>=3:../../textproc/py-markdown
DEPENDS+= ${PYPKGPREFIX}-markdown>=3.2:../../textproc/py-markdown
DEPENDS+= ${PYPKGPREFIX}-markupsafe>=1:../../textproc/py-markupsafe
DEPENDS+= ${PYPKGPREFIX}-pygments>=2:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-toml>=0:../../textproc/py-toml
DEPENDS+= ${PYPKGPREFIX}-typogrify>=2:../../textproc/py-typogrify
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel

.include "../../lang/python/pyversion.mk"

.if ${PYTHON_VERSION} < 311
DEPENDS+= ${PYPKGPREFIX}-tomli>=0:../../textproc/py-tomli
.endif

PYTHON_VERSIONS_INCOMPATIBLE= 27
PYTHON_SELF_CONFLICT= yes

Expand Down
9 changes: 5 additions & 4 deletions devel/py-gi-docgen/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2022/04/06 06:02:34 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2023/04/30 17:12:18 wiz Exp $
bin/gi-docgen
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -33,6 +33,9 @@ ${PYSITELIB}/gidocgen/gdindex.pyo
${PYSITELIB}/gidocgen/gdsearch.py
${PYSITELIB}/gidocgen/gdsearch.pyc
${PYSITELIB}/gidocgen/gdsearch.pyo
${PYSITELIB}/gidocgen/gdserver.py
${PYSITELIB}/gidocgen/gdserver.pyc
${PYSITELIB}/gidocgen/gdserver.pyo
${PYSITELIB}/gidocgen/gidocmain.py
${PYSITELIB}/gidocgen/gidocmain.pyc
${PYSITELIB}/gidocgen/gidocmain.pyo
Expand All @@ -51,9 +54,7 @@ ${PYSITELIB}/gidocgen/log.pyo
${PYSITELIB}/gidocgen/mdext.py
${PYSITELIB}/gidocgen/mdext.pyc
${PYSITELIB}/gidocgen/mdext.pyo
${PYSITELIB}/gidocgen/porter.py
${PYSITELIB}/gidocgen/porter.pyc
${PYSITELIB}/gidocgen/porter.pyo
${PYSITELIB}/gidocgen/py.typed
${PYSITELIB}/gidocgen/templates/basic/RedHatDisplay-Black.woff
${PYSITELIB}/gidocgen/templates/basic/RedHatDisplay-Black.woff2
${PYSITELIB}/gidocgen/templates/basic/RedHatDisplay-BlackItalic.woff
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.1 2022/04/06 06:02:34 wiz Exp $
$NetBSD: distinfo,v 1.2 2023/04/30 17:12:18 wiz Exp $

BLAKE2s (gi-docgen-2022.1.tar.gz) = c08edf20c89b7dffa6cb9a2b8b522106d21be010ddaf3c47ceed18fa19f48cb4
SHA512 (gi-docgen-2022.1.tar.gz) = 823f6b5b598b0f52e748622f9993524b840f71d6f2dc157ea3b931564a0ec59c43cd79386936d525118c9a62de380bdff70fd01405d088ea873ab35ddbafb210
Size (gi-docgen-2022.1.tar.gz) = 2515101 bytes
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

0 comments on commit 6a73d28

Please sign in to comment.