python3Packages.parquet: cleanup

This commit is contained in:
Gaetan Lepage
2025-12-21 23:17:20 +00:00
parent 2d79d2f19b
commit 57b2a0b13c
@@ -1,21 +1,29 @@
{
lib,
buildPythonPackage,
cramjam,
cython,
fetchFromGitHub,
# build-system
cython,
setuptools,
setuptools-scm,
# nativeBuildInputs
gitMinimal,
# dependencies
cramjam,
fsspec,
git,
numpy,
packaging,
pandas,
pytestCheckHook,
# optional-dependencies
python-lzo,
# tests
pytestCheckHook,
python,
pythonOlder,
setuptools-scm,
setuptools,
wheel,
}:
buildPythonPackage rec {
@@ -23,8 +31,6 @@ buildPythonPackage rec {
version = "2025.12.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "dask";
repo = "fastparquet";
@@ -33,15 +39,13 @@ buildPythonPackage rec {
};
build-system = [
cython
setuptools
setuptools-scm
wheel
];
nativeBuildInputs = [
cython
git
numpy
gitMinimal
];
dependencies = [