mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
python pelican: v3.4.0 -> v3.5.0
(cherry picked from commit c08310c62d)
This commit is contained in:
committed by
Bjørn Forsman
parent
8d46191ddc
commit
23b48bf2d2
@@ -6499,11 +6499,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 = ''
|
||||
@@ -6515,13 +6515,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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user