Files
ports/databases/py-sqlglotc/files/patch-pyproject.toml
T
Po-Chuan Hsieh 553e52353d databases/py-sqlglotc: Add py-sqlglotc 30.0.3
sqlglotc provides an easily customizable SQL parser and transpiler.
2026-04-19 05:18:18 +08:00

21 lines
815 B
TOML

--- pyproject.toml.orig 2026-03-19 16:31:49 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ authors = [{ name = "Toby Mao", email = "toby.mao@gmai
dynamic = ["version"]
description = "mypyc-compiled extensions for sqlglot"
authors = [{ name = "Toby Mao", email = "toby.mao@gmail.com" }]
-license = "MIT"
+license = { text = "MIT" }
requires-python = ">= 3.9"
[project.optional-dependencies]
@@ -14,7 +14,7 @@ Repository = "https://github.com/tobymao/sqlglot"
Repository = "https://github.com/tobymao/sqlglot"
[build-system]
-requires = ["setuptools >= 61.0", "setuptools_scm", "sqlglot-mypy>=1.19.1.post1", "types-python-dateutil", "sqlglot"]
+requires = ["setuptools >= 61.0", "setuptools_scm", "sqlglot-mypy>=1.19.1.post1", "types-python-dateutil"]
build-backend = "setuptools.build_meta"
[tool.setuptools]