13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
23 hash = "sha256-iOw9cVWP5Am4S9JQ0NTmtew38KZiKmau+19K2KG2aKQ=";
26 nativeBuildInputs = [ setuptools ];
28 propagatedBuildInputs = [
36 # tests missing in PyPI dist and require network access and Docker container
39 pythonImportsCheck = [ "xnat" ];
42 homepage = "https://xnat.readthedocs.io";
44 "A 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 ];