clickgen: migrate to pyproject

This commit is contained in:
Sigmanificient
2026-05-20 21:29:34 +02:00
parent 28a37294fa
commit 2bf8e5b7e4
@@ -3,6 +3,7 @@
stdenv,
buildPythonPackage,
fetchFromGitHub,
setuptools,
attrs,
pillow,
toml,
@@ -15,7 +16,7 @@
buildPythonPackage rec {
pname = "clickgen";
version = "2.2.5";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "ful1e5";
@@ -24,7 +25,9 @@ buildPythonPackage rec {
hash = "sha256-yFEkE1VyeHBuebpsumc6CTvv2kpAw7XAWlyUlXibqz0=";
};
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
attrs
numpy
pillow