python3Packages.quantiphy-eval: switch to pypaBuildHook

This commit is contained in:
Peder Bergebakken Sundt 2023-09-10 00:31:59 +02:00
parent 3c276bf446
commit 6b47bddf45

View file

@ -1,6 +1,7 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, flit-core
, inform , inform
, pythonOlder , pythonOlder
, sly , sly
@ -9,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "quantiphy-eval"; pname = "quantiphy-eval";
version = "0.5"; version = "0.5";
format = "flit"; format = "pyproject";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -20,6 +21,10 @@ buildPythonPackage rec {
hash = "sha256-7VHcuINhe17lRNkHUnZkVOEtD6mVWk5gu0NbrLZwprg="; hash = "sha256-7VHcuINhe17lRNkHUnZkVOEtD6mVWk5gu0NbrLZwprg=";
}; };
nativeBuildInputs = [
flit-core
];
propagatedBuildInputs = [ propagatedBuildInputs = [
inform inform
sly sly