10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-cmCD8uKPX/7Ak6jAqzCvDqR1FgH09GaLfLTZdBQB+bs=";
24 propagatedBuildInputs = [
38 # Don't run test which requires bash
39 "test_execute_command_live_output"
42 pythonImportsCheck = [
47 description = "Collection of useful non-standard Python functions";
48 homepage = "https://github.com/frnmst/fpyutils";
49 changelog = "https://blog.franco.net.eu.org/software/fpyutils-${version}/release.html";
50 license = with licenses; [ gpl3Plus ];
51 maintainers = with maintainers; [ fab ];