commit:     bb26c0efbbd9e46cbfb50024e1558d7acd5252a6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 01:42:25 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 20 01:42:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb26c0ef

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.38.2.ebuild | 41 ------------------------------
 dev-python/narwhals/narwhals-1.39.0.ebuild | 36 --------------------------
 3 files changed, 79 deletions(-)

diff --git a/dev-python/narwhals/Manifest b/dev-python/narwhals/Manifest
index 5e56a51f8fa9..d76c535af3b5 100644
--- a/dev-python/narwhals/Manifest
+++ b/dev-python/narwhals/Manifest
@@ -1,3 +1 @@
-DIST narwhals-1.38.2.gh.tar.gz 715904 BLAKE2B 
b813fbf86e9210d3d232e06a5de390678742c81ccc6338d3f3c8e79bdd3c95046b947e8924ef736d55b40ed0808cf505e190e0cba14f33f6e46560396847ab99
 SHA512 
d0e01b754c77ff9764d42360cfcc38f35b1282ed1ce162f69dc1f28299484d1723de4ac13eadf8f7f8852c665c01f2ff9650f3103575e1781cfe5791d3f8748c
-DIST narwhals-1.39.0.tar.gz 471928 BLAKE2B 
c62550cf86de2fe03a677d01b36086c210ba8fd48dd227ef1522647e065386afed3458e5e7dbf45f90c770db258554b7679ce98a5817e7530e3135b84799479d
 SHA512 
0aab6ff4a9b8b5ee8eedcfab80a90cb1573ade28fdb1ff6b66f9d472f59be529cbe7d4d6e9d21427ff39bca32173481dd72bca8ff0c066490eddc8e2a2afadfc
 DIST narwhals-1.39.1.tar.gz 484444 BLAKE2B 
a3e1913a99fbe2602cdc9f6a1ae6c218e66f053365b68e682a2d32d60d600986bcdb1fddfa4b7fd7c2910bf2283f7f0add47a191594e0417f090160362651aa3
 SHA512 
8d4a6fc5220145db0b36901366dbeaa86956b773fb94dda3d4c84ab69abfbb26a2bf1da29b8d24a1cc2c8d11c3a3b124cb7c5a5cbafabb1813bec41a77093086

diff --git a/dev-python/narwhals/narwhals-1.38.2.ebuild 
b/dev-python/narwhals/narwhals-1.38.2.ebuild
deleted file mode 100644
index 937934d8aef9..000000000000
--- a/dev-python/narwhals/narwhals-1.38.2.ebuild
+++ /dev/null
@@ -1,41 +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
-
-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 ~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.39.0.ebuild 
b/dev-python/narwhals/narwhals-1.39.0.ebuild
deleted file mode 100644
index e621005c0bf0..000000000000
--- a/dev-python/narwhals/narwhals-1.39.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"
-}

Reply via email to