Unverified Commit 92fa862d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.inform: add changelog to meta

- disable on unsupported Python releases
parent e07db3e3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
, six
, hypothesis
, pytestCheckHook
, pythonOlder
}:

buildPythonPackage rec {
@@ -13,6 +14,8 @@ buildPythonPackage rec {
  version = "1.28";
  format = "pyproject";

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "KenKundert";
    repo = "inform";
@@ -46,6 +49,7 @@ buildPythonPackage rec {
      allow you to simply and cleanly print different types of messages.
    '';
    homepage = "https://inform.readthedocs.io";
    changelog = "https://github.com/KenKundert/inform/blob/v${version}/doc/releases.rst";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ jeremyschlatter ];
  };