[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: Add python-versioneer.
From: |
guix-commits |
Subject: |
03/06: gnu: Add python-versioneer. |
Date: |
Wed, 25 Nov 2020 21:07:21 -0500 (EST) |
brettgilio pushed a commit to branch master
in repository guix.
commit 09182ee156e9e6ebfa303239713f4afc630d13bc
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Wed Nov 25 20:05:53 2020 -0600
gnu: Add python-versioneer.
* gnu/packages/python-xyz.scm (python-versioneer): 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 abcedd9..8be5f5a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23022,3 +23022,26 @@ applications with variable CPU loads).")
(define-public python2-djvulibre
(package-with-python2 python-djvulibre))
+
+(define-public python-versioneer
+ (package
+ (name "python-versioneer")
+ (version "0.19")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "versioneer" version))
+ (sha256
+ (base32
+ "1bmg8y78am371rd9b4clf11b8g1h7xvq8q58z03jvgdwpsdx7zm4"))))
+ (build-system python-build-system)
+ (home-page
+ "https://github.com/python-versioneer/python-versioneer")
+ (synopsis
+ "Version-string management for VCS-controlled trees")
+ (description
+ "@code{versioneer} is a tool for managing a recorded version number in
+distutils-based python projects. The goal is to remove the tedious and
+error-prone \"update the embedded version string\" step from your release
+process.")
+ (license license:public-domain)))
- branch master updated (d482954 -> 723badf), guix-commits, 2020/11/25
- 02/06: gnu: Remove python2-ujson-1., guix-commits, 2020/11/25
- 04/06: gnu: python-ujson: Update to 4.0.1., guix-commits, 2020/11/25
- 05/06: gnu: python-jsonrpc-server: Update to 0.4.0., guix-commits, 2020/11/25
- 01/06: gnu: Remove python-ujson-1., guix-commits, 2020/11/25
- 03/06: gnu: Add python-versioneer.,
guix-commits <=
- 06/06: gnu: python-language-server: Update to 0.36.1., guix-commits, 2020/11/25