[135832] trunk/dports/python/py-obspy

petr at macports.org petr at macports.org
Mon May 4 12:52:33 PDT 2015


Revision: 135832
          https://trac.macports.org/changeset/135832
Author:   petr at macports.org
Date:     2015-05-04 12:52:33 -0700 (Mon, 04 May 2015)
Log Message:
-----------
py-obspy: fix sqlalchemy dependency issue

Modified Paths:
--------------
    trunk/dports/python/py-obspy/Portfile

Added Paths:
-----------
    trunk/dports/python/py-obspy/files/
    trunk/dports/python/py-obspy/files/patch-sqlalchemy-setup.py.diff

Modified: trunk/dports/python/py-obspy/Portfile
===================================================================
--- trunk/dports/python/py-obspy/Portfile	2015-05-04 19:45:19 UTC (rev 135831)
+++ trunk/dports/python/py-obspy/Portfile	2015-05-04 19:52:33 UTC (rev 135832)
@@ -11,6 +11,7 @@
 conflicts           ${name}-devel
 
 version             0.10.1
+revision            1
 categories-append   science
 platforms           darwin
 license             LGPL-3
@@ -57,6 +58,8 @@
     # py-numpy & py-scipy are not universal
     universal_variant       no
 
+    patchfiles      patch-sqlalchemy-setup.py.diff
+
     livecheck.type  none
 } else {
     livecheck.type  regex

Added: trunk/dports/python/py-obspy/files/patch-sqlalchemy-setup.py.diff
===================================================================
--- trunk/dports/python/py-obspy/files/patch-sqlalchemy-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py-obspy/files/patch-sqlalchemy-setup.py.diff	2015-05-04 19:52:33 UTC (rev 135832)
@@ -0,0 +1,11 @@
+--- setup.orig.py	2015-03-20 16:03:30.000000000 +0100
++++ setup.py	2015-05-04 21:39:25.000000000 +0200
+@@ -102,7 +102,7 @@
+     'scipy>=0.7.2',
+     'matplotlib',
+     'lxml',
+-    'sqlalchemy<=0.9.9']
++    'sqlalchemy']
+ EXTRAS_REQUIRE = {
+     'tests': ['flake8>=2', 'pyimgur'],
+     'arclink': ['m2crypto'],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150504/24c11cf9/attachment-0001.html>


More information about the macports-changes mailing list