[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: Add python-bumpversion.
From: |
guix-commits |
Subject: |
01/09: gnu: Add python-bumpversion. |
Date: |
Fri, 19 Apr 2019 20:55:18 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 0f0a5ef9e83242c57349223524124af077101a33
Author: Maxim Cournoyer <address@hidden>
Date: Mon Apr 1 22:39:41 2019 -0400
gnu: Add python-bumpversion.
* gnu/packages/python-xyz.scm (python-bumpversion): New variable.
---
gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5484c32..57b13c8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2631,6 +2631,24 @@ and several other projects.")
(define-public python2-guzzle-sphinx-theme
(package-with-python2 python-guzzle-sphinx-theme))
+(define-public python-bumpversion
+ (package
+ (name "python-bumpversion")
+ (version "0.5.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "bumpversion" version))
+ (sha256
+ (base32
+ "0zn7694yfipxg35ikkfh7kvgl2fissha3dnqad2c5bvsvmrwhi37"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/peritus/bumpversion")
+ (synopsis "Tool to bump software version")
+ (description "This tool provides a command-line interface (CLI) to bump a
+software version simply.")
+ (license license:expat)))
+
(define-public python-rst.linker
(package
(name "python-rst.linker")
- branch staging updated (f5961dd -> 73326e7), guix-commits, 2019/04/19
- 01/09: gnu: Add python-bumpversion.,
guix-commits <=
- 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, 2019/04/19
- 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