[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#35598] [PATCH 2/6] gnu: Add python-whichcraft, python2-whichcraft
From: |
Calvin Pritchard |
Subject: |
[bug#35598] [PATCH 2/6] gnu: Add python-whichcraft, python2-whichcraft |
Date: |
Sun, 5 May 2019 22:30:13 -0700 |
From: Calvin Pritchard <address@hidden>
* gnu/packages/python-xyz.scm (python-whichcraft, python2-whichcraft).
New variables.
---
gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bdc6f408f0..4cee74591d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2180,6 +2180,31 @@ Simply put, it helps you work with dates and times with
fewer imports
and a lot less code.")
(license license:asl2.0)))
+(define-public python-whichcraft
+ (package
+ (name "python-whichcraft")
+ (version "0.5.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "whichcraft" version))
+ (sha256
+ (base32
+ "058qr17inlhp9354q1lr0qq31yhqzfd405djp1fzqzr33x9xvkgy"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-pytest" ,python-pytest)))
+ (home-page
+ "https://github.com/pydanny/whichcraft")
+ (synopsis
+ "Provides cross-platform cross-python shutil.which")
+ (description
+ "This package provides cross-platform cross-python shutil.which
functionality.")
+ (license license:bsd-3)))
+
+(define-public python2-whichcraft
+ (package-with-python2 python-whichcraft))
+
(define-public python-pympler
(package
(name "python-pympler")
--
2.17.1
- [bug#35598] [PATCH 0/6] Add Mesa agent based modeling platform, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 1/6] gnu: Add python-arrow, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 5/6] gnu: Add python-cookiecutter, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 4/6] gnu: Add python-jinja2-time, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 6/6] gnu: Add python-mesa, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 3/6] gnu: Add python-poyo, python2-poyo, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 1/6] gnu: Add python-arrow, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 3/6] gnu: Add python-poyo, python2-poyo, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 2/6] gnu: Add python-whichcraft, python2-whichcraft,
Calvin Pritchard <=
- [bug#35598] [PATCH 4/6] gnu: Add python-jinja2-time, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 6/6] gnu: Add python-mesa, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 5/6] gnu: Add python-cookiecutter, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 2/6] gnu: Add python-whichcraft, python2-whichcraft, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 0/6] Add Mesa agent based modeling platform, Ludovic Courtès, 2019/05/12