pythonPackages.sphinxcontrib_newsfeed: init at 0.1.4
This commit is contained in:
parent
7de8494be6
commit
02a839bffc
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user