python312Packages.systembridgemodels: 4.1.0 -> 4.2.4
Diff: https://github.com/timmo001/system-bridge-models/compare/refs/tags/4.1.0...4.2.4 Changelog: https://github.com/timmo001/system-bridge-models/releases/tag/4.2.0 https://github.com/timmo001/system-bridge-models/releases/tag/4.2.1 https://github.com/timmo001/system-bridge-models/releases/tag/4.2.2 https://github.com/timmo001/system-bridge-models/releases/tag/4.2.3 https://github.com/timmo001/system-bridge-models/releases/tag/4.2.4
This commit is contained in:
parent
ea9ce2f200
commit
0e51ad6839
@ -6,11 +6,12 @@
|
||||
setuptools,
|
||||
incremental,
|
||||
pytestCheckHook,
|
||||
syrupy,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "systembridgemodels";
|
||||
version = "4.1.0";
|
||||
version = "4.2.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
@ -19,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "timmo001";
|
||||
repo = "system-bridge-models";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-wyTlkbrf9H1mdVyZP234nVDuls/QrFXcv3pXhztp9+A=";
|
||||
hash = "sha256-FjHDd7nI30ChaClL0b1ME9Zv+DV0BiMsfgGOKQF/qBk=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -27,13 +28,26 @@ buildPythonPackage rec {
|
||||
--replace-fail ", dev=0" ""
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [
|
||||
incremental
|
||||
setuptools
|
||||
];
|
||||
|
||||
dependencies = [ incremental ];
|
||||
|
||||
pythonImportsCheck = [ "systembridgemodels" ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
syrupy
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
"test_system"
|
||||
"test_update"
|
||||
];
|
||||
|
||||
pytestFlagsArray = [ "--snapshot-warn-unused" ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/timmo001/system-bridge-models/releases/tag/${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user