10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-TDZ6fAqFxOdI79o07uMAw/zD8HbHXDKQt0mnoFM1yEc=";
22 propagatedBuildInputs = [
28 # checks attempt to import nonexistent module 'test.test' and fail
31 pythonImportsCheck = [
36 description = "Toolkit for Python-based database access";
37 homepage = "https://dataset.readthedocs.io";
38 license = licenses.mit;
39 maintainers = with maintainers; [ xfnw ];