11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-d9NiEY9nqMu0hI29MKs2K5+nz+vb+vQmycUAyziWmpk=";
23 propagatedBuildInputs = [
29 # checks attempt to import nonexistent module 'test.test' and fail
32 pythonImportsCheck = [ "dataset" ];
35 description = "Toolkit for Python-based database access";
36 homepage = "https://dataset.readthedocs.io";
37 license = licenses.mit;
38 maintainers = with maintainers; [ xfnw ];
39 # SQLAlchemy >= 2.0.0 is unsupported
40 # https://github.com/pudo/dataset/issues/411