3
0
Fork 0
forked from mirrors/nixpkgs

oslosphinx: init at 3.1.0

This commit is contained in:
Marius Bakke 2015-08-30 11:32:16 +01:00
parent f5f24ce884
commit 642a10df0e

View file

@ -9014,6 +9014,25 @@ let
});
oslosphinx = buildPythonPackage rec {
name = "oslosphinx-3.1.0";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/o/oslosphinx/${name}.tar.gz";
md5= "4fcac44bd6ef174586307a1508ff228f";
};
doCheck = false;
buildInputs = with self; [
pbr requests2
(sphinx.override {src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/s/sphinx/sphinx-1.2.3.tar.gz";
sha256 = "94933b64e2fe0807da0612c574a021c0dac28c7bd3c4a23723ae5a39ea8f3d04";
};})
];
};
pagerduty = buildPythonPackage rec {
name = "pagerduty-${version}";
version = "0.2.1";