[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/19: gnu: Add python2-execnet.
From: |
Christopher Allan Webber |
Subject: |
03/19: gnu: Add python2-execnet. |
Date: |
Mon, 22 Feb 2016 03:02:34 +0000 |
cwebber pushed a commit to branch wip-mediagoblin
in repository guix.
commit 16c84f9031868e4b92820d5b45b430ff9b6eaa34
Author: Christopher Allan Webber <address@hidden>
Date: Sat Feb 13 18:11:05 2016 -0800
gnu: Add python2-execnet.
* gnu/packages/python.scm (python2-execnet): New variable.
---
gnu/packages/python.scm | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5eaaa8c..690d0a3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6886,7 +6886,17 @@ 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
+ (let ((execnet (package-with-python2
+ (strip-python2-variant python-execnet))))
+ (package
+ (inherit execnet)
+ (native-inputs
+ `(("python2-setuptools" ,python2-setuptools)
+ ,@(package-native-inputs execnet))))))
;;; The software provided by this package was integrated into pytest 2.8.
(define-public python-pytest-cache
- branch wip-mediagoblin created (now 41422c0), Christopher Allan Webber, 2016/02/21
- 02/19: gnu: Add python2-apipkg., Christopher Allan Webber, 2016/02/21
- 05/19: gnu: Add python-beautifulsoup4., Christopher Allan Webber, 2016/02/21
- 04/19: gnu: Add python-pytest-xdist., Christopher Allan Webber, 2016/02/21
- 07/19: gnu: Add python-wsgiproxy2., Christopher Allan Webber, 2016/02/21
- 08/19: gnu: Add python-pastedeploy., Christopher Allan Webber, 2016/02/21
- 09/19: gnu: Add python-pyquery., Christopher Allan Webber, 2016/02/21
- 03/19: gnu: Add python2-execnet.,
Christopher Allan Webber <=
- 01/19: gnu: Add python-alembic., Christopher Allan Webber, 2016/02/21
- 06/19: gnu: Add python-waitress., Christopher Allan Webber, 2016/02/21
- 10/19: gnu: Add python-webtest., Christopher Allan Webber, 2016/02/21
- 14/19: gnu: Add python-billiard., Christopher Allan Webber, 2016/02/21
- 16/19: gnu: Add python-translitcodec., Christopher Allan Webber, 2016/02/21
- 15/19: gnu: Add python-celery., Christopher Allan Webber, 2016/02/21
- 19/19: gnu: Add mediagoblin., Christopher Allan Webber, 2016/02/21
- 13/19: gnu: Add python-kombu., Christopher Allan Webber, 2016/02/21
- 12/19: gnu: Add python-amqp., Christopher Allan Webber, 2016/02/21
- 11/19: gnu: Add python-anyjson., Christopher Allan Webber, 2016/02/21