commit: 618c2666e3ed2991f996de7b86f3c0c3d6341d9a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 11 06:25:55 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 06:25:55 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618c2666
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.16.0.ebuild | 44 ------------------------------ 2 files changed, 46 deletions(-) diff --git a/dev-python/narwhals/Manifest b/dev-python/narwhals/Manifest index 07a813a3cf41..40656841f52e 100644 --- a/dev-python/narwhals/Manifest +++ b/dev-python/narwhals/Manifest @@ -1,4 +1,2 @@ -DIST narwhals-2.16.0.tar.gz 618268 BLAKE2B b4b67f78a5e9cff9f8d4a6a17e363399d1f6cf5b068f2e8bb6a8a92beb31fe7853567b5537d5786aaf39fe53b6c416a70079418bbb48f9b7d1158f0bc73b1981 SHA512 2c2a3b08419644a098cee09e613538e7c6c1b0fad2a2b9e58362a1a0787c0b9761b5126a22af44f0c308e4ea3764f166b2b69b3e038b7a660179658d3cfd1f40 -DIST narwhals-2.16.0.tar.gz.provenance 9706 BLAKE2B 1d424ad3255e05303bea8d892b3d2ed49634d958f95582722505a4e2d2f6745252fed52838dec5e2e74132b48e72f02b30e8b27b099fcffd160f915894d46f51 SHA512 e20cc4963dbb09502f6dce4f627eebd6e8a3b7358d5cc5e3d10061dd9d4a861612bcb914d09cb9d7eb8e3f640aecf4a98f98392b60bb7bf1e2598f7790fedae4 DIST narwhals-2.17.0.tar.gz 620306 BLAKE2B 58edb65ef1022b2f7a3da7f75c10222a8b18febcf0995d6053c8e08a10a63b6c50daa4b0c264a2d9cdfa70117e5d2f0e7c37d0def82d35f287f48e01c00f7d08 SHA512 5253fa53665413cfe963fee2984fbd48073587e8c3193fc27850a09f8a1e560e4cd3c00377434e74c7b2739ca7aa305cc2edda3e7c3088dd1966fa4f8ad125c1 DIST narwhals-2.17.0.tar.gz.provenance 9800 BLAKE2B 434bc7affb654395e12089547f4a7c1d7742472bd91426e53f25264f03304b1d8168b8ce1d47948f294d59683eb1872d462d1a4c73fa2268eee294e88e5bcbbb SHA512 53cff878ba41d20a261f55d29d7381ca4f89eb16ecf07294b3f2d359c142ba1799ba4c1c45481af072273aa1321d075d725d57d7f3fc9b6a14689b66fae29891 diff --git a/dev-python/narwhals/narwhals-2.16.0.ebuild b/dev-python/narwhals/narwhals-2.16.0.ebuild deleted file mode 100644 index 4748f05eec90..000000000000 --- a/dev-python/narwhals/narwhals-2.16.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2025-2026 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..14} ) - -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" -}
