[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 2/6] gnu: Add python-fastimport.
From: |
Danny Milosavljevic |
Subject: |
[PATCH v2 2/6] gnu: Add python-fastimport. |
Date: |
Wed, 18 Jan 2017 08:53:01 +0100 |
* gnu/packages/python.scm (python-fastimport, python2-fastimport):
New variables.
---
gnu/packages/python.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d53a10116..6c7a6353d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10551,6 +10551,27 @@ concurrent HTTP client library for python using
@code{gevent}.")
(define-public python2-geventhttpclient
(package-with-python2 python-geventhttpclient))
+(define-public python-fastimport
+ (package
+ (name "python-fastimport")
+ (version "0.9.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "fastimport" version))
+ (sha256
+ (base32 "1aqjsin4rmqm7ln4j0p73fzxifws6c6ikgyhav7r137m2ixsxl43"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/jelmer/python-fastimport")
+ (synopsis "VCS fastimport parser and generator in Python")
+ (description "This package provides a parser for and generator of the Git
address@hidden://www.kernel.org/pub/software/scm/git/docs/git-fast-import.html,fastimport}
+format.")
+ (license license:gpl2+)))
+
+(define-public python2-fastimport
+ (package-with-python2 python-fastimport))
+
(define-public python-twisted
(package
(name "python-twisted")
- Re: [PATCH v2 1/6] gnu: python-testtools: Update to 1.4.0., (continued)
- Re: [PATCH v2 1/6] gnu: python-testtools: Update to 1.4.0., Marius Bakke, 2017/01/18
- Re: [PATCH v2 1/6] gnu: python-testtools: Update to 1.4.0., Danny Milosavljevic, 2017/01/19
- Re: [PATCH v2 1/6] gnu: python-testtools: Update to 1.4.0., Marius Bakke, 2017/01/19
- python2-traceback2, python2-linecache2, Danny Milosavljevic, 2017/01/19
- Re: python2-traceback2, python2-linecache2, Marius Bakke, 2017/01/19
- Re: python2-traceback2, python2-linecache2, Marius Bakke, 2017/01/19
- 'python-tests' merge, Marius Bakke, 2017/01/20
- Re: python2-traceback2, python2-linecache2, Hartmut Goebel, 2017/01/19
- Re: python2-traceback2, python2-linecache2, Hartmut Goebel, 2017/01/19
- Re: [PATCH v2 1/6] gnu: python-testtools: Update to 1.4.0., Danny Milosavljevic, 2017/01/19
- [PATCH v2 2/6] gnu: Add python-fastimport.,
Danny Milosavljevic <=
- Re: [PATCH v2 2/6] gnu: Add python-fastimport., Marius Bakke, 2017/01/18
- Re: [PATCH v2 2/6] gnu: Add python-fastimport., Danny Milosavljevic, 2017/01/18
- [PATCH v2 3/6] gnu: Add python-dulwich., Danny Milosavljevic, 2017/01/18
- Re: [PATCH v2 3/6] gnu: Add python-dulwich., Marius Bakke, 2017/01/18
- Re: [PATCH v2 3/6] gnu: Add python-dulwich., Efraim Flashner, 2017/01/18
- Re: [PATCH v2 3/6] gnu: Add python-dulwich., Danny Milosavljevic, 2017/01/19
- Re: [PATCH v2 3/6] gnu: Add python-dulwich., Danny Milosavljevic, 2017/01/19
- Re: [PATCH v2 3/6] gnu: Add python-dulwich., Danny Milosavljevic, 2017/01/19
- [PATCH v2 6/6] gnu: python-sphinx: Update to 1.5.1 and enable tests., Danny Milosavljevic, 2017/01/18
- Re: [PATCH v2 6/6] gnu: python-sphinx: Update to 1.5.1 and enable tests., Marius Bakke, 2017/01/18