12 buildPythonPackage rec {
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
23 hash = "sha256-BIDn+LQzBtDHUtFvIRL3NMXNouO3cMLibuYBoFtCUxI=";
26 env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
35 propagatedBuildInputs = [
43 pythonImportsCheck = [ "help2man" ];
46 description = "Convert --help and --version to man page";
47 homepage = "https://github.com/Freed-Wu/help2man";
48 license = licenses.gpl3Only;
49 maintainers = with maintainers; [ natsukium ];
50 mainProgram = "help2man";