summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-03-01 14:55:36 +0000
committerIan Delaney <idella4@gentoo.org>2015-03-01 14:55:36 +0000
commit1c5888bdcb95b6890563df93e0d038a43a7d218a (patch)
tree6932b24efc512cbbe65217d5952f82805034addf /dev-python/blaze
parentnew rdep to blaze, ebuild written by me (diff)
downloadgentoo-2-1c5888bdcb95b6890563df93e0d038a43a7d218a.tar.gz
gentoo-2-1c5888bdcb95b6890563df93e0d038a43a7d218a.tar.bz2
gentoo-2-1c5888bdcb95b6890563df93e0d038a43a7d218a.zip
revbump; add new rdep, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/blaze')
-rw-r--r--dev-python/blaze/ChangeLog11
-rw-r--r--dev-python/blaze/blaze-0.4.1.ebuild47
-rw-r--r--dev-python/blaze/blaze-0.4.2.ebuild47
-rw-r--r--dev-python/blaze/blaze-0.5.0.ebuild53
-rw-r--r--dev-python/blaze/blaze-0.6.0.ebuild59
-rw-r--r--dev-python/blaze/blaze-0.6.5.ebuild80
-rw-r--r--dev-python/blaze/blaze-0.6.6.ebuild81
-rw-r--r--dev-python/blaze/blaze-0.6.7.ebuild81
-rw-r--r--dev-python/blaze/blaze-0.6.8.ebuild86
-rw-r--r--dev-python/blaze/blaze-0.7.0.ebuild86
-rw-r--r--dev-python/blaze/blaze-0.7.2-r1.ebuild (renamed from dev-python/blaze/blaze-0.7.2.ebuild)11
11 files changed, 16 insertions, 626 deletions
diff --git a/dev-python/blaze/ChangeLog b/dev-python/blaze/ChangeLog
index 217709438d74..1f785d6fff55 100644
--- a/dev-python/blaze/ChangeLog
+++ b/dev-python/blaze/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for dev-python/blaze
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v 1.14 2015/02/27 02:19:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v 1.15 2015/03/01 14:55:36 idella4 Exp $
+
+*blaze-0.7.2-r1 (01 Mar 2015)
+
+ 01 Mar 2015; Ian Delaney <idella4@gentoo.org> +blaze-0.7.2-r1.ebuild,
+ -blaze-0.4.1.ebuild, -blaze-0.4.2.ebuild, -blaze-0.5.0.ebuild,
+ -blaze-0.6.0.ebuild, -blaze-0.6.5.ebuild, -blaze-0.6.6.ebuild,
+ -blaze-0.6.7.ebuild, -blaze-0.6.8.ebuild, -blaze-0.7.0.ebuild,
+ -blaze-0.7.2.ebuild:
+ revbump; add new rdep, rm old
*blaze-0.7.2 (27 Feb 2015)
diff --git a/dev-python/blaze/blaze-0.4.1.ebuild b/dev-python/blaze/blaze-0.4.1.ebuild
deleted file mode 100644
index 5854aa3b5411..000000000000
--- a/dev-python/blaze/blaze-0.4.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.4.1.ebuild,v 1.3 2014/07/06 12:40:22 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Next generation Python numpy"
-HOMEPAGE="http://blaze.pydata.org/"
-SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="examples test"
-
-RDEPEND="
- dev-python/llvmpy[${PYTHON_USEDEP}]
- dev-python/blz[${PYTHON_USEDEP}]
- dev-python/datashape[${PYTHON_USEDEP}]
- dev-python/dynd-python[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
- dev-python/numba[${PYTHON_USEDEP}]
- dev-python/pykit[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- >=dev-python/cython-0.18[${PYTHON_USEDEP}]
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- cd "${BUILD_DIR}"/lib || die
- ${PYTHON} -c 'import blaze; blaze.test()' || die
-}
-
-python_install_all() {
- # doc needs obsolete sphnxjp package
- #use doc && local HTML_DOCS=( docs/_build/html )
- use examples && local EXAMPLES=( samples )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/blaze/blaze-0.4.2.ebuild b/dev-python/blaze/blaze-0.4.2.ebuild
deleted file mode 100644
index 72f13d0fbc60..000000000000
--- a/dev-python/blaze/blaze-0.4.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.4.2.ebuild,v 1.2 2014/07/06 12:40:21 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Next generation Python numpy"
-HOMEPAGE="http://blaze.pydata.org/"
-SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="examples test"
-
-RDEPEND="
- dev-python/llvmpy[${PYTHON_USEDEP}]
- dev-python/blz[${PYTHON_USEDEP}]
- dev-python/datashape[${PYTHON_USEDEP}]
- dev-python/dynd-python[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
- dev-python/numba[${PYTHON_USEDEP}]
- dev-python/pykit[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- >=dev-python/cython-0.18[${PYTHON_USEDEP}]
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- cd "${BUILD_DIR}"/lib || die
- ${PYTHON} -c 'import blaze; blaze.test()' || die
-}
-
-python_install_all() {
- # doc needs obsolete sphnxjp package
- #use doc && local HTML_DOCS=( docs/_build/html )
- use examples && local EXAMPLES=( samples )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/blaze/blaze-0.5.0.ebuild b/dev-python/blaze/blaze-0.5.0.ebuild
deleted file mode 100644
index d36dc225b91d..000000000000
--- a/dev-python/blaze/blaze-0.5.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.5.0.ebuild,v 1.2 2014/07/06 12:40:21 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Next generation Python numpy"
-HOMEPAGE="http://blaze.pydata.org/"
-SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="doc examples test"
-
-RDEPEND="
- dev-python/llvmpy[${PYTHON_USEDEP}]
- >=dev-python/blz-0.6.2[${PYTHON_USEDEP}]
- >=dev-python/datashape-0.2[${PYTHON_USEDEP}]
- >=dev-python/dynd-python-0.6.2[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
- dev-python/numba[${PYTHON_USEDEP}]
- dev-python/pykit[${PYTHON_USEDEP}]
- dev-python/pyparsing[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- >=dev-python/cython-0.18[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx )
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- )"
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_test() {
- cd "${BUILD_DIR}"/lib || die
- ${PYTHON} -c 'import blaze; blaze.test()' || die
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/build/html )
- use examples && local EXAMPLES=( samples )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/blaze/blaze-0.6.0.ebuild b/dev-python/blaze/blaze-0.6.0.ebuild
deleted file mode 100644
index c9d07677c1cb..000000000000
--- a/dev-python/blaze/blaze-0.6.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.6.0.ebuild,v 1.2 2014/10/29 08:44:59 idella4 Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Next generation Python numpy"
-HOMEPAGE="http://blaze.pydata.org/"
-SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="doc examples test"
-
-RDEPEND="
- dev-python/llvmpy[${PYTHON_USEDEP}]
- >=dev-python/blz-0.6.2[${PYTHON_USEDEP}]
- >=dev-python/datashape-0.2[${PYTHON_USEDEP}]
- >=dev-python/dynd-python-0.6.2[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
- dev-python/numba[${PYTHON_USEDEP}]
- dev-python/pykit[${PYTHON_USEDEP}]
- dev-python/pyparsing[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- dev-python/cytoolz[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/h5py[${PYTHON_USEDEP}]
- python_targets_python2_7? ( dev-python/unicodecsv )
- "
-DEPEND="${RDEPEND}
- >=dev-python/cython-0.18[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx )
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- )"
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_test() {
- cd "${BUILD_DIR}"/lib || die
- "${PYTHON}" -c 'import blaze; blaze.test()' || die
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/build/html )
- use examples && local EXAMPLES=( samples )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/blaze/blaze-0.6.5.ebuild b/dev-python/blaze/blaze-0.6.5.ebuild
deleted file mode 100644
index 87a105318bb5..000000000000
--- a/dev-python/blaze/blaze-0.6.5.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.6.5.ebuild,v 1.2 2014/11/19 03:35:28 patrick Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Next generation Python numpy"
-HOMEPAGE="http://blaze.pydata.org/"
-SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-# Currently doc build fails, reason unclear but appears it's tied to use of
-# redhat's anaconda installer, seemingly hostile to gentoo.
-# Leaving doc build content in case this is fixed
-IUSE="doc examples test"
-
-# pyspark appears an optional dep not in portage. pyskit appears to be dropped
-# pyparsing lokks to be required still despite its absence from requirements.txt
-PY2_USEDEP=$(python_gen_usedep python2_7)
-RDEPEND="
- >=dev-python/blz-0.6.2[${PYTHON_USEDEP}]
- =dev-python/datashape-0.4*[${PYTHON_USEDEP}]
- >=dev-python/dynd-python-0.6.5[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
- dev-python/pyparsing[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- dev-python/cytoolz[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/h5py[${PYTHON_USEDEP}]
- dev-python/unicodecsv[${PY2_USEDEP}]
- >=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- >=dev-python/flask-0.10.1[${PY2_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- dev-python/pytables[${PYTHON_USEDEP}]
- dev-python/pymongo[${PYTHON_USEDEP}]
- dev-python/xlrd[${PYTHON_USEDEP}]
- "
-DEPEND="
- >=dev-python/cython-0.18[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- dev-python/bokeh[${PYTHON_USEDEP}] )
- test? ( ${RDEPEND}
- dev-python/pyyaml[${PYTHON_USEDEP}] )
- "
-# Currently doc build fails, reason unclear but appears it's tied to use of
-# redhat's anaconda installer, seemingly hostile to gentoo.
-
-python_prepare_all() {
- # Prevent d'loading. Use this for now. Flagged for improved fix later.
- sed -e "s: 'sphinx.ext.intersphinx',::" -i docs/source/conf.py || die
-
- distutils-r1_python_prepare_all
-}
-
-#python_compile_all() {
-# use doc && emake -C docs html
-#}
-
-python_test() {
- # https://github.com/ContinuumIO/blaze/issues/791
- cd "${BUILD_DIR}"/lib || die
- "${PYTHON}" -c 'import blaze; blaze.test()' || die
-}
-
-python_install_all() {
-# use doc && local HTML_DOCS=( docs/build/html/. )
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/blaze/blaze-0.6.6.ebuild b/dev-python/blaze/blaze-0.6.6.ebuild
deleted file mode 100644
index f8ebd5502755..000000000000
--- a/dev-python/blaze/blaze-0.6.6.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.6.6.ebuild,v 1.1 2014/11/25 07:00:33 patrick Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Next generation Python numpy"
-HOMEPAGE="http://blaze.pydata.org/"
-SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-# Currently doc build fails, reason unclear but appears it's tied to use of
-# redhat's anaconda installer, seemingly hostile to gentoo.
-# Leaving doc build content in case this is fixed
-IUSE="doc examples test"
-
-# pyspark appears an optional dep not in portage. pyskit appears to be dropped
-# pyparsing lokks to be required still despite its absence from requirements.txt
-PY2_USEDEP=$(python_gen_usedep python2_7)
-RDEPEND="
- >=dev-python/blz-0.6.2[${PYTHON_USEDEP}]
- =dev-python/datashape-0.4*[${PYTHON_USEDEP}]
- >=dev-python/dynd-python-0.6.5[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
- dev-python/pyparsing[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- dev-python/cytoolz[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/h5py[${PYTHON_USEDEP}]
- dev-python/unicodecsv[${PY2_USEDEP}]
- >=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- >=dev-python/flask-0.10.1[${PY2_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- dev-python/pytables[${PYTHON_USEDEP}]
- dev-python/pymongo[${PYTHON_USEDEP}]
- dev-python/xlrd[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- "
-DEPEND="
- >=dev-python/cython-0.18[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- dev-python/bokeh[${PYTHON_USEDEP}] )
- test? ( ${RDEPEND}
- dev-python/pyyaml[${PYTHON_USEDEP}] )
- "
-# Currently doc build fails, reason unclear but appears it's tied to use of
-# redhat's anaconda installer, seemingly hostile to gentoo.
-
-python_prepare_all() {
- # Prevent d'loading. Use this for now. Flagged for improved fix later.
- sed -e "s: 'sphinx.ext.intersphinx',::" -i docs/source/conf.py || die
-
- distutils-r1_python_prepare_all
-}
-
-#python_compile_all() {
-# use doc && emake -C docs html
-#}
-
-python_test() {
- # https://github.com/ContinuumIO/blaze/issues/791
- cd "${BUILD_DIR}"/lib || die
- "${PYTHON}" -c 'import blaze; blaze.test()' || die
-}
-
-python_install_all() {
-# use doc && local HTML_DOCS=( docs/build/html/. )
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/blaze/blaze-0.6.7.ebuild b/dev-python/blaze/blaze-0.6.7.ebuild
deleted file mode 100644
index 9bd9a3996a7d..000000000000
--- a/dev-python/blaze/blaze-0.6.7.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.6.7.ebuild,v 1.1 2014/11/28 07:46:16 patrick Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Next generation Python numpy"
-HOMEPAGE="http://blaze.pydata.org/"
-SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-# Currently doc build fails, reason unclear but appears it's tied to use of
-# redhat's anaconda installer, seemingly hostile to gentoo.
-# Leaving doc build content in case this is fixed
-IUSE="doc examples test"
-
-# pyspark appears an optional dep not in portage. pyskit appears to be dropped
-# pyparsing lokks to be required still despite its absence from requirements.txt
-PY2_USEDEP=$(python_gen_usedep python2_7)
-RDEPEND="
- >=dev-python/blz-0.6.2[${PYTHON_USEDEP}]
- =dev-python/datashape-0.4*[${PYTHON_USEDEP}]
- >=dev-python/dynd-python-0.6.5[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
- dev-python/pyparsing[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- dev-python/cytoolz[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/h5py[${PYTHON_USEDEP}]
- dev-python/unicodecsv[${PY2_USEDEP}]
- >=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- >=dev-python/flask-0.10.1[${PY2_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- dev-python/pytables[${PYTHON_USEDEP}]
- dev-python/pymongo[${PYTHON_USEDEP}]
- dev-python/xlrd[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- "
-DEPEND="
- >=dev-python/cython-0.18[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- dev-python/bokeh[${PYTHON_USEDEP}] )
- test? ( ${RDEPEND}
- dev-python/pyyaml[${PYTHON_USEDEP}] )
- "
-# Currently doc build fails, reason unclear but appears it's tied to use of
-# redhat's anaconda installer, seemingly hostile to gentoo.
-
-python_prepare_all() {
- # Prevent d'loading. Use this for now. Flagged for improved fix later.
- sed -e "s: 'sphinx.ext.intersphinx',::" -i docs/source/conf.py || die
-
- distutils-r1_python_prepare_all
-}
-
-#python_compile_all() {
-# use doc && emake -C docs html
-#}
-
-python_test() {
- # https://github.com/ContinuumIO/blaze/issues/791
- cd "${BUILD_DIR}"/lib || die
- "${PYTHON}" -c 'import blaze; blaze.test()' || die
-}
-
-python_install_all() {
-# use doc && local HTML_DOCS=( docs/build/html/. )
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/blaze/blaze-0.6.8.ebuild b/dev-python/blaze/blaze-0.6.8.ebuild
deleted file mode 100644
index 0470aea7123a..000000000000
--- a/dev-python/blaze/blaze-0.6.8.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.6.8.ebuild,v 1.1 2014/12/19 08:05:43 patrick Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-# if it won't fail anyway why run it at all?
-RESTRICT="test"
-
-inherit distutils-r1
-
-DESCRIPTION="Next generation Python numpy"
-HOMEPAGE="http://blaze.pydata.org/"
-SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-# Currently doc build fails, reason unclear but appears it's tied to use of
-# redhat's anaconda installer, seemingly hostile to gentoo.
-# Leaving doc build content in case this is fixed
-IUSE="doc examples test"
-
-# pyspark appears an optional dep not in portage. pyskit appears to be dropped
-# pyparsing lokks to be required still despite its absence from requirements.txt
-PY2_USEDEP=$(python_gen_usedep python2_7)
-RDEPEND="
- >=dev-python/blz-0.6.2[${PYTHON_USEDEP}]
- =dev-python/datashape-0.4*[${PYTHON_USEDEP}]
- >=dev-python/dynd-python-0.6.5[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
- dev-python/pyparsing[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- dev-python/cytoolz[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/h5py[${PYTHON_USEDEP}]
- dev-python/unicodecsv[${PY2_USEDEP}]
- >=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- >=dev-python/flask-0.10.1[${PY2_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- dev-python/pytables[${PYTHON_USEDEP}]
- dev-python/pymongo[${PYTHON_USEDEP}]
- dev-python/xlrd[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- dev-python/into[${PYTHON_USEDEP}]
- dev-python/networkx[${PYTHON_USEDEP}]
- "
-DEPEND="
- >=dev-python/cython-0.18[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- dev-python/bokeh[${PYTHON_USEDEP}] )
- test? ( ${RDEPEND}
- dev-python/pyyaml[${PYTHON_USEDEP}] )
- "
-# Currently doc build fails, reason unclear but appears it's tied to use of
-# redhat's anaconda installer, seemingly hostile to gentoo.
-
-python_prepare_all() {
- # Prevent d'loading. Use this for now. Flagged for improved fix later.
- sed -e "s: 'sphinx.ext.intersphinx',::" -i docs/source/conf.py || die
-
- distutils-r1_python_prepare_all
-}
-
-#python_compile_all() {
-# use doc && emake -C docs html
-#}
-
-python_test() {
- # https://github.com/ContinuumIO/blaze/issues/791
- cd "${BUILD_DIR}"/lib || die
- "${PYTHON}" -c 'import blaze; blaze.test()' || die
-}
-
-python_install_all() {
-# use doc && local HTML_DOCS=( docs/build/html/. )
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/blaze/blaze-0.7.0.ebuild b/dev-python/blaze/blaze-0.7.0.ebuild
deleted file mode 100644
index 277c30b24965..000000000000
--- a/dev-python/blaze/blaze-0.7.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.7.0.ebuild,v 1.1 2014/12/25 09:47:23 patrick Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-# if it won't fail anyway why run it at all?
-RESTRICT="test"
-
-inherit distutils-r1
-
-DESCRIPTION="Next generation Python numpy"
-HOMEPAGE="http://blaze.pydata.org/"
-SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-# Currently doc build fails, reason unclear but appears it's tied to use of
-# redhat's anaconda installer, seemingly hostile to gentoo.
-# Leaving doc build content in case this is fixed
-IUSE="doc examples test"
-
-# pyspark appears an optional dep not in portage. pyskit appears to be dropped
-# pyparsing lokks to be required still despite its absence from requirements.txt
-PY2_USEDEP=$(python_gen_usedep python2_7)
-RDEPEND="
- >=dev-python/blz-0.6.2[${PYTHON_USEDEP}]
- =dev-python/datashape-0.4*[${PYTHON_USEDEP}]
- >=dev-python/dynd-python-0.6.5[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
- dev-python/pyparsing[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- dev-python/cytoolz[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/h5py[${PYTHON_USEDEP}]
- dev-python/unicodecsv[${PY2_USEDEP}]
- >=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- >=dev-python/flask-0.10.1[${PY2_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- dev-python/pytables[${PYTHON_USEDEP}]
- dev-python/pymongo[${PYTHON_USEDEP}]
- dev-python/xlrd[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- dev-python/into[${PYTHON_USEDEP}]
- dev-python/networkx[${PYTHON_USEDEP}]
- "
-DEPEND="
- >=dev-python/cython-0.18[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- dev-python/bokeh[${PYTHON_USEDEP}] )
- test? ( ${RDEPEND}
- dev-python/pyyaml[${PYTHON_USEDEP}] )
- "
-# Currently doc build fails, reason unclear but appears it's tied to use of
-# redhat's anaconda installer, seemingly hostile to gentoo.
-
-python_prepare_all() {
- # Prevent d'loading. Use this for now. Flagged for improved fix later.
- sed -e "s: 'sphinx.ext.intersphinx',::" -i docs/source/conf.py || die
-
- distutils-r1_python_prepare_all
-}
-
-#python_compile_all() {
-# use doc && emake -C docs html
-#}
-
-python_test() {
- # https://github.com/ContinuumIO/blaze/issues/791
- cd "${BUILD_DIR}"/lib || die
- "${PYTHON}" -c 'import blaze; blaze.test()' || die
-}
-
-python_install_all() {
-# use doc && local HTML_DOCS=( docs/build/html/. )
- use examples && local EXAMPLES=( blaze/examples/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/blaze/blaze-0.7.2.ebuild b/dev-python/blaze/blaze-0.7.2-r1.ebuild
index 3e2fa5c4dc61..41bd3ee62632 100644
--- a/dev-python/blaze/blaze-0.7.2.ebuild
+++ b/dev-python/blaze/blaze-0.7.2-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.7.2.ebuild,v 1.1 2015/02/27 02:19:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.7.2-r1.ebuild,v 1.1 2015/03/01 14:55:36 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-# if it won't fail anyway why run it at all?
+# Tests attempt to import mystery modules in datashape
RESTRICT="test"
inherit distutils-r1
@@ -19,13 +19,12 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-# Currently doc build fails, reason unclear but appears it's tied to use of
-# redhat's anaconda installer, seemingly hostile to gentoo.
+# Currently doc build fails, reason now, attempt to import mystery modules in datashape
# Leaving doc build content in case this is fixed
IUSE="doc examples test"
# pyspark appears an optional dep not in portage. pyskit appears to be dropped
-# pyparsing lokks to be required still despite its absence from requirements.txt
+# pyparsing looks to be required still despite its absence from requirements.txt
PY2_USEDEP=$(python_gen_usedep python2_7)
RDEPEND="
>=dev-python/blz-0.6.2[${PYTHON_USEDEP}]
@@ -49,6 +48,8 @@ RDEPEND="
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/into[${PYTHON_USEDEP}]
dev-python/networkx[${PYTHON_USEDEP}]
+ dev-python/numba[${PYTHON_USEDEP}]
+ dev-python/bcolz[${PYTHON_USEDEP}]
"
DEPEND="
>=dev-python/cython-0.18[${PYTHON_USEDEP}]