mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/narwhals: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
DIST narwhals-2.10.0.tar.gz 582423 BLAKE2B e1d961d62f313075320812d2efbedf732a1a02b69f225503caa6c8b853bb659f96b86578ea3835a66e310c7a1962041bebad15e69fae80e521ad2bf7175b52c6 SHA512 5ebbf759bd19dfd055d53671fe3a8f4a7275a6f6a8e7d72bfdfe58f1019afe3fc3a41375bc751a80592eb515910ec73068ff842eb89092dd530ccc3c6a68ad0c
|
||||
DIST narwhals-2.10.0.tar.gz.provenance 9767 BLAKE2B 25f9dae99f64be6b2e5bc079922a8ce9a6bc09662cb4f86eb3ff5a6356340d1e5795150905d832a5590925f7c561e9d3ac0bca2e2aaedad52962107772c29c47 SHA512 dcd0de9ac66c812d9412badb8a366befdc98b615b24424da3af3cc05c34a899fc9e597f73376abe89390a759b90a11225e63a081135c02b5423542eaba9e1340
|
||||
DIST narwhals-2.10.1.tar.gz 584727 BLAKE2B acfa7fadbfd32288072a16a82dab9f5d48a09dbb709179505954f3326308a62af2c4e444e602119a2c0799dd525531cc5e59b4878c1fec7e7ed7674e8ff0036a SHA512 7658296ace9415179a3eda3e9aa26435ced6b8f839f6eb46ba765ec47ea58a8c05d061e046bd3be451baa24cdf7d192a1acdcfc6c3be28d5f101458124848447
|
||||
DIST narwhals-2.10.1.tar.gz.provenance 9673 BLAKE2B 389bf3a168972d34fc772d79081870733f04e0cec13ca481dc19b516a727eaa58aceac307cac1fccf5e98f7bcaf56561d442e1a3a5e652bc1797cedb5e78cce8 SHA512 b4cfd42e7b909d1fd8d8bd48c96271e7c151cea112027559c8a425bb852bd4904b8eba806377083e8c620e492eb4b522aa9c12e50cca2eaf12928ba96643a7ce
|
||||
DIST narwhals-2.9.0.tar.gz 584098 BLAKE2B eb5a2e78e4cbc11de23a3cd758e3e70e51f83fca409964d700ff6d26fd5d403a0445fe01ae74b963ae2dc10d89707ff84276cf0df9b0646352c1e9f89d93ce5a SHA512 8d6adcf5c1f189de4b0bef1ffe87a29769d35f9a11022974104d215a3cfd99cd913d8f128e14b2ff7729b458c67c3b6822257c73c2946efa43db2fef76d5062f
|
||||
DIST narwhals-2.9.0.tar.gz.provenance 9657 BLAKE2B 80e388069286c4481bcee98614a9bea360f722db6491de4cbbd594d32cb1f74140c45f2983ebaa9885739c029b11454eae6f58486aeea2c29453c53eae481173 SHA512 8688f4848cb5bd507a6266bba49d8c515c096d8a99952c81c3bdc3ff61b101b71e83f8bb1aaab6fb41c93863c9250eb36a656b9e117c37b7b394f40843db7be6
|
||||
|
||||
@@ -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..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"
|
||||
}
|
||||
@@ -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..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"
|
||||
}
|
||||
Reference in New Issue
Block a user