python3Packages.pydmd: 1.0.0 -> 2025.01.01
https://github.com/PyDMD/PyDMD/releases/tag/2025.01.01
This commit is contained in:
parent
20fe6ff4ae
commit
5651969379
@ -17,7 +17,7 @@
|
|||||||
let
|
let
|
||||||
self = buildPythonPackage rec {
|
self = buildPythonPackage rec {
|
||||||
pname = "pydmd";
|
pname = "pydmd";
|
||||||
version = "1.0.0";
|
version = "2025.01.01";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
@ -25,8 +25,8 @@ let
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PyDMD";
|
owner = "PyDMD";
|
||||||
repo = "PyDMD";
|
repo = "PyDMD";
|
||||||
tag = "v${version}";
|
tag = version;
|
||||||
hash = "sha256-vprvq3sl/eNtu4cqg0A4XV96dzUt0nOtPmfwEv0h+PI=";
|
hash = "sha256-edjBr0LsfyBEi4YZiTY0GegqgESWgSFennZOi2YFhC4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
@ -55,7 +55,7 @@ let
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python Dynamic Mode Decomposition";
|
description = "Python Dynamic Mode Decomposition";
|
||||||
homepage = "https://pydmd.github.io/PyDMD/";
|
homepage = "https://pydmd.github.io/PyDMD/";
|
||||||
changelog = "https://github.com/PyDMD/PyDMD/releases/tag/v${version}";
|
changelog = "https://github.com/PyDMD/PyDMD/releases/tag/${src.tag}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ yl3dy ];
|
maintainers = with maintainers; [ yl3dy ];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user