Merge pull request #334158 from r-ryantm/auto-update/python312Packages.labgrid
python312Packages.labgrid: 23.0.6 -> 24.0
This commit is contained in:
commit
882dc03604
@ -8,7 +8,6 @@
|
|||||||
lib,
|
lib,
|
||||||
mock,
|
mock,
|
||||||
openssh,
|
openssh,
|
||||||
packaging,
|
|
||||||
pexpect,
|
pexpect,
|
||||||
psutil,
|
psutil,
|
||||||
pyserial,
|
pyserial,
|
||||||
@ -21,35 +20,31 @@
|
|||||||
requests,
|
requests,
|
||||||
setuptools,
|
setuptools,
|
||||||
setuptools-scm,
|
setuptools-scm,
|
||||||
wheel,
|
|
||||||
xmodem,
|
xmodem,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "labgrid";
|
pname = "labgrid";
|
||||||
version = "23.0.6";
|
version = "24.0";
|
||||||
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "labgrid-project";
|
owner = "labgrid-project";
|
||||||
repo = "labgrid";
|
repo = "labgrid";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-UAfBzQZeFNs2UJSFb5fH5wHXQoVU/dOTFciR0/UB7vc=";
|
hash = "sha256-XlndAmLkDjb4S2BD85noTMJCeqa5srZocjgg1x6Ry/g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [
|
||||||
setuptools
|
setuptools
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
wheel
|
|
||||||
];
|
];
|
||||||
|
|
||||||
pyproject = true;
|
dependencies = [
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
|
||||||
ansicolors
|
ansicolors
|
||||||
attrs
|
attrs
|
||||||
autobahn
|
autobahn
|
||||||
jinja2
|
jinja2
|
||||||
packaging
|
|
||||||
pexpect
|
pexpect
|
||||||
pyserial
|
pyserial
|
||||||
pyudev
|
pyudev
|
||||||
@ -59,20 +54,10 @@ buildPythonPackage rec {
|
|||||||
xmodem
|
xmodem
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
|
||||||
"attrs"
|
|
||||||
"autobahn"
|
|
||||||
"jinja2"
|
|
||||||
"packaging"
|
|
||||||
"pexpect"
|
|
||||||
"pytest"
|
|
||||||
"pyudev"
|
|
||||||
"requests"
|
|
||||||
"xmodem"
|
|
||||||
];
|
|
||||||
|
|
||||||
pythonRemoveDeps = [ "pyserial-labgrid" ];
|
pythonRemoveDeps = [ "pyserial-labgrid" ];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "labgrid" ];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
mock
|
mock
|
||||||
openssh
|
openssh
|
||||||
@ -89,7 +74,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Embedded control & testing library";
|
description = "Embedded control & testing library";
|
||||||
homepage = "https://labgrid.org";
|
homepage = "https://github.com/labgrid-project/labgrid";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ emantor ];
|
maintainers = with maintainers; [ emantor ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user