1 { lib, buildPythonPackage, fetchPypi, pyyaml }:
3 buildPythonPackage rec {
9 sha256 = "7cf6af53549892b2218c2f56a199dff54a733be5c5515c0fd626812070b0a86a";
12 # No tests, https://github.com/rca/cmdline/issues/1
14 propagatedBuildInputs = [ pyyaml ];
17 description = "Utilities for consistent command line tools";
18 homepage = "https://github.com/rca/cmdline";
19 license = licenses.asl20;