mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
Add sphinxcontrib-openapi at 0.3.0
This commit is contained in:
parent
28d2066063
commit
9ab1d08bb0
@ -24727,6 +24727,19 @@ in {
|
||||
};
|
||||
});
|
||||
|
||||
sphinxcontrib-openapi = buildPythonPackage (rec {
|
||||
name = "sphinxcontrib-openapi-0.3.0";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/s/sphinxcontrib-openapi/${name}.tar.gz";
|
||||
sha256 = "0fyniq37nnmhrk4j7mzvg6vfcpb624hb9x70g6mccyw4xrnhadv6";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [setuptools_scm pyyaml jsonschema sphinxcontrib_httpdomain];
|
||||
});
|
||||
|
||||
sphinxcontrib_httpdomain = buildPythonPackage (rec {
|
||||
name = "sphinxcontrib-httpdomain-1.5.0";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user