python3Packages.arxiv2bib: migrate to pyproject

This commit is contained in:
Harinn
2026-06-04 20:04:35 +07:00
parent 5e8711eb5c
commit 970e4565a5
@@ -3,13 +3,14 @@
lib,
fetchFromGitHub,
mock,
setuptools,
unittestCheckHook,
}:
buildPythonPackage rec {
pname = "arxiv2bib";
version = "1.0.8";
format = "setuptools";
pyproject = true;
# Missing tests on Pypi
src = fetchFromGitHub {
@@ -19,6 +20,8 @@ buildPythonPackage rec {
sha256 = "1kp2iyx20lpc9dv4qg5fgwf83a1wx6f7hj1ldqyncg0kn9xcrhbg";
};
build-system = [ setuptools ];
nativeCheckInputs = [
unittestCheckHook
mock