Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 17:27:13 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 77a97ff30dec - main - x11-fonts/py-vfblib: Add TOML and YAML options
Message-ID:  <202412311727.4BVHRDKS055800@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=77a97ff30dec4ec326ea826a86097ac4790ef7ba

commit 77a97ff30dec4ec326ea826a86097ac4790ef7ba
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 17:27:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 17:27:05 +0000

    x11-fonts/py-vfblib: Add TOML and YAML options
---
 x11-fonts/py-vfblib/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/x11-fonts/py-vfblib/Makefile b/x11-fonts/py-vfblib/Makefile
index 0231af3e42b1..c78b6ba3a1b7 100644
--- a/x11-fonts/py-vfblib/Makefile
+++ b/x11-fonts/py-vfblib/Makefile
@@ -23,4 +23,9 @@ USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	TOML YAML
+
+TOML_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tomli-w>=1.0.0:textproc/py-tomli-w@${PY_FLAVOR}
+YAML_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.2:devel/py-pyyaml@${PY_FLAVOR}
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311727.4BVHRDKS055800>