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