python313Packages.bjoern: modernize
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user