10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-JQ9iNxK7FvBhPyr825d+8P5ZYFztDIX3gOwp4FPfyU4=";
28 propagatedBuildInputs = [
36 # Tests are not pick-up automatically by the hook
38 "aiosqlite/tests/*.py"
41 pythonImportsCheck = [
46 description = "Asyncio bridge to the standard sqlite3 module";
47 homepage = "https://github.com/jreese/aiosqlite";
48 changelog = "https://github.com/omnilib/aiosqlite/blob/v${version}/CHANGELOG.md";
49 license = licenses.mit;
50 maintainers = with maintainers; [ ];