mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
python313Packages.deebot-client: 12.2.0 -> 12.3.1
Diff: https://github.com/DeebotUniverse/client.py/compare/refs/tags/12.2.0...12.3.1 Changelog: https://github.com/DeebotUniverse/client.py/releases/tag/12.3.1
This commit is contained in:
parent
943f3a63de
commit
6ce8685c88
1 changed files with 5 additions and 12 deletions
|
@ -7,8 +7,6 @@
|
|||
defusedxml,
|
||||
docker,
|
||||
fetchFromGitHub,
|
||||
numpy,
|
||||
pillow,
|
||||
pkg-config,
|
||||
pycountry,
|
||||
pytest-asyncio,
|
||||
|
@ -16,7 +14,6 @@
|
|||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
rustPlatform,
|
||||
svg-py,
|
||||
testfixtures,
|
||||
xz,
|
||||
}:
|
||||
|
@ -26,7 +23,7 @@ buildPythonPackage rec {
|
|||
version = "12.3.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.12";
|
||||
disabled = pythonOlder "3.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "DeebotUniverse";
|
||||
|
@ -45,13 +42,12 @@ buildPythonPackage rec {
|
|||
"defusedxml"
|
||||
];
|
||||
|
||||
build-system = with rustPlatform; [
|
||||
cargoSetupHook
|
||||
maturinBuildHook
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
rustPlatform.cargoSetupHook
|
||||
rustPlatform.maturinBuildHook
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
buildInputs = [ xz ];
|
||||
|
||||
dependencies = [
|
||||
|
@ -59,9 +55,6 @@ buildPythonPackage rec {
|
|||
aiomqtt
|
||||
cachetools
|
||||
defusedxml
|
||||
numpy
|
||||
pillow
|
||||
svg-py
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue