From 58cebd37c6400c0d7da7cdaca277c5b0cad028b5 Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Fri, 14 Dec 2018 09:58:33 +0300 Subject: gn: Add new package * gn/packages/edash.scm (python-swagger-ui-bundle): New variable. --- gn/packages/edash.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index 7418fdf..57776dd 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -318,6 +318,34 @@ OpenAPI 3.0.0 specification. The validator aims to check for full compliance with the Specification.") (license license:asl2.0))) +(define-public python-swagger-ui-bundle + (package + (name "python-swagger-ui-bundle") + (version "0.0.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "swagger_ui_bundle" version)) + (sha256 + (base32 + "0kk6y8p1fhmnjnxfafdw6dm1xc5wj8101y5h7hcy3rb2bxc1i94q")))) + (build-system python-build-system) + (propagated-inputs + `(("python-tox" ,python-tox) + ("python-jinja2" ,python-jinja2) + ("python-flake8" ,python-flake8) + ("python-pytest-cov" ,python-pytest-cov) + ("python-pytest-pep8" ,python-pytest-pep8) + ("python-pytest-cache" ,python-pytest-cache) + ("python-pytest-flakes" ,python-pytest-flakes))) + (home-page + "https://github.com/dtkav/swagger_ui_bundle") + (synopsis + "swagger_ui_bundle - swagger-ui files in a pip package") + (description + "swagger_ui_bundle - swagger-ui files in a pip package") + (license license:asl2.0))) + (define-public edash (let ((md5 "93e745e9c")) (package -- cgit v1.2.3