python3Packages.ghrepo-stats: migrate to pyproject

This commit is contained in:
bepz
2026-07-18 13:17:14 +02:00
parent ebac0566d3
commit 9718bbddd9

View File

@@ -5,12 +5,13 @@
fetchFromGitHub,
matplotlib,
pygithub,
setuptools,
}:
buildPythonPackage rec {
pname = "ghrepo-stats";
version = "0.5.5";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "mrbean-bremen";
@@ -34,6 +35,8 @@ buildPythonPackage rec {
# Module has no tests
doCheck = false;
build-system = [ setuptools ];
pythonImportsCheck = [ "ghrepo_stats" ];
meta = {