[xmds2] 01/02: New patch allow-newer-pyparsing.patch

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Fri Jan 10 08:55:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch build-doc
in repository xmds2.

commit da6b9e9d6d3c4b41bd8a144b525a3a7d9010697f
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Fri Jan 10 02:08:14 2014 +0100

    New patch allow-newer-pyparsing.patch
---
 debian/patches/allow-newer-pyparsing.patch | 15 +++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/allow-newer-pyparsing.patch b/debian/patches/allow-newer-pyparsing.patch
new file mode 100644
index 0000000..a60b2c3
--- /dev/null
+++ b/debian/patches/allow-newer-pyparsing.patch
@@ -0,0 +1,15 @@
+Description: Allow newer version of pyparsing
+Author: Rafael Laboissiere <rafael at laboissiere.net>
+Last-Update: 2014-01-10
+
+--- xmds2-2.1.4.orig/setup.py
++++ xmds2-2.1.4/setup.py
+@@ -30,7 +30,7 @@ setup(name="xmds2",
+       exclude_package_data = {'': ['README', 'TODO']},
+       
+       # Project requires Cheetah for all of the templates
+-      install_requires = ['Cheetah>=2.0.1', 'pyparsing<2.0.0', 'mpmath'],
++      install_requires = ['Cheetah>=2.0.1', 'pyparsing!=2.0.0', 'mpmath'],
+       
+       package_data = {
+         'xpdeint': ['includes/*.c',
diff --git a/debian/patches/series b/debian/patches/series
index 3cdf6c6..73fde0e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ interpreter-name-in-shebang.patch
 operator-bashism.patch
 drop-dependency-on-sphinx.patch
 string-quote-in-run-tests.patch
+allow-newer-pyparsing.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/xmds2.git



More information about the debian-science-commits mailing list