10 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "sha256-8OaswkvEhkFJJnrIL7Rt+zvkRV+Z/iHfgmCcxua67lE=";
26 # tests are not pick-up automatically by the hook
27 pytestFlagsArray = [ "aiosqlite/tests/*.py" ];
29 pythonImportsCheck = [ "aiosqlite" ];
32 description = "Asyncio bridge to the standard sqlite3 module";
33 homepage = "https://github.com/jreese/aiosqlite";
34 license = licenses.mit;
35 maintainers = [ maintainers.costrouc ];