apio: switch to pypaBuildHook

This commit is contained in:
Peder Bergebakken Sundt 2023-09-09 23:55:35 +02:00
parent c2972f562e
commit c8466f963a

View file

@ -10,13 +10,14 @@
, scons
, setuptools
, tinyprog
, flit-core
, pytestCheckHook
}:
buildPythonApplication rec {
pname = "apio";
version = "0.8.1";
format = "flit";
format = "pyproject";
src = fetchFromGitHub {
owner = "FPGAwars";
@ -47,6 +48,10 @@ buildPythonApplication rec {
'version = semantic_version.Version(pkg_version.replace(".dev", "-dev"))'
'';
nativeBuildInputs = [
flit-core
];
propagatedBuildInputs = [
click
semantic-version