From: W. Trevor King Date: Mon, 20 Aug 2012 18:17:55 +0000 (-0400) Subject: Update Hooke to use external igor package (vs. internal igorbinarywave). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f3ea6b52c84012714a5f7b820d41337e70b65cb2;p=wtk-overlay.git Update Hooke to use external igor package (vs. internal igorbinarywave). --- diff --git a/ChangeLog b/ChangeLog index d7dcec4..526bf38 100644 --- 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 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 hooke-9999.ebuild: - Change Git URL from einstein -> tremily. diff --git a/hooke-9999.ebuild b/hooke-9999.ebuild index effe72f..e635a9f 100644 --- a/hooke-9999.ebuild +++ b/hooke-9999.ebuild @@ -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}