mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.ghrepo-stats: migrate to pyproject
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user