Merge pull request #236779 from r-ryantm/auto-update/python310Packages.pymedio
python310Packages.pymedio: 0.2.13 -> 0.2.14
This commit is contained in:
commit
748209b906
@ -12,22 +12,21 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pymedio";
|
pname = "pymedio";
|
||||||
version = "0.2.13";
|
version = "0.2.14";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jcreinhold";
|
owner = "jcreinhold";
|
||||||
repo = "pymedio";
|
repo = "pymedio";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-iHbClOrtYkHT1Nar+5j/ig4Krya8LdQdFB4Mmm5B9bg=";
|
hash = "sha256-x3CHoWASDrUoCXfj73NF+0Y/3Mb31dK2Lh+o4OD9ryk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# relax Python dep to work with 3.10.x and 3.11.x
|
propagatedBuildInputs = [
|
||||||
postPatch = ''
|
numpy
|
||||||
substituteInPlace setup.cfg --replace "!=3.10.*," "" --replace "!=3.11.*" ""
|
];
|
||||||
'';
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ numpy ];
|
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
@ -44,6 +43,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Read medical image files into Numpy arrays";
|
description = "Read medical image files into Numpy arrays";
|
||||||
homepage = "https://github.com/jcreinhold/pymedio";
|
homepage = "https://github.com/jcreinhold/pymedio";
|
||||||
|
changelog = "https://github.com/jcreinhold/pymedio/blob/v${version}/HISTORY.rst";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ bcdarwin ];
|
maintainers = with maintainers; [ bcdarwin ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user