python3Packages.dbus-fast: 2.44.5 -> 2.46.3
Diff: https://github.com/Bluetooth-Devices/dbus-fast/compare/v2.44.5...v2.46.3 Changelog: https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v2.44.6 https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v2.45.0 https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v2.45.1 https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v2.45.2 https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v2.45.3 https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v2.46.0 https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v2.46.1 https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v2.46.2 https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v2.46.3
This commit is contained in:
@@ -11,27 +11,24 @@
|
||||
pytest-codspeed,
|
||||
pytest-cov-stub,
|
||||
python,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbus-fast";
|
||||
version = "2.44.5";
|
||||
version = "2.46.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Bluetooth-Devices";
|
||||
repo = "dbus-fast";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-dDUZjV6bwSlWclKmJAROB4OQsCzTUswmYe2LmFiIiz0=";
|
||||
hash = "sha256-Z/TuYRpmMTU86pJAFDY2J9RG4YfsDcOJsl+71yEVgSI=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user