public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue, 21 Oct 2025 06:48:19 +0000 (UTC)	[thread overview]
Message-ID: <1761029154.7d10f00550a37bfeb52fc9cba10bcd2753bceefe.mgorny@gentoo> (raw)

commit:     7d10f00550a37bfeb52fc9cba10bcd2753bceefe
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 21 06:36:43 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 21 06:45:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d10f005

dev-python/narwhals: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/narwhals/Manifest              |  2 --
 dev-python/narwhals/narwhals-2.7.0.ebuild | 44 -------------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-python/narwhals/Manifest b/dev-python/narwhals/Manifest
index 2214685b6f9d..7ea0df14c5af 100644
--- a/dev-python/narwhals/Manifest
+++ b/dev-python/narwhals/Manifest
@@ -1,4 +1,2 @@
-DIST narwhals-2.7.0.tar.gz 569315 BLAKE2B d46de1c1fedd58872adb7104e325b78479837d6bd2eaeef0f290f926b6d78493135267bab3b4a6d698f561fdefb918709f5fe60475bbd126025eaf516c4fe3ba SHA512 fc4334f2dd99b459b3a27698acf514d9c5ac21c753ba4099b371db6a24aff4538f3bc9f67537bc60368f6543c3169947dc120206b04bdd60996cf25bfe2c158a
-DIST narwhals-2.7.0.tar.gz.provenance 9790 BLAKE2B a1a2bf3aaed9864611e9f6bd648df67a6478c5846fb38b1ae30fcd3914305a9f3de7fdc765c821353c99f888e6f7f2504818f4b9d887554406d7757028a9403a SHA512 415b7ce737fb197ccff6340ce42c8d7a0b1005af6817267af46b68e3e517b01602a756f7800f1d48d73e462aa565480245432c3d961e18bc1eb7b9dda37da42b
 DIST narwhals-2.8.0.tar.gz 574277 BLAKE2B 6aa0b9d519a5c01a6d0ed05093f2a53771d25d18db106b72499f88ec8ceea23bc6f1d3f62fb6a256ef2aa4a1c8198740125f907b6f0b6c564988faa597087f80 SHA512 2ceeac7723f692f5397e74ce16c1ba293e7686c8e89832548733208e4fa75d2a117f364c2d21504ac9a6f5e097b9178fcc2c87e85bd9db9f80221cdad3013a45
 DIST narwhals-2.8.0.tar.gz.provenance 9653 BLAKE2B 90a4af2e5780858f411ba8108b06b71085d9eb0c6fed03738d48b050490bf25286b87be7f41d2468d03b02d2ac12a60aa161d6012a15d77ed943c2695bbe7be8 SHA512 eb7ae5b01d96a99218acb630b5e57db1c7de0809c51b2cde7e48a0c0db86204064877a49d67e4f8c75e3b506d32da61fb7b523839213e4cc3a9427da2392a748

diff --git a/dev-python/narwhals/narwhals-2.7.0.ebuild b/dev-python/narwhals/narwhals-2.7.0.ebuild
deleted file mode 100644
index cf9a618b06d8..000000000000
--- a/dev-python/narwhals/narwhals-2.7.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYPI_VERIFY_REPO=https://github.com/narwhals-dev/narwhals
-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/pandas-1.1.3[${PYTHON_USEDEP}]
-		>=dev-python/pyarrow-13.0.0[${PYTHON_USEDEP}]
-	)
-"
-
-EPYTEST_PLUGINS=( hypothesis pytest-env )
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# segfaults
-		# https://github.com/apache/arrow/issues/47252
-		'tests/modern_polars/unpivot_test.py::test_unpivot[pyarrow]'
-		# fragile to parallel merges that can cause non-atomic .dist-info
-		# changes
-		tests/system_info_test.py::test_get_sys_info
-	)
-
-	epytest --runslow --constructors="pandas,pandas[nullable],pandas[pyarrow],pyarrow"
-}


             reply	other threads:[~2025-10-21  6:48 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-21  6:48 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-11-01  6:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/narwhals/ Michał Górny
2025-10-28  6:33 Michał Górny
2025-10-28  6:33 Michał Górny
2025-10-21  6:48 Michał Górny
2025-10-18 17:33 Michał Górny
2025-10-14  6:48 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-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=1761029154.7d10f00550a37bfeb52fc9cba10bcd2753bceefe.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