Merge pull request #21346 from massimo-zaniboni/sphinxcontrib_newsfeed

Python sphinxcontrib-newsfeed-0.1.4
This commit is contained in:
Lancelot SIX 2016-12-30 17:27:35 +01:00 committed by GitHub
commit 2cac374241

View file

@ -24600,6 +24600,22 @@ in {
};
});
sphinxcontrib_newsfeed = buildPythonPackage (rec {
name = "sphinxcontrib-newsfeed-${version}";
version = "0.1.4";
src = pkgs.fetchurl {
url = "mirror://pypi/s/sphinxcontrib-newsfeed/${name}.tar.gz";
sha256 = "1d7gam3mn8v4in4p16yn3v10vps7nnaz6ilw99j4klij39dqd37p";
};
propagatedBuildInputs = with self; [sphinx];
meta = {
description = "Extension for adding a simple Blog, News or Announcements section to a Sphinx website";
homepage = http://bitbucket.org/prometheus/sphinxcontrib-newsfeed;
license = licenses.bsd2;
};
});
sphinxcontrib_plantuml = buildPythonPackage (rec {
name = "sphinxcontrib-plantuml-0.7";