11 buildPythonPackage rec {
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-f2jJgpjybutCpYnIT+RihtoA1YlXdhTs+MvV8bViSMQ=";
27 build-system = [ flit-core ];
34 nativeCheckInputs = [ pytestCheckHook ];
36 pythonImportsCheck = [ "shlib" ];
39 description = "shell library";
40 homepage = "https://github.com/KenKundert/shlib";
41 changelog = "https://github.com/KenKundert/shlib/releases/tag/v${version}";
42 license = licenses.gpl3Plus;
43 maintainers = with maintainers; [ jpetrucciani ];