5 , hatch-fancy-pypi-readme
12 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
20 owner = "karpetrosyan";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-6kNN6kjkMHVNneMq/8zQxqMIXUxH/+eWLX8XhoHqFRU=";
27 hatch-fancy-pypi-readme
31 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Sqlite3 for asyncio and trio";
46 homepage = "https://github.com/karpetrosyan/anysqlite";
47 changelog = "https://github.com/karpetrosyan/anysqlite/blob/${version}/CHANGELOG.md";
48 license = licenses.bsd3;
49 maintainers = with maintainers; [ fab ];