[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/19: gnu: Add python2-apipkg.
From: |
Christopher Allan Webber |
Subject: |
02/19: gnu: Add python2-apipkg. |
Date: |
Mon, 22 Feb 2016 03:02:34 +0000 |
cwebber pushed a commit to branch wip-mediagoblin
in repository guix.
commit e08739c3c6d5e1fe7bf5c28a889a50086fb873db
Author: Christopher Allan Webber <address@hidden>
Date: Sat Feb 13 18:04:18 2016 -0800
gnu: Add python2-apipkg.
* gnu/packages/python.scm (python2-apipkg): New variable.
---
gnu/packages/python.scm | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ac4e4fc..5eaaa8c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6850,7 +6850,15 @@ applications.")
package and greatly reduce the number of imports for your users. It is a small
pure Python module that works on virtually all Python versions.")
(home-page "https://bitbucket.org/hpk42/apipkg")
- (license license:expat)))
+ (license license:expat)
+ (properties `((python2-variant . ,(delay python2-apipkg))))))
+
+(define-public python2-apipkg
+ (package
+ (inherit (package-with-python2
+ (strip-python2-variant python-apipkg)))
+ (native-inputs
+ `(("python2-setuptools" ,python2-setuptools)))))
(define-public python-execnet
(package
- branch wip-mediagoblin created (now 41422c0), Christopher Allan Webber, 2016/02/21
- 02/19: gnu: Add python2-apipkg.,
Christopher Allan Webber <=
- 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, 2016/02/21
- 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