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, 01 Apr 2025 07:02:14 +0000 (UTC)	[thread overview]
Message-ID: <1743490928.87d4684b397db31a97386ac92f5d94f8e8c943d8.mgorny@gentoo> (raw)

commit:     87d4684b397db31a97386ac92f5d94f8e8c943d8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  1 06:40:38 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr  1 07:02:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d4684b

dev-python/narwhals: Bump to 1.33.0

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

 dev-python/narwhals/Manifest               |  1 +
 dev-python/narwhals/narwhals-1.33.0.ebuild | 41 ++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/narwhals/Manifest b/dev-python/narwhals/Manifest
index be13237a8044..f4f18a4b9c57 100644
--- a/dev-python/narwhals/Manifest
+++ b/dev-python/narwhals/Manifest
@@ -1 +1,2 @@
 DIST narwhals-1.32.0.gh.tar.gz 683557 BLAKE2B 830ff49ba0c3dd41b9b35d78a29693b8d79a35e5be8a77a9cc4980f7e853fb60ae2221b486df8d17499608c97bf92aa74b199b048eb0b3ab8249c5e4906864e4 SHA512 cdae2b4b579bd011d57fd6f0b6e9fbff7150f97f03f94044c3ba31ca95a782bded605607d7281fe717d765adbb1e7409f16c4031c0df51b20ffa99fb10479889
+DIST narwhals-1.33.0.gh.tar.gz 689586 BLAKE2B e3e3b8540caf66e599dab3df78860eff10ab2b502a0c1d51054aff2cd573a0f2f11d1a8f95a67273311ea00b8469b33e1e43189abff33b0160f45bb1a324b78d SHA512 03ee9992e7dcbf70a24bed784b890344831116891109001032ffadda24234c6c62a6a975e9765989789dc05ea93396b7fc8b2ab8f0aac40d0cc162de7c388843

diff --git a/dev-python/narwhals/narwhals-1.33.0.ebuild b/dev-python/narwhals/narwhals-1.33.0.ebuild
new file mode 100644
index 000000000000..cdea211899e5
--- /dev/null
+++ b/dev-python/narwhals/narwhals-1.33.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Extremely lightweight compatibility layer between dataframe libraries"
+HOMEPAGE="
+	https://github.com/narwhals-dev/narwhals/
+	https://pypi.org/project/narwhals/
+"
+# https://github.com/narwhals-dev/narwhals/issues/2284
+SRC_URI="
+	https://github.com/narwhals-dev/narwhals/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+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[pyarrow],pyarrow"
+}


             reply	other threads:[~2025-04-01  7:02 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-01  7:02 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-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-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=1743490928.87d4684b397db31a97386ac92f5d94f8e8c943d8.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