[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/36: gnu: Add python-utils.
From: |
julien lepiller |
Subject: |
04/36: gnu: Add python-utils. |
Date: |
Thu, 11 May 2017 16:01:25 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 75805449cfbcf41c530a4faaa7d8d69933aa6b40
Author: Julien Lepiller <address@hidden>
Date: Sat Apr 22 12:31:55 2017 +0200
gnu: Add python-utils.
* gnu/packages/python.scm (python-utils, python2-utils): New variables.
---
gnu/packages/python.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 2ddc25d..a256091 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -14191,3 +14191,28 @@ a fork of pytest-capturelog.")
(define-public python2-pytest-catchlog
(package-with-python2 python-pytest-catchlog))
+
+(define-public python-utils
+ (package
+ (name "python-utils")
+ (version "2.1.0")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "python-utils" version))
+ (sha256
+ (base32
+ "1mcsy6q5am4ya72rgkpb6kax6vv7c93cfkkas89xnpa4sj9zf28p"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("pytest-runner" ,python-pytest-runner)
+ ("pytest" ,python-pytest)
+ ("six" ,python-six)))
+ (home-page "https://github.com/WoLpH/python-utils")
+ (synopsis "Convenient utilities not included with the standard Python
install")
+ (description
+ "Python Utils is a collection of small Python functions and classes which
+make common patterns shorter and easier.")
+ (license license:bsd-2)))
+
+(define-public python2-utils
+ (package-with-python2 python-utils))
- branch master updated (2d4deb5 -> 2601171), julien lepiller, 2017/05/11
- 01/36: gnu: python-pytest-runner: Update to 2.11.1., julien lepiller, 2017/05/11
- 02/36: gnu: Add python-pytest-warnings., julien lepiller, 2017/05/11
- 04/36: gnu: Add python-utils.,
julien lepiller <=
- 10/36: gnu: Add python-dirsync., julien lepiller, 2017/05/11
- 03/36: gnu: Add python-pytest-catchlog., julien lepiller, 2017/05/11
- 08/36: gnu: Add python-cssmin., julien lepiller, 2017/05/11
- 07/36: gnu: python-rq: Update to 0.7.1., julien lepiller, 2017/05/11
- 06/36: gnu: Add python-sphinx-me., julien lepiller, 2017/05/11
- 16/36: gnu: Add python2-stemming., julien lepiller, 2017/05/11
- 05/36: gnu: Add python-webassets., julien lepiller, 2017/05/11
- 09/36: gnu: Add python-diff-match-patch., julien lepiller, 2017/05/11
- 13/36: gnu: python-dateutil: Update to 2.6.0., julien lepiller, 2017/05/11
- 12/36: gnu: Add python-elasticsearch., julien lepiller, 2017/05/11