python pelican: v3.4.0 -> v3.5.0
This commit is contained in:
parent
bbd2be6075
commit
c08310c62d
@ -6590,11 +6590,11 @@ let
|
||||
|
||||
pelican = buildPythonPackage rec {
|
||||
name = "pelican-${version}";
|
||||
version = "3.4.0";
|
||||
version = "3.5.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/pelican/${name}.tar.gz";
|
||||
md5 = "8e57bdd075503903125b14621b1e533d";
|
||||
sha256 = "0dl8i26sa20iijlg3z9gxn3p6f1d9v44b9742929xfaqwj4amvdp";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
@ -6606,13 +6606,16 @@ let
|
||||
#buildInputs = [nose mock];
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = with self; [jinja2 pygments docutils pytz unidecode six dateutil feedgenerator blinker pillow beautifulsoup4];
|
||||
propagatedBuildInputs = with self; [
|
||||
jinja2 pygments docutils pytz unidecode six dateutil feedgenerator
|
||||
blinker pillow beautifulsoup4
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = http://getpelican.com/;
|
||||
description = "A tool to generate a static blog from reStructuredText or Markdown input files";
|
||||
license = licenses.agpl3;
|
||||
maintainers = [ stdenv.lib.maintainers.offline ];
|
||||
maintainers = with stdenv.lib.maintainers; [ offline prikhi ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user