python313Packages.bjoern: modernize

This commit is contained in:
Fabian Affolter
2025-08-24 09:57:48 +02:00
committed by GitHub
parent 3d78b0258b
commit 685ee6c821
@@ -4,12 +4,13 @@
fetchFromGitHub,
libev,
python,
setuptools,
}:
buildPythonPackage rec {
pname = "bjoern";
version = "3.2.2";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "jonashaag";
@@ -19,6 +20,8 @@ buildPythonPackage rec {
fetchSubmodules = true; # fetch http-parser and statsd-c-client submodules
};
build-system = [ setuptools ];
buildInputs = [ libev ];
checkPhase = ''