8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-Ibiows3DSnzjIUv7U9tYNVnDaecBBxjXzDqxbIlNhhU=";
26 pythonImportsCheck = [
31 description = "Custom Python functions for working with SQLite FTS4";
32 homepage = "https://github.com/simonw/sqlite-fts4";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ meatcar ];