python312Packages.systembridgemodels: 4.0.4 -> 4.1.0
Diff: https://github.com/timmo001/system-bridge-models/compare/refs/tags/4.0.4...4.1.0 Changelog: https://github.com/timmo001/system-bridge-models/releases/tag/4.1.0
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "systembridgemodels";
|
||||
version = "4.0.4";
|
||||
version = "4.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
@@ -19,17 +19,17 @@ buildPythonPackage rec {
|
||||
owner = "timmo001";
|
||||
repo = "system-bridge-models";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-iFJ95ouhfbaC0D2Gkc1KO+JueYTFTOj1unnYSDyPAe8=";
|
||||
hash = "sha256-wyTlkbrf9H1mdVyZP234nVDuls/QrFXcv3pXhztp9+A=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace systembridgemodels/_version.py \
|
||||
--replace-fail ", dev=1" ""
|
||||
--replace-fail ", dev=0" ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [ incremental ];
|
||||
dependencies = [ incremental ];
|
||||
|
||||
pythonImportsCheck = [ "systembridgemodels" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user