Robert Schütz
2025-11-16 09:06:23 -08:00
parent 74d29a0670
commit 6813c6a9d1

View File

@@ -11,27 +11,24 @@
pytest-codspeed, pytest-codspeed,
pytest-cov-stub, pytest-cov-stub,
python, python,
pythonOlder,
setuptools, setuptools,
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "dbus-fast"; pname = "dbus-fast";
version = "2.44.5"; version = "2.46.3";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Bluetooth-Devices"; owner = "Bluetooth-Devices";
repo = "dbus-fast"; repo = "dbus-fast";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-dDUZjV6bwSlWclKmJAROB4OQsCzTUswmYe2LmFiIiz0="; hash = "sha256-Z/TuYRpmMTU86pJAFDY2J9RG4YfsDcOJsl+71yEVgSI=";
}; };
postPatch = '' postPatch = ''
substituteInPlace pyproject.toml \ substituteInPlace pyproject.toml \
--replace-fail "Cython>=3,<3.1.0" Cython --replace-fail "Cython>=3,<3.3.0" Cython
''; '';
# The project can build both an optimized cython version and an unoptimized # The project can build both an optimized cython version and an unoptimized