[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/36: gnu: Add python-diff-match-patch.
From: |
julien lepiller |
Subject: |
09/36: gnu: Add python-diff-match-patch. |
Date: |
Thu, 11 May 2017 16:01:26 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 186d4f8d08b8c25ceddcc1caf03a9cf1323110db
Author: Julien Lepiller <address@hidden>
Date: Sat Apr 22 13:34:24 2017 +0200
gnu: Add python-diff-match-patch.
* gnu/packages/python.scm (python-diff-match-patch,
python2-diff-match-patch):
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 13eeefe..d6470db 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -14282,3 +14282,24 @@ use in your Sphinx docs.")
(define-public python2-cssmin
(package-with-python2 python-cssmin))
+
+(define-public python-diff-match-patch
+ (package
+ (name "python-diff-match-patch")
+ (version "20121119")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "diff-match-patch" version))
+ (sha256
+ (base32
+ "0k1f3v8nbidcmmrk65m7h8v41jqi37653za9fcs96y7jzc8mdflx"))))
+ (build-system python-build-system)
+ (home-page "https://code.google.com/p/google-diff-match-patch")
+ (synopsis "Synchronize plain text")
+ (description "Diff Match and Patch libraries offer robust algorithms to
+perform the operations required for synchronizing plain text.")
+ (license license:asl2.0)))
+
+(define-public python2-diff-match-patch
+ (package-with-python2 python-diff-match-patch))
- 01/36: gnu: python-pytest-runner: Update to 2.11.1., (continued)
- 01/36: gnu: python-pytest-runner: Update to 2.11.1., julien lepiller, 2017/05/11
- 02/36: gnu: Add python-pytest-warnings., julien lepiller, 2017/05/11
- 04/36: gnu: Add python-utils., julien lepiller, 2017/05/11
- 10/36: gnu: Add python-dirsync., julien lepiller, 2017/05/11
- 03/36: gnu: Add python-pytest-catchlog., julien lepiller, 2017/05/11
- 08/36: gnu: Add python-cssmin., julien lepiller, 2017/05/11
- 07/36: gnu: python-rq: Update to 0.7.1., julien lepiller, 2017/05/11
- 06/36: gnu: Add python-sphinx-me., julien lepiller, 2017/05/11
- 16/36: gnu: Add python2-stemming., julien lepiller, 2017/05/11
- 05/36: gnu: Add python-webassets., julien lepiller, 2017/05/11
- 09/36: gnu: Add python-diff-match-patch.,
julien lepiller <=
- 13/36: gnu: python-dateutil: Update to 2.6.0., julien lepiller, 2017/05/11
- 12/36: gnu: Add python-elasticsearch., julien lepiller, 2017/05/11
- 14/36: gnu: Add python-levenshtein., julien lepiller, 2017/05/11
- 15/36: gnu: Add python-scandir., julien lepiller, 2017/05/11
- 17/36: gnu: Add python-factory-boy., julien lepiller, 2017/05/11
- 18/36: gnu: Add python-translate-toolkit., julien lepiller, 2017/05/11
- 22/36: gnu: Add python-dj-database-url., julien lepiller, 2017/05/11
- 27/36: gnu: Add python-hiredis., julien lepiller, 2017/05/11
- 31/36: gnu: Add python-django-sortedm2m., julien lepiller, 2017/05/11
- 33/36: gnu: Add python-django-statici18n., julien lepiller, 2017/05/11