python312Packages.highdicom: 0.23.1 -> 0.24.0
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
pylibjpeg,
|
||||
pylibjpeg-libjpeg,
|
||||
setuptools,
|
||||
typing-extensions,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -23,7 +24,7 @@ let
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "highdicom";
|
||||
version = "0.23.1";
|
||||
version = "0.24.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@@ -32,7 +33,7 @@ buildPythonPackage rec {
|
||||
owner = "MGHComputationalPathology";
|
||||
repo = "highdicom";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-LrsG85/bpqIEP++LgvyaVyw4tMsuUTtHNwWl7apuToM=";
|
||||
hash = "sha256-1LRXJkltRLtPJ/NrFZVyjTusXfmcEVOTFEuq0gOI+yQ=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -44,6 +45,7 @@ buildPythonPackage rec {
|
||||
pillow
|
||||
pillow-jpls
|
||||
pydicom
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
@@ -77,6 +79,7 @@ buildPythonPackage rec {
|
||||
"test_rgb_jpegls"
|
||||
"test_construction_autotile"
|
||||
"test_pixel_types_fractional"
|
||||
"test_pixel_types_labelmap"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
||||
Reference in New Issue
Block a user