[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: Add python-rellu.
From: |
guix-commits |
Subject: |
05/09: gnu: Add python-rellu. |
Date: |
Fri, 19 Apr 2019 20:55:19 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit c0c0bb3823418812c999472bc6334bfa454f148a
Author: Maxim Cournoyer <address@hidden>
Date: Mon Apr 1 22:39:44 2019 -0400
gnu: Add python-rellu.
* gnu/packages/python-xyz.scm (python-rellu): New variable.
---
gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 36edd7e..bebb7c5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2729,6 +2729,29 @@ repositories, user profiles, and organizations in your
Python applications,
using version 3 of the GitHub application programming interface (API).")
(license license:lgpl3+)))
+(define-public python-rellu
+ (package
+ (name "python-rellu")
+ (version "0.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "rellu" version))
+ (sha256
+ (base32
+ "1w0arpj1sm7vh29nrbnca4pnp8sx42l07r17inwqcjjf9bhng66x"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-invoke" ,python-invoke)
+ ("python-pygithub" ,python-pygithub)))
+ (home-page "https://github.com/robotframework/rellu")
+ (synopsis "Utilities to create PyPI releases")
+ (description "This collection of utilities contains tooling and templates
+to assist in creating releases on GitHub and publishing them on PyPI. It is
+designed to be used by Robot Framework and tools and libraries in its
+ecosystem, but can naturally be used also by other projects.")
+ (license license:asl2.0)))
+
(define-public python-scp
(package
(name "python-scp")
- branch staging updated (f5961dd -> 73326e7), guix-commits, 2019/04/19
- 01/09: gnu: Add python-bumpversion., guix-commits, 2019/04/19
- 02/09: gnu: Add python-scp., guix-commits, 2019/04/19
- 03/09: gnu: Add python-deprecated., guix-commits, 2019/04/19
- 05/09: gnu: Add python-rellu.,
guix-commits <=
- 04/09: gnu: Add python-pygithub., guix-commits, 2019/04/19
- 06/09: gnu: Add python-robotframework., guix-commits, 2019/04/19
- 09/09: gnu: Add emacs-robot-mode., guix-commits, 2019/04/19
- 08/09: gnu: Add python-robotframework-lint., guix-commits, 2019/04/19
- 07/09: gnu: Add python-robotframework-sshlibrary., guix-commits, 2019/04/19