From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlglot/
Date: Wed, 23 Apr 2025 05:35:18 +0000 (UTC) [thread overview]
Message-ID: <1745386422.c543db2f54822f8f0640cce37c7c95387047a76b.mgorny@gentoo> (raw)
commit: c543db2f54822f8f0640cce37c7c95387047a76b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 05:22:19 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 05:33:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c543db2f
dev-python/sqlglot: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sqlglot/Manifest | 4 --
dev-python/sqlglot/sqlglot-26.13.2.ebuild | 96 -------------------------------
dev-python/sqlglot/sqlglot-26.14.0.ebuild | 96 -------------------------------
3 files changed, 196 deletions(-)
diff --git a/dev-python/sqlglot/Manifest b/dev-python/sqlglot/Manifest
index 8e0210ca26b9..efaa564f9df0 100644
--- a/dev-python/sqlglot/Manifest
+++ b/dev-python/sqlglot/Manifest
@@ -1,6 +1,2 @@
-DIST sqlglot-26.13.2-crates.tar.xz 8327388 BLAKE2B 69213d11940f9d4e743b169ef831b8b52a771f012e247570cf0703580a14af435d4d033b4b3ddfca6f4022b741261a24f3b47e5137de644d863714006520f857 SHA512 5de0781c54265b369e5e46b7cfbcc04a3118aa8d1323bff14f2841c95d471f545c923eedb88dbbb81a910801c5a505ff37a25701af936c06cf55a1659cd8822e
-DIST sqlglot-26.13.2.tar.gz 5348477 BLAKE2B 82e65a48e746cb378f114eb11b48383520696f58a6223f4760ed3068531bda0d377ed3d5af00e3bf77bfcda37cf16eab78a60a5c5412cd0ad4e72d1a3b969b18 SHA512 e6bd8098b45cf11c10a9ec704e208131b6140fd4dc2933a1dfae42f8e037bb3135dea837f7fffafe284d7eb544fbeeb70cbeff34b4500e2ad0378dd6e2c57569
-DIST sqlglot-26.14.0-crates.tar.xz 8327388 BLAKE2B 69213d11940f9d4e743b169ef831b8b52a771f012e247570cf0703580a14af435d4d033b4b3ddfca6f4022b741261a24f3b47e5137de644d863714006520f857 SHA512 5de0781c54265b369e5e46b7cfbcc04a3118aa8d1323bff14f2841c95d471f545c923eedb88dbbb81a910801c5a505ff37a25701af936c06cf55a1659cd8822e
-DIST sqlglot-26.14.0.tar.gz 5348485 BLAKE2B 863b7d11383a19f55435c2bed649b7f7c21f916408805ff996560657e7d7837d96141fe177d466d6c2119f025c708df405bf51a9a516ec17223ebc857adbf15f SHA512 3423959e8823418c84a3c211f552ea1573fedc0d82f96e41661ac7558ed097450b22f995847e26362a5493f051109a05737b0a2b2474a3f0d4dbefeaefcaa7ad
DIST sqlglot-26.15.0-crates.tar.xz 8327388 BLAKE2B 69213d11940f9d4e743b169ef831b8b52a771f012e247570cf0703580a14af435d4d033b4b3ddfca6f4022b741261a24f3b47e5137de644d863714006520f857 SHA512 5de0781c54265b369e5e46b7cfbcc04a3118aa8d1323bff14f2841c95d471f545c923eedb88dbbb81a910801c5a505ff37a25701af936c06cf55a1659cd8822e
DIST sqlglot-26.15.0.tar.gz 5350274 BLAKE2B d4fb9262af3facd04896f94a21f927f8a91edd1e67563a043ca338012b76abd2e4b60899032f5718b503accc829d95d786a2605eba49bf15709844edfd3e358b SHA512 0b7eb7a8c2bec05873837c16420c577a50affe8ca2f028f863b6bb50e3f9be18e5873c33de122940e04dab2e8e46329090cade371ef9e2f60535ad23e25b43f0
diff --git a/dev-python/sqlglot/sqlglot-26.13.2.ebuild b/dev-python/sqlglot/sqlglot-26.13.2.ebuild
deleted file mode 100644
index dfb5ad04a049..000000000000
--- a/dev-python/sqlglot/sqlglot-26.13.2.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES=""
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-CARGO_OPTIONAL=1
-
-inherit cargo distutils-r1 pypi optfeature
-
-DESCRIPTION="An easily customizable SQL parser and transpiler"
-HOMEPAGE="
- https://sqlglot.com/
- https://github.com/tobymao/sqlglot/
- https://pypi.org/project/sqlglot/
-"
-SRC_URI+="
- native-extensions? (
- https://github.com/gentoo-crate-dist/sqlglot/releases/download/v${PV}/${P}-crates.tar.xz
- )
-"
-
-LICENSE="MIT"
-LICENSE+=" native-extensions? ("
-# Dependent crate licenses
-LICENSE+="
- Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016
-"
-LICENSE+=" )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="+native-extensions"
-
-BDEPEND="
- native-extensions? (
- ${RUST_DEPEND}
- dev-util/maturin[${PYTHON_USEDEP}]
- )
- test? (
- dev-python/pytz[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/sqlglotrs/sqlglotrs.*.so"
-
-pkg_setup() {
- use native-extensions && rust_pkg_setup
-}
-
-src_unpack() {
- cargo_src_unpack
-}
-
-python_compile() {
- distutils-r1_python_compile
-
- if use native-extensions; then
- local DISTUTILS_USE_PEP517=maturin
- local DISTUTILS_UPSTREAM_PEP517=maturin
- cd sqlglotrs || die
- distutils-r1_python_compile
- cd - >/dev/null || die
- fi
-}
-
-python_test() {
- local EPYTEST_DESELECT=(
- # timing, sigh
- # https://github.com/tobymao/sqlglot/issues/3961
- tests/test_generator.py::TestGenerator::test_generate_nested_binary
- )
- local EPYTEST_IGNORE=(
- # Tests require pyspark or duckdb which aren't in the tree.
- # Pandas would be a requirement normally, but it gets ignored by proxy.
- "tests/dataframe/integration/test_dataframe.py"
- "tests/dataframe/integration/test_grouped_data.py"
- "tests/dataframe/integration/test_session.py"
- "tests/test_executor.py"
- "tests/test_optimizer.py"
- )
-
- # make sure not to use an earlier installed version
- local -x SQLGLOTRS_TOKENIZER=$(usex native-extensions 1 0)
- rm -rf sqlglotrs || die
- epytest
-}
-
-pkg_postinst() {
- optfeature "simplifying timedelta expressions" dev-python/python-dateutil
-}
diff --git a/dev-python/sqlglot/sqlglot-26.14.0.ebuild b/dev-python/sqlglot/sqlglot-26.14.0.ebuild
deleted file mode 100644
index dfb5ad04a049..000000000000
--- a/dev-python/sqlglot/sqlglot-26.14.0.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES=""
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-CARGO_OPTIONAL=1
-
-inherit cargo distutils-r1 pypi optfeature
-
-DESCRIPTION="An easily customizable SQL parser and transpiler"
-HOMEPAGE="
- https://sqlglot.com/
- https://github.com/tobymao/sqlglot/
- https://pypi.org/project/sqlglot/
-"
-SRC_URI+="
- native-extensions? (
- https://github.com/gentoo-crate-dist/sqlglot/releases/download/v${PV}/${P}-crates.tar.xz
- )
-"
-
-LICENSE="MIT"
-LICENSE+=" native-extensions? ("
-# Dependent crate licenses
-LICENSE+="
- Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016
-"
-LICENSE+=" )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="+native-extensions"
-
-BDEPEND="
- native-extensions? (
- ${RUST_DEPEND}
- dev-util/maturin[${PYTHON_USEDEP}]
- )
- test? (
- dev-python/pytz[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/sqlglotrs/sqlglotrs.*.so"
-
-pkg_setup() {
- use native-extensions && rust_pkg_setup
-}
-
-src_unpack() {
- cargo_src_unpack
-}
-
-python_compile() {
- distutils-r1_python_compile
-
- if use native-extensions; then
- local DISTUTILS_USE_PEP517=maturin
- local DISTUTILS_UPSTREAM_PEP517=maturin
- cd sqlglotrs || die
- distutils-r1_python_compile
- cd - >/dev/null || die
- fi
-}
-
-python_test() {
- local EPYTEST_DESELECT=(
- # timing, sigh
- # https://github.com/tobymao/sqlglot/issues/3961
- tests/test_generator.py::TestGenerator::test_generate_nested_binary
- )
- local EPYTEST_IGNORE=(
- # Tests require pyspark or duckdb which aren't in the tree.
- # Pandas would be a requirement normally, but it gets ignored by proxy.
- "tests/dataframe/integration/test_dataframe.py"
- "tests/dataframe/integration/test_grouped_data.py"
- "tests/dataframe/integration/test_session.py"
- "tests/test_executor.py"
- "tests/test_optimizer.py"
- )
-
- # make sure not to use an earlier installed version
- local -x SQLGLOTRS_TOKENIZER=$(usex native-extensions 1 0)
- rm -rf sqlglotrs || die
- epytest
-}
-
-pkg_postinst() {
- optfeature "simplifying timedelta expressions" dev-python/python-dateutil
-}
next reply other threads:[~2025-04-23 5:35 UTC|newest]
Thread overview: 268+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-23 5:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-09 1:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlglot/ Michał Górny
2025-05-04 19:23 Michał Górny
2025-05-02 4:21 Michał Górny
2025-05-02 4:21 Michał Górny
2025-04-25 4:46 Michał Górny
2025-04-23 5:35 Michał Górny
2025-04-18 3:11 Michał Górny
2025-04-16 1:55 Michał Górny
2025-04-16 1:55 Michał Górny
2025-04-15 14:24 Michał Górny
2025-04-15 6:13 Michał Górny
2025-04-12 4:54 Michał Górny
2025-04-06 8:31 Michał Górny
2025-04-01 7:02 Michał Górny
2025-03-31 20:14 Arthur Zamarin
2025-03-28 6:47 Michał Górny
2025-03-18 7:31 Michał Górny
2025-03-14 6:32 Michał Górny
2025-03-13 20:03 Arthur Zamarin
2025-03-08 7:24 Michał Górny
2025-03-04 6:48 Michał Górny
2025-03-04 6:48 Michał Górny
2025-02-27 5:50 Michał Górny
2025-02-27 5:50 Michał Górny
2025-02-11 7:18 Michał Górny
2025-02-04 4:28 Michał Górny
2025-01-28 5:31 Michał Górny
2025-01-28 5:31 Michał Górny
2025-01-24 7:21 Michał Górny
2025-01-15 5:39 Michał Górny
2025-01-15 5:39 Michał Górny
2025-01-09 18:09 Arthur Zamarin
2025-01-09 5:26 Michał Górny
2025-01-09 5:26 Michał Górny
2024-12-19 5:12 Michał Górny
2024-12-11 7:54 Michał Górny
2024-12-11 7:54 Michał Górny
2024-12-10 4:35 Michał Górny
2024-12-07 7:07 Michał Górny
2024-12-07 7:07 Michał Górny
2024-12-05 5:39 Michał Górny
2024-12-05 5:39 Michał Górny
2024-11-28 6:43 Michał Górny
2024-11-23 7:10 Michał Górny
2024-11-23 7:10 Michał Górny
2024-11-18 5:15 Michał Górny
2024-11-17 3:20 Michał Górny
2024-11-17 3:20 Michał Górny
2024-11-12 5:35 Michał Górny
2024-11-12 5:35 Michał Górny
2024-11-06 7:11 Michał Górny
2024-11-06 7:11 Michał Górny
2024-10-26 5:50 Michał Górny
2024-10-26 5:50 Michał Górny
2024-10-23 6:16 Michał Górny
2024-10-23 6:16 Michał Górny
2024-10-22 3:10 Michał Górny
2024-10-16 4:54 Michał Górny
2024-10-15 7:00 Michał Górny
2024-10-15 7:00 Michał Górny
2024-10-09 6:31 Michał Górny
2024-10-05 4:58 Michał Górny
2024-10-05 4:58 Michał Górny
2024-10-04 3:12 Michał Górny
2024-10-03 3:31 Michał Górny
2024-10-02 11:22 Michał Górny
2024-09-27 6:32 Michał Górny
2024-09-27 6:32 Michał Górny
2024-09-26 4:50 Michał Górny
2024-09-25 4:39 Michał Górny
2024-09-20 5:12 Michał Górny
2024-09-20 5:12 Michał Górny
2024-09-15 2:22 Michał Górny
2024-09-14 6:27 Michał Górny
2024-09-13 13:47 Michał Górny
2024-09-13 3:12 Michał Górny
2024-09-13 3:12 Michał Górny
2024-09-07 6:23 Michał Górny
2024-09-04 3:13 Michał Górny
2024-09-04 3:13 Michał Górny
2024-08-29 4:52 Michał Górny
2024-08-27 7:39 Michał Górny
2024-08-27 7:39 Michał Górny
2024-08-23 4:57 Michał Górny
2024-08-20 1:29 Michał Górny
2024-08-18 6:04 Michał Górny
2024-08-18 6:04 Michał Górny
2024-08-16 3:18 Michał Górny
2024-08-15 3:47 Michał Górny
2024-08-15 3:47 Michał Górny
2024-08-14 6:05 Michał Górny
2024-08-14 6:05 Michał Górny
2024-08-09 3:10 Michał Górny
2024-08-09 3:10 Michał Górny
2024-08-06 4:45 Michał Górny
2024-07-31 5:52 Michał Górny
2024-07-30 2:47 Michał Górny
2024-07-30 2:47 Michał Górny
2024-07-26 1:57 Michał Górny
2024-07-26 1:57 Michał Górny
2024-07-19 4:25 Michał Górny
2024-07-18 1:56 Michał Górny
2024-07-18 1:56 Michał Górny
2024-07-05 16:29 Arthur Zamarin
2024-07-05 1:41 Michał Górny
2024-06-30 2:52 Michał Górny
2024-06-30 2:52 Michał Górny
2024-06-29 3:26 Michał Górny
2024-06-29 3:26 Michał Górny
2024-06-27 2:53 Michał Górny
2024-06-27 2:53 Michał Górny
2024-06-26 2:09 Michał Górny
2024-06-22 5:33 Michał Górny
2024-06-18 4:45 Michał Górny
2024-06-13 4:05 Michał Górny
2024-06-13 4:05 Michał Górny
2024-06-07 1:59 Michał Górny
2024-06-07 1:59 Michał Górny
2024-06-06 2:02 Michał Górny
2024-06-04 5:41 Michał Górny
2024-05-31 4:22 Michał Górny
2024-05-31 4:22 Michał Górny
2024-05-30 4:03 Michał Górny
2024-05-29 4:17 Michał Górny
2024-05-29 4:17 Michał Górny
2024-05-24 4:03 Michał Górny
2024-05-24 4:03 Michał Górny
2024-05-22 4:49 Michał Górny
2024-05-20 4:36 Michał Górny
2024-05-20 4:36 Michał Górny
2024-05-18 4:52 Michał Górny
2024-05-18 4:52 Michał Górny
2024-05-17 6:25 Michał Górny
2024-05-17 6:25 Michał Górny
2024-05-12 13:05 Michał Górny
2024-05-11 5:19 Michał Górny
2024-05-11 5:19 Michał Górny
2024-05-10 2:02 Michał Górny
2024-05-07 17:45 Michał Górny
2024-05-07 17:45 Michał Górny
2024-05-05 4:03 Michał Górny
2024-05-04 5:00 Michał Górny
2024-05-04 5:00 Michał Górny
2024-04-30 5:02 Michał Górny
2024-04-30 5:02 Michał Górny
2024-04-26 2:05 Michał Górny
2024-04-26 2:05 Michał Górny
2024-04-20 5:40 Michał Górny
2024-04-20 5:40 Michał Górny
2024-04-13 5:35 Arthur Zamarin
2024-04-11 4:25 Michał Górny
2024-04-10 6:15 Michał Górny
2024-04-09 6:01 Michał Górny
2024-04-09 6:01 Michał Górny
2024-04-05 2:45 Michał Górny
2024-04-04 4:16 Michał Górny
2024-04-03 5:31 Michał Górny
2024-03-29 5:16 Michał Górny
2024-03-27 3:37 Michał Górny
2024-03-27 3:37 Michał Górny
2024-03-21 5:39 Michał Górny
2024-03-20 19:21 Michał Górny
2024-03-20 6:28 Michał Górny
2024-03-20 6:28 Michał Górny
2024-03-19 20:09 Michał Górny
2024-03-19 7:20 Michał Górny
2024-03-15 5:06 Michał Górny
2024-03-12 17:51 Michał Górny
2024-03-09 16:20 Arthur Zamarin
2024-03-09 7:18 Michał Górny
2024-03-09 7:18 Michał Górny
2024-03-05 5:18 Michał Górny
2024-03-02 6:43 Michał Górny
2024-03-01 4:47 Michał Górny
2024-02-29 4:18 Michał Górny
2024-02-27 6:38 Michał Górny
2024-02-26 14:25 Michał Górny
2024-02-23 3:40 Michał Górny
2024-02-22 5:38 Michał Górny
2024-02-20 6:13 Michał Górny
2024-02-15 4:11 Michał Górny
2024-02-13 4:27 Michał Górny
2024-02-09 3:24 Michał Górny
2024-02-08 4:22 Michał Górny
2024-01-30 4:07 Michał Górny
2024-01-24 18:56 Michał Górny
2024-01-20 7:09 Michał Górny
2024-01-09 6:41 Michał Górny
2024-01-05 5:38 Michał Górny
2023-12-30 18:35 Michał Górny
2023-12-30 5:00 Michał Górny
2023-12-21 4:30 Michał Górny
2023-12-21 4:30 Michał Górny
2023-12-21 4:30 Michał Górny
2023-12-20 8:29 Michał Górny
2023-12-15 8:17 Michał Górny
2023-12-08 5:41 Michał Górny
2023-12-07 12:29 Michał Górny
2023-12-06 6:51 Michał Górny
2023-12-06 6:51 Michał Górny
2023-12-05 4:29 Michał Górny
2023-12-02 7:09 Michał Górny
2023-12-02 7:09 Michał Górny
2023-11-29 6:05 Michał Górny
2023-11-21 4:44 Michał Górny
2023-11-17 5:58 Michał Górny
2023-11-16 4:09 Michał Górny
2023-11-16 4:09 Michał Górny
2023-11-14 4:34 Michał Górny
2023-11-11 8:42 Michał Górny
2023-11-10 4:09 Michał Górny
2023-11-10 4:01 Michał Górny
2023-11-09 18:40 Arthur Zamarin
2023-11-09 4:15 Michał Górny
2023-11-03 7:06 Michał Górny
2023-11-02 5:44 Michał Górny
2023-11-01 5:08 Michał Górny
2023-10-31 6:25 Michał Górny
2023-10-26 3:12 Michał Górny
2023-10-22 6:55 Michał Górny
2023-10-21 3:40 Michał Górny
2023-10-20 4:42 Michał Górny
2023-10-18 5:06 Michał Górny
2023-10-17 18:57 Michał Górny
2023-10-14 6:29 Michał Górny
2023-10-14 6:29 Michał Górny
2023-10-11 3:22 Michał Górny
2023-10-07 4:43 Michał Górny
2023-10-06 4:23 Michał Górny
2023-10-05 2:58 Michał Górny
2023-10-04 5:18 Michał Górny
2023-09-29 19:13 Arthur Zamarin
2023-09-29 4:50 Michał Górny
2023-09-29 4:50 Michał Górny
2023-09-27 7:18 Michał Górny
2023-09-23 5:38 Michał Górny
2023-09-22 3:11 Michał Górny
2023-09-22 3:11 Michał Górny
2023-09-16 3:03 Michał Górny
2023-09-14 5:30 Michał Górny
2023-09-13 2:45 Michał Górny
2023-09-08 5:08 Michał Górny
2023-09-06 2:42 Michał Górny
2023-09-02 3:22 Michał Górny
2023-08-31 13:22 Michał Górny
2023-08-30 3:01 Michał Górny
2023-08-30 3:01 Michał Górny
2023-08-29 4:00 Michał Górny
2023-08-27 15:40 Michał Górny
2023-08-25 3:04 Michał Górny
2023-08-23 4:24 Michał Górny
2023-08-15 19:15 Michał Górny
2023-08-15 2:39 Michał Górny
2023-08-12 3:05 Michał Górny
2023-08-10 2:33 Michał Górny
2023-08-09 3:09 Michał Górny
2023-08-09 3:09 Michał Górny
2023-08-08 20:06 Michał Górny
2023-08-08 20:06 Michał Górny
2023-08-07 11:46 Michał Górny
2023-08-07 11:46 Michał Górny
2023-08-04 2:42 Michał Górny
2023-08-04 2:42 Michał Górny
2023-08-01 14:45 Michał Górny
2023-08-01 14:45 Michał Górny
2023-07-30 17:09 Sam James
2023-07-29 2:45 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1745386422.c543db2f54822f8f0640cce37c7c95387047a76b.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox