12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-RA8/or3HTS/rQmG4A/Eg5j24YElaTEpnHa1yksARVMQ=";
30 propagatedBuildInputs = [
45 description = "Print and logging utilities";
47 Inform is designed to display messages from programs that are typically
48 run from a console. It provides a collection of ‘print’ functions that
49 allow you to simply and cleanly print different types of messages.
51 homepage = "https://inform.readthedocs.io";
52 changelog = "https://github.com/KenKundert/inform/blob/v${version}/doc/releases.rst";
53 license = licenses.gpl3Only;
54 maintainers = with maintainers; [ jeremyschlatter ];