python3Packages.pynetdicom: 1.5.5 -> 1.5.6
This commit is contained in:
parent
876deb4103
commit
de5d734e0c
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pynetdicom";
|
pname = "pynetdicom";
|
||||||
version = "1.5.5";
|
version = "1.5.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pydicom";
|
owner = "pydicom";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0zjpscxdhlcv99py7jx5r6dw32nzbcr49isrzkdr6g3zwyxwzbfm";
|
sha256 = "sha256-xYwnv30I0+CAx4QODSeMNhdlM2NuM8v4J3rx99NdYCc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -32,6 +32,7 @@ buildPythonPackage rec {
|
|||||||
disabledTests = [
|
disabledTests = [
|
||||||
# Some tests needs network capabilities
|
# Some tests needs network capabilities
|
||||||
"test_str_types_empty"
|
"test_str_types_empty"
|
||||||
|
"test_associate_reject"
|
||||||
"TestEchoSCP"
|
"TestEchoSCP"
|
||||||
"TestEchoSCPCLI"
|
"TestEchoSCPCLI"
|
||||||
"TestStoreSCP"
|
"TestStoreSCP"
|
||||||
@ -49,7 +50,7 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/pydicom/pynetdicom";
|
homepage = "https://github.com/pydicom/pynetdicom";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
# Tests are not passing on Darwin, thus it's assumed that it doesn't work
|
# Tests are not passing on Darwin/Aarch64, thus it's assumed that it doesn't work
|
||||||
broken = stdenv.isDarwin;
|
broken = stdenv.isDarwin || stdenv.isAarch64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user