9 buildPythonPackage rec {
15 url = "https://github.com/pyblosxom/pyblosxom/archive/v${version}.tar.gz";
16 sha256 = "0de9a7418f4e6d1c45acecf1e77f61c8f96f036ce034493ac67124626fd0d885";
19 propagatedBuildInputs = [ pygments markdown ];
21 # FAIL:test_generate_entry and test_time
22 # both tests fail due to time issue that doesn't seem to matter in practice
26 homepage = "http://pyblosxom.github.io";
27 description = "File-based blogging engine";
28 license = licenses.mit;