python3Packages.emborg: switch to pypaBuildHook

This commit is contained in:
Peder Bergebakken Sundt 2023-09-10 00:06:14 +02:00
parent 4f3459f829
commit 8816729b27

View file

@ -2,6 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, fetchpatch , fetchpatch
, flit-core
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
, borgbackup , borgbackup
@ -20,7 +21,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "emborg"; pname = "emborg";
version = "1.37"; version = "1.37";
format = "flit"; format = "pyproject";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -31,6 +32,10 @@ buildPythonPackage rec {
hash = "sha256-bHYs+vlNku/T5Hb9u77Xml9/FNj5vgqPeXSzcilsS+I="; hash = "sha256-bHYs+vlNku/T5Hb9u77Xml9/FNj5vgqPeXSzcilsS+I=";
}; };
nativeBuildInputs = [
flit-core
];
propagatedBuildInputs = [ propagatedBuildInputs = [
appdirs appdirs
arrow arrow