18 buildPythonPackage rec {
19 pname = "sqlite-utils";
23 build-system = [ setuptools ];
25 disabled = pythonOlder "3.7";
29 pname = "sqlite_utils";
30 hash = "sha256-Gud7kxOEBSIFoVR41ClGT2xno6w7Tq/TxnSskA9iOqs=";
47 pythonImportsCheck = [ "sqlite_utils" ];
49 passthru.tests.version = testers.testVersion { package = sqlite-utils; };
52 description = "Python CLI utility and library for manipulating SQLite databases";
53 mainProgram = "sqlite-utils";
54 homepage = "https://github.com/simonw/sqlite-utils";
55 changelog = "https://github.com/simonw/sqlite-utils/releases/tag/${version}";
56 license = licenses.asl20;
57 maintainers = with maintainers; [