Skip to content

Commit

Permalink
pythonPackages.sphinxcontrib_newsfeed: init at 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Massimo Zaniboni committed Dec 29, 2016
1 parent 7de8494 commit 02a839b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24571,6 +24571,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";
Expand Down

0 comments on commit 02a839b

Please sign in to comment.