9 buildPythonPackage rec {
13 src = fetchFromGitHub {
14 owner = "pythological";
16 rev = "fbeedfc8a3d1bff4ba179d492155cdd55538365e";
17 sha256 = "sha256-ivHFep9iYPvyiBIZKMAzqrLGnQkeuxd0meYMZwZFFH0=";
20 propagatedBuildInputs = [
30 "--html=testing-report.html"
31 "--self-contained-html"
34 pythonImportsCheck = [ "cons" ];
37 description = "An implementation of Lisp/Scheme-like cons in Python";
38 homepage = "https://github.com/pythological/python-cons";
39 changelog = "https://github.com/pythological/python-cons/releases";
40 license = licenses.gpl3Only;
41 maintainers = with maintainers; [ Etjean ];