Update Hooke to use external igor package (vs. internal igorbinarywave).
authorW. Trevor King <wking@tremily.us>
Mon, 20 Aug 2012 18:17:55 +0000 (14:17 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 20 Aug 2012 18:17:55 +0000 (14:17 -0400)
ChangeLog
hooke-9999.ebuild

index d7dcec40209f3c3db82b4f274f7c702421c7989e..526bf38c60c260232fcb4e40308ccf7b9b93f031 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+*hooke-9999 (20 Aug 2012)
+  20 Aug 2012; W. Trevor King <wking@drexel.edu> hooke-9999.ebuild:
+  Add sci-misc/igor dependency and require Python 2.7 for
+  '{}'.format(...).
+
 *hooke-9999 (06 Mar 2012)
   06 Mar 2012; W. Trevor King <wking@drexel.edu> hooke-9999.ebuild:
   - Change Git URL from einstein -> tremily.
index effe72f59d874c6b2704fd8c749bc10cbb0e7d4f..e635a9fb4864fbe6e30913d7cd6daa362afb2ff8 100644 (file)
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI="4"
-PYTHON_DEPEND="2:2.6"
+PYTHON_DEPEND="2:2.7"
 SUPPORT_PYTHON_ABIS="1"
 RESTRICT_PYTHON_ABIS="3.*"
 
@@ -29,6 +29,7 @@ IUSE="doc test X"
 RDEPEND="dev-python/matplotlib
        dev-python/numpy
        sci-libs/scipy
+       sci-misc/igor
        dev-python/pyyaml
        X? ( >=dev-python/wxpython-2.8 )"
 DEPEND="${RDEPEND}