14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
24 hash = "sha256-iOw9cVWP5Am4S9JQ0NTmtew38KZiKmau+19K2KG2aKQ=";
27 nativeBuildInputs = [ setuptools ];
29 propagatedBuildInputs = [
37 # tests missing in PyPI dist and require network access and Docker container
40 pythonImportsCheck = [ "xnat" ];
43 homepage = "https://xnat.readthedocs.io";
44 description = "New XNAT client (distinct from pyxnat) that exposes XNAT objects/functions as Python objects/functions";
45 changelog = "https://gitlab.com/radiology/infrastructure/xnatpy/-/blob/${version}/CHANGELOG?ref_type=tags";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ bcdarwin ];