1 { lib, buildPythonPackage, fetchFromGitHub, isPy3k
6 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "0i607rkfx0rkyllcx4vf3w2z0wxzs1gqigfw87q90pjrbbh2q4sb";
18 # module imports are incompatible with python2
20 checkInputs = [ nose pytest ];
26 description = "A simple SQLite3-based store for Python objects";
27 homepage = "https://thp.io/2010/minidb/";
28 license = licenses.isc;
29 maintainers = [ maintainers.tv ];