GNU bug report logs - #35598
[PATCH 0/6] Add Mesa agent based modeling platform

Previous Next

Package: guix-patches;

Reported by: Calvin Pritchard <pritchard.calvin <at> gmail.com>

Date: Mon, 6 May 2019 05:07:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Calvin Pritchard <pritchard.calvin <at> gmail.com>
To: 35598 <at> debbugs.gnu.org
Cc: Calvin Pritchard <calvin.pritchard <at> asu.edu>
Subject: [bug#35598] [PATCH 2/6] gnu: Add python-whichcraft, python2-whichcraft
Date: Sun,  5 May 2019 20:05:03 -0700
From: Calvin Pritchard <calvin.pritchard <at> asu.edu>

* 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





This bug report was last modified 2 years and 81 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.