9 buildPythonPackage rec {
10 pname = "ghrepo-stats";
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
17 owner = "mrbean-bremen";
20 sha256 = "sha256-W6RhVnMuOgB4GNxczx3UlSeq0RWIM7yISKEvpnrE9uk=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Python module and CLI tool for GitHub repo statistics";
37 homepage = "https://github.com/mrbean-bremen/ghrepo-stats";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];