commit:     60b4b09cb1c2fc22427d9dfa28cbc6bc583b1324
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 15 05:00:22 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 15 06:13:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b4b09c

dev-python/narwhals: Remove old

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

 dev-python/narwhals/Manifest               |  3 ---
 dev-python/narwhals/narwhals-1.32.0.ebuild | 41 ------------------------------
 dev-python/narwhals/narwhals-1.33.0.ebuild | 41 ------------------------------
 dev-python/narwhals/narwhals-1.34.0.ebuild | 41 ------------------------------
 4 files changed, 126 deletions(-)

diff --git a/dev-python/narwhals/Manifest b/dev-python/narwhals/Manifest
index 25d784721131..64cc9a1cda62 100644
--- a/dev-python/narwhals/Manifest
+++ b/dev-python/narwhals/Manifest
@@ -1,4 +1 @@
-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
-DIST narwhals-1.34.0.gh.tar.gz 692545 BLAKE2B 
9463525dc1e1e8601abd071d76a1acd603b5d1d8a5ad872434fe33d498844a99d5d3f67f074ff00272e8bc671a064aeed406a912f1a955ad4a760431b8e5aff5
 SHA512 
4ed6ef2d896bb94cb75cb2584eeef669a14808b223a984cd89d7b648274d50cb85c1dc516e103a6c19dcf1ce56081b159ebf2503ed8d53088a8d7c78abfb0dc2
 DIST narwhals-1.34.1.gh.tar.gz 692736 BLAKE2B 
cdde47102f74ab7cb3917943997f003020d58c4470e2be0ce512683fe45334e85fe5614b7984e1a1ca1c200576bdcc194ed537e3f0a2b8b99c712af2c61a650e
 SHA512 
83aa76aa208f7faff0bb9a24ce31fb8e1d91aed9edc1376790d61c561f580b441f4016b1bb9cdb0ca849d432c09392bd9fd697da7631a7ac2af2779314fe6ba9

diff --git a/dev-python/narwhals/narwhals-1.32.0.ebuild 
b/dev-python/narwhals/narwhals-1.32.0.ebuild
deleted file mode 100644
index cdea211899e5..000000000000
--- a/dev-python/narwhals/narwhals-1.32.0.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_{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"
-}

diff --git a/dev-python/narwhals/narwhals-1.33.0.ebuild 
b/dev-python/narwhals/narwhals-1.33.0.ebuild
deleted file mode 100644
index cdea211899e5..000000000000
--- a/dev-python/narwhals/narwhals-1.33.0.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_{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"
-}

diff --git a/dev-python/narwhals/narwhals-1.34.0.ebuild 
b/dev-python/narwhals/narwhals-1.34.0.ebuild
deleted file mode 100644
index cdea211899e5..000000000000
--- a/dev-python/narwhals/narwhals-1.34.0.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_{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 via email to