16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
27 hash = "sha256-HhAzULVWkKOWDJ6IZyBy0MYc/YGAFkSTLIgpdyvw1eI=";
30 build-system = [ setuptools ];
45 pythonImportsCheck = [ "cdcs" ];
53 description = "Python client for performing REST calls to configurable data curation system (CDCS) databases";
54 homepage = "https://github.com/usnistgov/pycdcs";
55 changelog = "https://github.com/usnistgov/pycdcs/releases/tag/v${version}";
56 license = licenses.mit;
57 maintainers = with maintainers; [ fab ];