14 buildPythonPackage rec {
16 version = "2.0.0-unstable-2024-02-12";
19 src = fetchFromGitHub {
20 owner = "citation-file-format";
22 rev = "5295f87c0e261da61a7b919fc754e3a77edd98a7";
23 hash = "sha256-/2qhWVNylrqPSf1KmuZQahzq+YH860cohVSfJsDm1BE=";
43 # addopts uses --no-cov
48 # requires network access
49 "tests/cli/test_rawify_url.py"
52 pythonImportsCheckHook = [
57 changelog = "https://github.com/citation-file-format/cffconvert/blob/${src.rev}/CHANGELOG.md";
58 description = "Command line program to validate and convert CITATION.cff files";
59 homepage = "https://github.com/citation-file-format/cffconvert";
60 license = lib.licenses.asl20;
61 mainProgram = "cffconvert";
62 maintainers = with lib.maintainers; [ drupol ];