From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/narwhals/
Date: Sat, 07 Jun 2025 06:13:28 +0000 (UTC) [thread overview]
Message-ID: <1749276797.62fec93a7e880032f8252d500f75b316ab33d5ae.mgorny@gentoo> (raw)
commit: 62fec93a7e880032f8252d500f75b316ab33d5ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 7 04:36:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 06:13:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62fec93a
dev-python/narwhals: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/narwhals/Manifest | 2 --
dev-python/narwhals/narwhals-1.39.1.ebuild | 36 ------------------------------
dev-python/narwhals/narwhals-1.40.0.ebuild | 36 ------------------------------
3 files changed, 74 deletions(-)
diff --git a/dev-python/narwhals/Manifest b/dev-python/narwhals/Manifest
index 48459254d9b1..5a40f669b4f8 100644
--- a/dev-python/narwhals/Manifest
+++ b/dev-python/narwhals/Manifest
@@ -1,3 +1 @@
-DIST narwhals-1.39.1.tar.gz 484444 BLAKE2B a3e1913a99fbe2602cdc9f6a1ae6c218e66f053365b68e682a2d32d60d600986bcdb1fddfa4b7fd7c2910bf2283f7f0add47a191594e0417f090160362651aa3 SHA512 8d4a6fc5220145db0b36901366dbeaa86956b773fb94dda3d4c84ab69abfbb26a2bf1da29b8d24a1cc2c8d11c3a3b124cb7c5a5cbafabb1813bec41a77093086
-DIST narwhals-1.40.0.tar.gz 487625 BLAKE2B c92c5447b2f7f782f93620b6772780e7d111795d190e593eef2820b3229165f4706b7f650d84bf55524053b884e6243cb6312df2b84d510e15fbd8d8602111c4 SHA512 820f8633a86283cd35cf4d672e1894fdbd7f7432de5b1fb03435790eaf73d714aad261c812bf8d329524f5ebabee07d8394b315de366186babe55ada18fbc18e
DIST narwhals-1.41.0.tar.gz 488446 BLAKE2B dbf5144fd96e4a4a555c88b32bb9acbdbcb419b3c2ddb61a4283ac492c100d4eadcd76f6e286295f0575a1d0ca24247928c2b31085230b66a028bdf9c291a36d SHA512 41492fd945863b2e87440983892b81e237e7cfdab0996eba7721b69b648a1c9267b21499494630750424dabbf50b5a5d756ae25ed76ec96346038715da2aaf85
diff --git a/dev-python/narwhals/narwhals-1.39.1.ebuild b/dev-python/narwhals/narwhals-1.39.1.ebuild
deleted file mode 100644
index e621005c0bf0..000000000000
--- a/dev-python/narwhals/narwhals-1.39.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Extremely lightweight compatibility layer between dataframe libraries"
-HOMEPAGE="
- https://github.com/narwhals-dev/narwhals/
- https://pypi.org/project/narwhals/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-BDEPEND="
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/pyarrow[${PYTHON_USEDEP}]
- dev-python/pytest-env[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest --runslow --constructors="pandas,pandas[nullable],pandas[pyarrow],pyarrow"
-}
diff --git a/dev-python/narwhals/narwhals-1.40.0.ebuild b/dev-python/narwhals/narwhals-1.40.0.ebuild
deleted file mode 100644
index e621005c0bf0..000000000000
--- a/dev-python/narwhals/narwhals-1.40.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Extremely lightweight compatibility layer between dataframe libraries"
-HOMEPAGE="
- https://github.com/narwhals-dev/narwhals/
- https://pypi.org/project/narwhals/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-BDEPEND="
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/pyarrow[${PYTHON_USEDEP}]
- dev-python/pytest-env[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest --runslow --constructors="pandas,pandas[nullable],pandas[pyarrow],pyarrow"
-}
next reply other threads:[~2025-06-07 6:13 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-07 6:13 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-14 6:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/narwhals/ Michał Górny
2025-10-14 6:48 Michał Górny
2025-10-07 2:32 Michał Górny
2025-10-07 2:32 Michał Górny
2025-09-30 5:58 Michał Górny
2025-09-30 5:58 Michał Górny
2025-09-13 5:10 Michał Górny
2025-09-13 5:10 Michał Górny
2025-09-09 3:22 Michał Górny
2025-09-09 3:22 Michał Górny
2025-09-02 5:02 Michał Górny
2025-08-26 4:56 Michał Górny
2025-08-26 4:56 Michał Górny
2025-08-16 5:33 Michał Górny
2025-08-16 5:33 Michał Górny
2025-08-13 8:07 Michał Górny
2025-08-11 19:08 Michał Górny
2025-08-09 7:04 Michał Górny
2025-07-29 2:42 Michał Górny
2025-07-25 5:57 Michał Górny
2025-07-22 6:01 Michał Górny
2025-07-22 6:01 Michał Górny
2025-07-18 4:39 Michał Górny
2025-07-15 4:49 Michał Górny
2025-07-15 4:49 Michał Górny
2025-07-08 6:03 Michał Górny
2025-07-08 6:03 Michał Górny
2025-07-02 4:55 Michał Górny
2025-07-02 4:55 Michał Górny
2025-06-24 5:00 Michał Górny
2025-06-20 5:02 Michał Górny
2025-06-20 5:02 Michał Górny
2025-06-17 3:40 Michał Górny
2025-06-17 3:40 Michał Górny
2025-06-13 4:16 Michał Górny
2025-06-10 1:59 Michał Górny
2025-06-10 1:59 Michał Górny
2025-06-07 6:13 Michał Górny
2025-05-27 3:24 Michał Górny
2025-05-20 1:52 Michał Górny
2025-05-20 1:52 Michał Górny
2025-05-16 4:04 Michał Górny
2025-05-13 1:54 Michał Górny
2025-05-09 1:52 Michał Górny
2025-04-30 5:36 Michał Górny
2025-04-29 4:36 Michał Górny
2025-04-29 4:36 Michał Górny
2025-04-24 1:55 Michał Górny
2025-04-15 14:19 Michał Górny
2025-04-15 6:13 Michał Górny
2025-04-15 6:13 Michał Górny
2025-04-10 3:15 Michał Górny
2025-04-08 4:45 Michał Górny
2025-04-01 7:02 Michał Górny
2025-03-25 8:15 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=1749276797.62fec93a7e880032f8252d500f75b316ab33d5ae.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