15 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 hash = "sha256-Zf9QqBgDhWAnHdNvzjXtri5rdT00BOjc4YTNzJALldM=";
33 propagatedBuildInputs = [
37 passthru.optional-dependencies = {
69 # circular dependency on starlette
70 "tests/test_integration.py"
71 # TEST_DATABASE_URLS is not set.
72 "tests/test_databases.py"
73 "tests/test_connection_options.py"
76 pythonImportsCheck = [
81 description = "Async database support for Python";
82 homepage = "https://github.com/encode/databases";
83 changelog = "https://github.com/encode/databases/releases/tag/${version}";
84 license = licenses.bsd3;
85 maintainers = with maintainers; [ ];