6 buildPythonPackage rec {
10 # PyPI tarball doesn't include tests directory
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 sha256 = "sha256-s7a+MJLTAcGv2rYRMO2SAlsDYen6Si10qUQOVDFuf6c=";
19 description = "Easy transactional database for Python dicts, backed by SQLite";
20 license = licenses.bsd2;
21 homepage = "https://itemdb.readthedocs.io";
22 maintainers = [ maintainers.matthiasbeyer ];