18 buildPythonPackage rec {
23 disabled = pythonOlder "3.7";
25 src = fetchFromGitHub {
28 rev = "refs/tags/v${version}";
29 hash = "sha256-NfvnUrTnOeNfiTMrcRtWU3a/Wb6qsDeQlk5jwZ1OpgI=";
32 build-system = [ setuptools ];
45 nativeCheckInputs = [ pytestCheckHook ];
47 pythonImportsCheck = [ "yabadaba" ];
50 export HOME=$(mktemp -d);
54 description = "Abstraction layer allowing for common interactions with databases and records";
55 homepage = "https://github.com/usnistgov/yabadaba";
56 changelog = "https://github.com/usnistgov/yabadaba/releases/tag/v${version}";
57 license = licenses.mit;
58 maintainers = with maintainers; [ fab ];