15 buildPythonPackage rec {
18 format = "setuptools";
20 disabled = pythonOlder "3.6";
22 src = fetchFromGitHub {
25 # https://github.com/usnistgov/pycdcs/issues/1
26 rev = "0a770b752301c27e227ca40a4752f305b55dee20";
27 sha256 = "sha256-AUrVEFea4VtBJXWWgECqdBFCqKuHWAlh07Dljp+HBa0=";
34 propagatedBuildInputs = [
47 pythonImportsCheck = [
52 description = "Python client for performing REST calls to configurable data curation system (CDCS) databases";
53 homepage = "https://github.com/usnistgov/pycdcs";
54 license = licenses.mit;
55 maintainers = with maintainers; [ fab ];