Unverified Commit 4427d398 authored by Aliaksandr's avatar Aliaksandr
Browse files

python3Packages.cffconvert: add update script

parent 7d5a31a4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  nix-update-script,
  setuptools,
  click,
  requests,
@@ -46,6 +47,10 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "cffconvert" ];

  passthru.updateScript = nix-update-script {
    extraArgs = [ "--version=branch" ];
  };

  meta = {
    changelog = "https://github.com/citation-file-format/cffconvert/blob/${src.rev}/CHANGELOG.md";
    description = "Command line program to validate and convert CITATION.cff files";