11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "23d7525b5a1567535c093aea4b9c33809415aa5f018dd77f6eb738b1226df6f7";
21 checkInputs = [ pytest ];
22 propagatedBuildInputs = [
33 description = "Cli for python common tasks for users";
34 homepage = "https://github.com/pyviz/pyct";
35 license = licenses.bsd3;
36 maintainers = [ maintainers.costrouc ];