From 9c975510540245161f14b53a4f1e3783e34431cb Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Fri, 14 Dec 2018 09:16:02 +0300 Subject: gn: Add new package * gn/packages/edash.scm (python-clickclick): New variable. --- gn/packages/edash.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'gn/packages/edash.scm') diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index b7478c5..2cc0b69 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -191,6 +191,36 @@ interface to the Amazon Web Services (AWS) API.") (description "UNKNOWN") (license #f))) +(define-public python-clickclick + (package + (name "python-clickclick") + (version "1.2.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "clickclick" version)) + (sha256 + (base32 + "08vd1whzr1gz3cfb9iqs200rgj1x9srlwaa6sjmwz41rkjm0m2aa")))) + (build-system python-build-system) + (propagated-inputs + `(("python-six" ,python-six) + ("python-click" ,python-click) + ("python-pyyaml" ,python-pyyaml) + ("python-pytest" ,python-pytest) + ("python-flake8" ,python-flake8) + ("python-pytest-cov" ,python-pytest-cov))) + (arguments + `(#:tests? #f)) + (home-page + "https://github.com/zalando/python-clickclick") + (synopsis "Click utility functions") + (description "Utility functions (Python 3 only) for the wonderful +Click library. Click is a Python package for creating beautiful +command line interfaces in a composable way with as little code as +necessary.") + (license license:asl2.0))) + (define-public edash (let ((md5 "93e745e9c")) (package -- cgit v1.2.3