15 buildPythonPackage rec {
17 inherit (duckdb) version src patches;
18 format = "setuptools";
22 substituteInPlace setup.py --replace "multiprocessing.cpu_count()" "$NIX_BUILD_CORES"
25 SETUPTOOLS_SCM_PRETEND_VERSION = version;
32 propagatedBuildInputs = [
44 pythonImportsCheck = [
49 description = "Python binding for DuckDB";
50 homepage = "https://duckdb.org/";
51 license = licenses.mit;
52 maintainers = with maintainers; [ costrouc cpcloud ];