python27Packages.sphinxcontrib-openapi: 0.5.0 -> 0.6.0
This commit is contained in:
parent
eb50635ec9
commit
97f8808b87
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sphinxcontrib-openapi";
|
pname = "sphinxcontrib-openapi";
|
||||||
version = "0.5.0";
|
version = "0.6.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "2a5883456c0caba0dad90f07968c75a50d5fc425a3aa06d1c538472ddf8c7e22";
|
sha256 = "02pkzcmxikcfvkvcfsclnhymzl1lc84jz6vmdaslbgh4j5vlp5ym";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [setuptools_scm pyyaml jsonschema sphinxcontrib_httpdomain];
|
propagatedBuildInputs = [setuptools_scm pyyaml jsonschema sphinxcontrib_httpdomain];
|
||||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/ikalnytskyi/sphinxcontrib-openapi;
|
homepage = "https://github.com/ikalnytskyi/sphinxcontrib-openapi";
|
||||||
description = "OpenAPI (fka Swagger) spec renderer for Sphinx";
|
description = "OpenAPI (fka Swagger) spec renderer for Sphinx";
|
||||||
license = licenses.bsd0;
|
license = licenses.bsd0;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user