8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-nFNcTGEZPC34hxIiVn1/1+UBTYNfl9x7dDkGniQT00M=";
20 propagatedBuildInputs = [
24 # Does not include any unit tests
27 pythonImportsCheck = [
32 description = "Copy your docs directly to the gh-pages branch";
33 homepage = "https://github.com/c-w/ghp-import";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ veehaitch ];