Date: Wed, 18 Sep 2024 06:19: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: 78f52cb3b8e2 - main - databases/py-sqlglot: Add RS option Message-ID: <202409180619.48I6JD4K032981@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=78f52cb3b8e296896a35983b546dfeae4205560e commit 78f52cb3b8e296896a35983b546dfeae4205560e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 05:56:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:13:11 +0000 databases/py-sqlglot: Add RS option --- databases/py-sqlglot/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile index a53a24796a2a..9241d944a2c3 100644 --- a/databases/py-sqlglot/Makefile +++ b/databases/py-sqlglot/Makefile @@ -21,4 +21,9 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_DEFINE= RS +RS_DESC= SQL parser and transpiler in Rust + +RS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlglotrs>=0.2.12<0.2.12_99:databases/py-sqlglotrs@${PY_FLAVOR} + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409180619.48I6JD4K032981>