all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 4/18] gnu: Add python2-execnet.
@ 2016-02-15 23:27 Christopher Allan Webber
  2016-02-20  2:31 ` Christopher Allan Webber
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Allan Webber @ 2016-02-15 23:27 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0004-gnu-Add-python2-execnet.patch --]
[-- Type: text/x-patch, Size: 1177 bytes --]

From e2600910d0348451cbaa686a3e5adb57282228cc Mon Sep 17 00:00:00 2001
From: Christopher Allan Webber <cwebber@dustycloud.org>
Date: Sat, 13 Feb 2016 18:11:05 -0800
Subject: [PATCH 04/18] gnu: Add python2-execnet.

* gnu/packages/python.scm (python2-execnet): New variable.
---
 gnu/packages/python.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 83efbfb..29efce5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6891,7 +6891,15 @@ minimal and fast API targetting the following uses:
 @item write scripts to administer multiple environments
 @end enumerate")
     (home-page "http://codespeak.net/execnet/")
-    (license license:expat)))
+    (license license:expat)
+    (properties `((python2-variant . ,(delay python2-execnet))))))
+
+(define-public python2-execnet
+  (package
+    (inherit (package-with-python2
+              (strip-python2-variant python-execnet)))
+    (inputs
+     `(("python2-setuptools" ,python2-setuptools)))))
 
 ;;; The software provided by this package was integrated into pytest 2.8.
 (define-public python-pytest-cache
-- 
2.6.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-20  2:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15 23:27 [PATCH 4/18] gnu: Add python2-execnet Christopher Allan Webber
2016-02-20  2:31 ` Christopher Allan Webber

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.