mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +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,
|
defusedxml,
|
||||||
docker,
|
docker,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
numpy,
|
|
||||||
pillow,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
pycountry,
|
pycountry,
|
||||||
pytest-asyncio,
|
pytest-asyncio,
|
||||||
|
@ -16,7 +14,6 @@
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
svg-py,
|
|
||||||
testfixtures,
|
testfixtures,
|
||||||
xz,
|
xz,
|
||||||
}:
|
}:
|
||||||
|
@ -26,7 +23,7 @@ buildPythonPackage rec {
|
||||||
version = "12.3.1";
|
version = "12.3.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.12";
|
disabled = pythonOlder "3.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "DeebotUniverse";
|
owner = "DeebotUniverse";
|
||||||
|
@ -45,13 +42,12 @@ buildPythonPackage rec {
|
||||||
"defusedxml"
|
"defusedxml"
|
||||||
];
|
];
|
||||||
|
|
||||||
build-system = with rustPlatform; [
|
nativeBuildInputs = [
|
||||||
cargoSetupHook
|
pkg-config
|
||||||
maturinBuildHook
|
rustPlatform.cargoSetupHook
|
||||||
|
rustPlatform.maturinBuildHook
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
|
||||||
|
|
||||||
buildInputs = [ xz ];
|
buildInputs = [ xz ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
@ -59,9 +55,6 @@ buildPythonPackage rec {
|
||||||
aiomqtt
|
aiomqtt
|
||||||
cachetools
|
cachetools
|
||||||
defusedxml
|
defusedxml
|
||||||
numpy
|
|
||||||
pillow
|
|
||||||
svg-py
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue