From 4544f467c3af565d035303149bd49640527c7bf8 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 10 Jan 2023 12:49:00 +0000 Subject: [PATCH] Prefer tomli over toml. --- textproc/gi-docgen/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/gi-docgen/Makefile b/textproc/gi-docgen/Makefile index f000005a5ef..4e536715917 100644 --- a/textproc/gi-docgen/Makefile +++ b/textproc/gi-docgen/Makefile @@ -2,6 +2,7 @@ COMMENT= documentation generator for GObject-based libraries GNOME_PROJECT= gi-docgen GNOME_VERSION= 2023.1 +REVISION= 0 # override gnome MODULE MASTER_SITES ?= ${MASTER_SITE_GNOME:=sources/${GNOME_PROJECT}/${GNOME_VERSION:C/^([0-9]+)\..*/\1/}/} @@ -21,7 +22,7 @@ MODPY_PYBUILD= setuptools RUN_DEPENDS= textproc/py-MarkupSafe${MODPY_FLAVOR} \ textproc/py-markdown${MODPY_FLAVOR} \ textproc/py-pygments${MODPY_FLAVOR} \ - textproc/py-toml${MODPY_FLAVOR} \ + textproc/py-tomli${MODPY_FLAVOR} \ textproc/py-typogrify${MODPY_FLAVOR} \ www/py-jinja2${MODPY_FLAVOR}