[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2024-02-28 Thread Horea Christian
commit: 50a05ce19aefe2890f26918b5900d757c669e66b
Author: Horea Christian  chymera  eu>
AuthorDate: Thu Feb 29 01:44:52 2024 +
Commit: Horea Christian  gmail  com>
CommitDate: Thu Feb 29 01:44:52 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=50a05ce1

dev-python/bokeh: enable py3.11, py3.12

Signed-off-by: Horea Christian  chymera.eu>

 dev-python/bokeh/bokeh-2.4.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/bokeh/bokeh-2.4.2.ebuild 
b/dev-python/bokeh/bokeh-2.4.2.ebuild
index 0a0c64b4b..7347e5110 100644
--- a/dev-python/bokeh/bokeh-2.4.2.ebuild
+++ b/dev-python/bokeh/bokeh-2.4.2.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-DISTUTILS_IN_SOURCE_BUILD=1
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 optfeature pypi
 
 DESCRIPTION="Statistical and interactive HTML plots for Python"



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2023-05-22 Thread Andrew Ammerlaan
commit: 978af2ad5cb95fd69ac0f35ee3c001f21c972f9d
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon May 22 13:02:35 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 22 13:12:29 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=978af2ad

dev-python/bokeh: update SRC_URI

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/bokeh/bokeh-2.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/bokeh/bokeh-2.4.2.ebuild 
b/dev-python/bokeh/bokeh-2.4.2.ebuild
index 02581b74c..0a0c64b4b 100644
--- a/dev-python/bokeh/bokeh-2.4.2.ebuild
+++ b/dev-python/bokeh/bokeh-2.4.2.ebuild
@@ -6,11 +6,11 @@ EAPI=8
 PYTHON_COMPAT=( python3_10 )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 DISTUTILS_IN_SOURCE_BUILD=1
-inherit distutils-r1 optfeature
+inherit distutils-r1 optfeature pypi
 
 DESCRIPTION="Statistical and interactive HTML plots for Python"
 HOMEPAGE="https://bokeh.org/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
+SRC_URI+="
https://raw.githubusercontent.com/bokeh/bokeh/${PV}/conftest.py -> 
conftest-${P}.py
 "
 



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2022-09-30 Thread Andrew Ammerlaan
commit: 8e5d1aa840ac15822629440e755809a548092aa8
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Sep 30 10:20:01 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Sep 30 10:20:01 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8e5d1aa8

dev-python/bokeh: www-servers/tornado --> dev-python/tornado

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/bokeh/bokeh-2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bokeh/bokeh-2.4.2.ebuild 
b/dev-python/bokeh/bokeh-2.4.2.ebuild
index d6dfa1901..263546dbf 100644
--- a/dev-python/bokeh/bokeh-2.4.2.ebuild
+++ b/dev-python/bokeh/bokeh-2.4.2.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
>=dev-python/pillow-7.1.0[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-3.10.0[${PYTHON_USEDEP}]
-   >=www-servers/tornado-5.1[${PYTHON_USEDEP}]
+   >=dev-python/tornado-5.1[${PYTHON_USEDEP}]
 "
 BDEPEND="
test? (



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2022-01-25 Thread Andrew Ammerlaan
commit: ed7961016cc299117cabb32148edb46a64a5a390
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Jan 25 16:50:55 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Jan 25 16:50:55 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ed796101

dev-python/bokeh: add version 2.4.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/bokeh/bokeh-2.4.2.ebuild | 79 +
 1 file changed, 79 insertions(+)

diff --git a/dev-python/bokeh/bokeh-2.4.2.ebuild 
b/dev-python/bokeh/bokeh-2.4.2.ebuild
new file mode 100644
index 0..d6dfa1901
--- /dev/null
+++ b/dev-python/bokeh/bokeh-2.4.2.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_IN_SOURCE_BUILD=1
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Statistical and interactive HTML plots for Python"
+HOMEPAGE="https://bokeh.org/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
+   https://raw.githubusercontent.com/bokeh/bokeh/${PV}/conftest.py -> 
conftest-${P}.py
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.11.3[${PYTHON_USEDEP}]
+   >=dev-python/packaging-16.8[${PYTHON_USEDEP}]
+   >=dev-python/pillow-7.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-3.10.0[${PYTHON_USEDEP}]
+   >=www-servers/tornado-5.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   dev-python/pydot[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/selenium[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all(){
+   cp "${DISTDIR}"/conftest-${P}.py "${S}"/conftest.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # disable tests having network calls
+   local SKIP_TESTS=" \
+   not (test___init__ and TestWarnings and test_filters) and \
+   not (test_json__subcommands and test_no_script) and \
+   not (test_standalone and Test_autoload_static) and \
+   not test_nodejs_compile_javascript and \
+   not test_nodejs_compile_less and \
+   not test_inline_extension and \
+   not (test_model and test_select) and \
+   not test_tornado__server and \
+   not test_client_server and \
+   not test_webdriver and \
+   not test_export and \
+   not test_server and \
+   not test_bundle and \
+   not test_ext and \
+   not test_detect_current_filename \
+   "
+   epytest -m "not sampledata" tests/unit -k "${SKIP_TESTS}"
+}
+
+pkg_postinst() {
+   optfeature "integration with amazon S3" dev-python/boto
+   optfeature "pypi integration to publish packages" dev-python/twine
+   optfeature "js library usage" net-libs/nodejs
+}



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/, dev-python/bokeh/files/

2022-01-25 Thread Andrew Ammerlaan
commit: 143dbbf671e9c4ebdc76c233dd967fce857017f1
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Jan 25 16:51:21 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Jan 25 16:51:21 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=143dbbf6

dev-python/bokeh: cleanup old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/bokeh/bokeh-2.2.1-r1.ebuild | 85 --
 dev-python/bokeh/bokeh-2.2.2-r1.ebuild | 85 --
 dev-python/bokeh/bokeh-2.2.3.ebuild| 85 --
 dev-python/bokeh/bokeh-2.3.0.ebuild| 85 --
 dev-python/bokeh/bokeh-2.3.1.ebuild| 85 --
 dev-python/bokeh/bokeh-2.3.2.ebuild| 85 --
 .../bokeh/files/bokeh-2.2.1-conftest_py.patch  | 56 --
 7 files changed, 566 deletions(-)

diff --git a/dev-python/bokeh/bokeh-2.2.1-r1.ebuild 
b/dev-python/bokeh/bokeh-2.2.1-r1.ebuild
deleted file mode 100644
index 8381bfbdd..0
--- a/dev-python/bokeh/bokeh-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# upstream hasn't tested python 3.8 fully
-PYTHON_COMPAT=( python3_{6..8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-DISTUTILS_IN_SOURCE_BUILD=1
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Statistical and interactive HTML plots for Python"
-HOMEPAGE="https://bokeh.org/
-   https://github.com/bokeh/bokeh
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# upstream authoritative dependencies
-# https://github.com/bokeh/bokeh/blob/master/conda.recipe/meta.yaml
-RDEPEND="
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pyparsing[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   >=www-servers/tornado-5[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/ipython_genutils[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/networkx[${PYTHON_USEDEP}]
-   dev-python/nbconvert[${PYTHON_USEDEP}]
-   dev-python/nbformat[${PYTHON_USEDEP}]
-   dev-python/pydot[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/selenium[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.2.1-conftest_py.patch
-)
-
-python_test() {
-   # disable tests having network calls
-   local SKIP_TESTS=" \
-   not (test___init__ and TestWarnings and test_filters) and \
-   not (test_json__subcommands and test_no_script) and \
-   not (test_standalone and Test_autoload_static) and \
-   not test_nodejs_compile_javascript and \
-   not test_nodejs_compile_less and \
-   not test_inline_extension and \
-   not (test_model and test_select) and \
-   not test_tornado__server and \
-   not test_client_server and \
-   not test_webdriver and \
-   not test_export and \
-   not test_server and \
-   not test_bundle and \
-   not test_ext \
-   "
-   pytest -m "not sampledata" tests/unit -k \
-  "${SKIP_TESTS}" -vv || die "unittests fail with ${EPYTHON}"
-}
-
-pkg_postinst() {
-   optfeature "integration with amazon S3" dev-python/boto
-   optfeature "pypi integration to publish packages" dev-python/twine
-   optfeature "js library usage" net-libs/nodejs
-}

diff --git a/dev-python/bokeh/bokeh-2.2.2-r1.ebuild 
b/dev-python/bokeh/bokeh-2.2.2-r1.ebuild
deleted file mode 100644
index 8381bfbdd..0
--- a/dev-python/bokeh/bokeh-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# upstream hasn't tested python 3.8 fully
-PYTHON_COMPAT=( python3_{6..8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-DISTUTILS_IN_SOURCE_BUILD=1
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Statistical and interactive HTML plots for Python"
-HOMEPAGE="https://bokeh.org/
-   https://github.com/bokeh/bokeh
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-

[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2021-09-08 Thread Andrew Ammerlaan
commit: 4dc929899d3f9aa521c04697bb1b0c7827cc8492
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Sep  8 15:13:53 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Sep  8 15:13:58 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4dc92989

dev-python/bokeh: beautifullsoup:4 --> beautifullsoup4

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/bokeh/bokeh-2.2.1-r1.ebuild | 4 ++--
 dev-python/bokeh/bokeh-2.2.2-r1.ebuild | 4 ++--
 dev-python/bokeh/bokeh-2.2.3.ebuild| 4 ++--
 dev-python/bokeh/bokeh-2.3.0.ebuild| 2 +-
 dev-python/bokeh/bokeh-2.3.1.ebuild| 2 +-
 dev-python/bokeh/bokeh-2.3.2.ebuild| 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-python/bokeh/bokeh-2.2.1-r1.ebuild 
b/dev-python/bokeh/bokeh-2.2.1-r1.ebuild
index 206e6962e..8381bfbdd 100644
--- a/dev-python/bokeh/bokeh-2.2.1-r1.ebuild
+++ b/dev-python/bokeh/bokeh-2.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -36,7 +36,7 @@ RDEPEND="
 "
 BDEPEND="
test? (
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/flaky[${PYTHON_USEDEP}]
dev-python/ipython_genutils[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]

diff --git a/dev-python/bokeh/bokeh-2.2.2-r1.ebuild 
b/dev-python/bokeh/bokeh-2.2.2-r1.ebuild
index 206e6962e..8381bfbdd 100644
--- a/dev-python/bokeh/bokeh-2.2.2-r1.ebuild
+++ b/dev-python/bokeh/bokeh-2.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -36,7 +36,7 @@ RDEPEND="
 "
 BDEPEND="
test? (
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/flaky[${PYTHON_USEDEP}]
dev-python/ipython_genutils[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]

diff --git a/dev-python/bokeh/bokeh-2.2.3.ebuild 
b/dev-python/bokeh/bokeh-2.2.3.ebuild
index 206e6962e..8381bfbdd 100644
--- a/dev-python/bokeh/bokeh-2.2.3.ebuild
+++ b/dev-python/bokeh/bokeh-2.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -36,7 +36,7 @@ RDEPEND="
 "
 BDEPEND="
test? (
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/flaky[${PYTHON_USEDEP}]
dev-python/ipython_genutils[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]

diff --git a/dev-python/bokeh/bokeh-2.3.0.ebuild 
b/dev-python/bokeh/bokeh-2.3.0.ebuild
index c3f35c24c..8c00f2092 100644
--- a/dev-python/bokeh/bokeh-2.3.0.ebuild
+++ b/dev-python/bokeh/bokeh-2.3.0.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
 "
 BDEPEND="
test? (
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/flaky[${PYTHON_USEDEP}]
dev-python/ipython_genutils[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]

diff --git a/dev-python/bokeh/bokeh-2.3.1.ebuild 
b/dev-python/bokeh/bokeh-2.3.1.ebuild
index c3f35c24c..8c00f2092 100644
--- a/dev-python/bokeh/bokeh-2.3.1.ebuild
+++ b/dev-python/bokeh/bokeh-2.3.1.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
 "
 BDEPEND="
test? (
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/flaky[${PYTHON_USEDEP}]
dev-python/ipython_genutils[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]

diff --git a/dev-python/bokeh/bokeh-2.3.2.ebuild 
b/dev-python/bokeh/bokeh-2.3.2.ebuild
index c3f35c24c..8c00f2092 100644
--- a/dev-python/bokeh/bokeh-2.3.2.ebuild
+++ b/dev-python/bokeh/bokeh-2.3.2.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
 "
 BDEPEND="
test? (
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/flaky[${PYTHON_USEDEP}]
dev-python/ipython_genutils[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2021-05-20 Thread Aisha Tammy
commit: 0727e4e11edaf43b948fcb18a41bed4cd04e1572
Author: Aisha Tammy  bsd  ac>
AuthorDate: Thu May 20 21:38:36 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Thu May 20 21:39:57 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0727e4e1

dev-python/bokeh: version bump to 2.3.2

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/bokeh/bokeh-2.3.2.ebuild | 85 +
 1 file changed, 85 insertions(+)

diff --git a/dev-python/bokeh/bokeh-2.3.2.ebuild 
b/dev-python/bokeh/bokeh-2.3.2.ebuild
new file mode 100644
index 0..c3f35c24c
--- /dev/null
+++ b/dev-python/bokeh/bokeh-2.3.2.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_IN_SOURCE_BUILD=1
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Statistical and interactive HTML plots for Python"
+HOMEPAGE="https://bokeh.org/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
+   https://raw.githubusercontent.com/bokeh/bokeh/${PV}/conftest.py -> 
conftest-${P}.py
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# upstream authoritative dependencies
+# https://github.com/bokeh/bokeh/blob/master/conda.recipe/meta.yaml
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   >=www-servers/tornado-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   dev-python/pydot[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/selenium[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all(){
+   cp "${DISTDIR}"/conftest-${P}.py "${S}"/conftest.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # disable tests having network calls
+   local SKIP_TESTS=" \
+   not (test___init__ and TestWarnings and test_filters) and \
+   not (test_json__subcommands and test_no_script) and \
+   not (test_standalone and Test_autoload_static) and \
+   not test_nodejs_compile_javascript and \
+   not test_nodejs_compile_less and \
+   not test_inline_extension and \
+   not (test_model and test_select) and \
+   not test_tornado__server and \
+   not test_client_server and \
+   not test_webdriver and \
+   not test_export and \
+   not test_server and \
+   not test_bundle and \
+   not test_ext \
+   "
+   pytest -m "not sampledata" tests/unit -k \
+  "${SKIP_TESTS}" -vv || die "unittests fail with ${EPYTHON}"
+}
+
+pkg_postinst() {
+   optfeature "integration with amazon S3" dev-python/boto
+   optfeature "pypi integration to publish packages" dev-python/twine
+   optfeature "js library usage" net-libs/nodejs
+}



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2021-04-22 Thread Aisha Tammy
commit: 4a89de2cff3971f233ada8c4d658af8c302dc504
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Apr 22 19:40:27 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Thu Apr 22 19:40:27 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4a89de2c

dev-python/bokeh: version bump to 2.3.1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/bokeh/bokeh-2.3.1.ebuild | 85 +
 1 file changed, 85 insertions(+)

diff --git a/dev-python/bokeh/bokeh-2.3.1.ebuild 
b/dev-python/bokeh/bokeh-2.3.1.ebuild
new file mode 100644
index 0..c3f35c24c
--- /dev/null
+++ b/dev-python/bokeh/bokeh-2.3.1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_IN_SOURCE_BUILD=1
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Statistical and interactive HTML plots for Python"
+HOMEPAGE="https://bokeh.org/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
+   https://raw.githubusercontent.com/bokeh/bokeh/${PV}/conftest.py -> 
conftest-${P}.py
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# upstream authoritative dependencies
+# https://github.com/bokeh/bokeh/blob/master/conda.recipe/meta.yaml
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   >=www-servers/tornado-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   dev-python/pydot[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/selenium[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all(){
+   cp "${DISTDIR}"/conftest-${P}.py "${S}"/conftest.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # disable tests having network calls
+   local SKIP_TESTS=" \
+   not (test___init__ and TestWarnings and test_filters) and \
+   not (test_json__subcommands and test_no_script) and \
+   not (test_standalone and Test_autoload_static) and \
+   not test_nodejs_compile_javascript and \
+   not test_nodejs_compile_less and \
+   not test_inline_extension and \
+   not (test_model and test_select) and \
+   not test_tornado__server and \
+   not test_client_server and \
+   not test_webdriver and \
+   not test_export and \
+   not test_server and \
+   not test_bundle and \
+   not test_ext \
+   "
+   pytest -m "not sampledata" tests/unit -k \
+  "${SKIP_TESTS}" -vv || die "unittests fail with ${EPYTHON}"
+}
+
+pkg_postinst() {
+   optfeature "integration with amazon S3" dev-python/boto
+   optfeature "pypi integration to publish packages" dev-python/twine
+   optfeature "js library usage" net-libs/nodejs
+}



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2021-02-24 Thread Aisha Tammy
commit: 9594eb89b6774efda3c317336d09aa4991542eab
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Feb 25 01:08:28 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Thu Feb 25 01:09:50 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=9594eb89

dev-python/bokeh: version bump to 2.3.0

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/bokeh/bokeh-2.3.0.ebuild | 85 +
 1 file changed, 85 insertions(+)

diff --git a/dev-python/bokeh/bokeh-2.3.0.ebuild 
b/dev-python/bokeh/bokeh-2.3.0.ebuild
new file mode 100644
index 0..c3f35c24c
--- /dev/null
+++ b/dev-python/bokeh/bokeh-2.3.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_IN_SOURCE_BUILD=1
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Statistical and interactive HTML plots for Python"
+HOMEPAGE="https://bokeh.org/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
+   https://raw.githubusercontent.com/bokeh/bokeh/${PV}/conftest.py -> 
conftest-${P}.py
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# upstream authoritative dependencies
+# https://github.com/bokeh/bokeh/blob/master/conda.recipe/meta.yaml
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   >=www-servers/tornado-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   dev-python/pydot[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/selenium[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all(){
+   cp "${DISTDIR}"/conftest-${P}.py "${S}"/conftest.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # disable tests having network calls
+   local SKIP_TESTS=" \
+   not (test___init__ and TestWarnings and test_filters) and \
+   not (test_json__subcommands and test_no_script) and \
+   not (test_standalone and Test_autoload_static) and \
+   not test_nodejs_compile_javascript and \
+   not test_nodejs_compile_less and \
+   not test_inline_extension and \
+   not (test_model and test_select) and \
+   not test_tornado__server and \
+   not test_client_server and \
+   not test_webdriver and \
+   not test_export and \
+   not test_server and \
+   not test_bundle and \
+   not test_ext \
+   "
+   pytest -m "not sampledata" tests/unit -k \
+  "${SKIP_TESTS}" -vv || die "unittests fail with ${EPYTHON}"
+}
+
+pkg_postinst() {
+   optfeature "integration with amazon S3" dev-python/boto
+   optfeature "pypi integration to publish packages" dev-python/twine
+   optfeature "js library usage" net-libs/nodejs
+}



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2020-10-21 Thread Aisha Tammy
commit: 278ea78681e753d7f372ae2ded55da98fc941f40
Author: Aisha Tammy  aisha  cc>
AuthorDate: Wed Oct 21 21:40:54 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Wed Oct 21 21:41:04 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=278ea786

dev-python/bokeh: version bump to 2.2.3

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/bokeh/bokeh-2.2.3.ebuild | 85 +
 dev-python/bokeh/packs  | 21 -
 2 files changed, 85 insertions(+), 21 deletions(-)

diff --git a/dev-python/bokeh/bokeh-2.2.3.ebuild 
b/dev-python/bokeh/bokeh-2.2.3.ebuild
new file mode 100644
index 0..206e6962e
--- /dev/null
+++ b/dev-python/bokeh/bokeh-2.2.3.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# upstream hasn't tested python 3.8 fully
+PYTHON_COMPAT=( python3_{6..8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_IN_SOURCE_BUILD=1
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Statistical and interactive HTML plots for Python"
+HOMEPAGE="https://bokeh.org/
+   https://github.com/bokeh/bokeh
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# upstream authoritative dependencies
+# https://github.com/bokeh/bokeh/blob/master/conda.recipe/meta.yaml
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   >=www-servers/tornado-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   dev-python/pydot[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/selenium[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.2.1-conftest_py.patch
+)
+
+python_test() {
+   # disable tests having network calls
+   local SKIP_TESTS=" \
+   not (test___init__ and TestWarnings and test_filters) and \
+   not (test_json__subcommands and test_no_script) and \
+   not (test_standalone and Test_autoload_static) and \
+   not test_nodejs_compile_javascript and \
+   not test_nodejs_compile_less and \
+   not test_inline_extension and \
+   not (test_model and test_select) and \
+   not test_tornado__server and \
+   not test_client_server and \
+   not test_webdriver and \
+   not test_export and \
+   not test_server and \
+   not test_bundle and \
+   not test_ext \
+   "
+   pytest -m "not sampledata" tests/unit -k \
+  "${SKIP_TESTS}" -vv || die "unittests fail with ${EPYTHON}"
+}
+
+pkg_postinst() {
+   optfeature "integration with amazon S3" dev-python/boto
+   optfeature "pypi integration to publish packages" dev-python/twine
+   optfeature "js library usage" net-libs/nodejs
+}

diff --git a/dev-python/bokeh/packs b/dev-python/bokeh/packs
deleted file mode 100644
index c6ffec3a0..0
--- a/dev-python/bokeh/packs
+++ /dev/null
@@ -1,21 +0,0 @@
-dev-python/beautifulsoup
-dev-python/boto
-dev-python/colorama
-dev-python/flaky
-dev-python/ipython
-dev-python/pandas
-dev-python/pytest
-dev-python/pytest-asyncio
-dev-python/pytest-html
-dev-python/pytest-xdist
-dev-python/mypy
-dev-python/mock
-dev-python/networkx
-dev-python/nbconvert
-dev-python/nbformat
-dev-python/pytest-rerunfailures
-dev-python/pytest-xdist
-dev-python/selenium
-dev-ruby/selenium-webdriver
-net-libs/nodejs
-dev-python/scipy



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2020-10-20 Thread Aisha Tammy
commit: 484fcdf3fbd53f2a0a7211136d3e803eb0249706
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Oct 20 19:54:41 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Oct 20 19:54:52 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=484fcdf3

dev-python/bokeh: add python3.8

fix eutils -> optfeature

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>

 .../bokeh/{bokeh-2.2.2.ebuild => bokeh-2.2.1-r1.ebuild}| 11 ---
 .../bokeh/{bokeh-2.2.1.ebuild => bokeh-2.2.2-r1.ebuild}| 14 ++
 2 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/dev-python/bokeh/bokeh-2.2.2.ebuild 
b/dev-python/bokeh/bokeh-2.2.1-r1.ebuild
similarity index 97%
rename from dev-python/bokeh/bokeh-2.2.2.ebuild
rename to dev-python/bokeh/bokeh-2.2.1-r1.ebuild
index 20e2788a5..206e6962e 100644
--- a/dev-python/bokeh/bokeh-2.2.2.ebuild
+++ b/dev-python/bokeh/bokeh-2.2.1-r1.ebuild
@@ -3,12 +3,11 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
 # upstream hasn't tested python 3.8 fully
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 eutils
+PYTHON_COMPAT=( python3_{6..8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_IN_SOURCE_BUILD=1
+inherit distutils-r1 optfeature
 
 DESCRIPTION="Statistical and interactive HTML plots for Python"
 HOMEPAGE="https://bokeh.org/
@@ -20,8 +19,6 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DISTUTILS_IN_SOURCE_BUILD=1
-
 # upstream authoritative dependencies
 # https://github.com/bokeh/bokeh/blob/master/conda.recipe/meta.yaml
 RDEPEND="

diff --git a/dev-python/bokeh/bokeh-2.2.1.ebuild 
b/dev-python/bokeh/bokeh-2.2.2-r1.ebuild
similarity index 94%
rename from dev-python/bokeh/bokeh-2.2.1.ebuild
rename to dev-python/bokeh/bokeh-2.2.2-r1.ebuild
index b7b594273..206e6962e 100644
--- a/dev-python/bokeh/bokeh-2.2.1.ebuild
+++ b/dev-python/bokeh/bokeh-2.2.2-r1.ebuild
@@ -3,12 +3,11 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
 # upstream hasn't tested python 3.8 fully
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 eutils
+PYTHON_COMPAT=( python3_{6..8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_IN_SOURCE_BUILD=1
+inherit distutils-r1 optfeature
 
 DESCRIPTION="Statistical and interactive HTML plots for Python"
 HOMEPAGE="https://bokeh.org/
@@ -20,8 +19,6 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DISTUTILS_IN_SOURCE_BUILD=1
-
 # upstream authoritative dependencies
 # https://github.com/bokeh/bokeh/blob/master/conda.recipe/meta.yaml
 RDEPEND="
@@ -46,6 +43,7 @@ BDEPEND="
dev-python/networkx[${PYTHON_USEDEP}]
dev-python/nbconvert[${PYTHON_USEDEP}]
dev-python/nbformat[${PYTHON_USEDEP}]
+   dev-python/pydot[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
dev-python/selenium[${PYTHON_USEDEP}]
@@ -55,7 +53,7 @@ BDEPEND="
 distutils_enable_tests pytest
 
 PATCHES=(
-   "${FILESDIR}"/${P}-conftest_py.patch
+   "${FILESDIR}"/${PN}-2.2.1-conftest_py.patch
 )
 
 python_test() {



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2020-10-16 Thread Aisha Tammy
commit: 9db248d815f50c140d20a047670bfff9959aa304
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Oct 16 17:44:47 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Fri Oct 16 17:44:47 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=9db248d8

dev-python/bokeh: version bump to 2.2.2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/bokeh/bokeh-2.2.2.ebuild | 88 +
 1 file changed, 88 insertions(+)

diff --git a/dev-python/bokeh/bokeh-2.2.2.ebuild 
b/dev-python/bokeh/bokeh-2.2.2.ebuild
new file mode 100644
index 0..20e2788a5
--- /dev/null
+++ b/dev-python/bokeh/bokeh-2.2.2.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+# upstream hasn't tested python 3.8 fully
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Statistical and interactive HTML plots for Python"
+HOMEPAGE="https://bokeh.org/
+   https://github.com/bokeh/bokeh
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+# upstream authoritative dependencies
+# https://github.com/bokeh/bokeh/blob/master/conda.recipe/meta.yaml
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   >=www-servers/tornado-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   dev-python/pydot[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/selenium[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.2.1-conftest_py.patch
+)
+
+python_test() {
+   # disable tests having network calls
+   local SKIP_TESTS=" \
+   not (test___init__ and TestWarnings and test_filters) and \
+   not (test_json__subcommands and test_no_script) and \
+   not (test_standalone and Test_autoload_static) and \
+   not test_nodejs_compile_javascript and \
+   not test_nodejs_compile_less and \
+   not test_inline_extension and \
+   not (test_model and test_select) and \
+   not test_tornado__server and \
+   not test_client_server and \
+   not test_webdriver and \
+   not test_export and \
+   not test_server and \
+   not test_bundle and \
+   not test_ext \
+   "
+   pytest -m "not sampledata" tests/unit -k \
+  "${SKIP_TESTS}" -vv || die "unittests fail with ${EPYTHON}"
+}
+
+pkg_postinst() {
+   optfeature "integration with amazon S3" dev-python/boto
+   optfeature "pypi integration to publish packages" dev-python/twine
+   optfeature "js library usage" net-libs/nodejs
+}



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2020-09-24 Thread Aisha Tammy
commit: af152bd6e5d72f415caeaabd4ec992ae11c804ec
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Sep 24 15:41:31 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Thu Sep 24 15:41:31 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=af152bd6

dev-python/bokeh: fix metadata and redundant use flag

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/bokeh/bokeh-2.2.1.ebuild | 1 -
 dev-python/bokeh/metadata.xml   | 4 
 2 files changed, 5 deletions(-)

diff --git a/dev-python/bokeh/bokeh-2.2.1.ebuild 
b/dev-python/bokeh/bokeh-2.2.1.ebuild
index e4ce552f5..b7b594273 100644
--- a/dev-python/bokeh/bokeh-2.2.1.ebuild
+++ b/dev-python/bokeh/bokeh-2.2.1.ebuild
@@ -19,7 +19,6 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="examples"
 
 DISTUTILS_IN_SOURCE_BUILD=1
 

diff --git a/dev-python/bokeh/metadata.xml b/dev-python/bokeh/metadata.xml
index 6d8018e6f..001fa0793 100644
--- a/dev-python/bokeh/metadata.xml
+++ b/dev-python/bokeh/metadata.xml
@@ -5,10 +5,6 @@
 gen...@aisha.cc
 Aisha Tammy
   
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
   
 s...@gentoo.org
 Gentoo Science Project



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/, dev-python/bokeh/files/

2020-09-24 Thread Aisha Tammy
commit: 68e7afc8190ede393417464bd97001ecd0b67e31
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Sep 24 15:36:07 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Thu Sep 24 15:36:07 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=68e7afc8

dev-python/bokeh: interactive data visualization

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/bokeh/bokeh-2.2.1.ebuild| 88 ++
 .../bokeh/files/bokeh-2.2.1-conftest_py.patch  | 56 ++
 dev-python/bokeh/metadata.xml  | 31 
 dev-python/bokeh/packs | 21 ++
 4 files changed, 196 insertions(+)

diff --git a/dev-python/bokeh/bokeh-2.2.1.ebuild 
b/dev-python/bokeh/bokeh-2.2.1.ebuild
new file mode 100644
index 0..e4ce552f5
--- /dev/null
+++ b/dev-python/bokeh/bokeh-2.2.1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+# upstream hasn't tested python 3.8 fully
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Statistical and interactive HTML plots for Python"
+HOMEPAGE="https://bokeh.org/
+   https://github.com/bokeh/bokeh
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+# upstream authoritative dependencies
+# https://github.com/bokeh/bokeh/blob/master/conda.recipe/meta.yaml
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   >=www-servers/tornado-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/selenium[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/${P}-conftest_py.patch
+)
+
+python_test() {
+   # disable tests having network calls
+   local SKIP_TESTS=" \
+   not (test___init__ and TestWarnings and test_filters) and \
+   not (test_json__subcommands and test_no_script) and \
+   not (test_standalone and Test_autoload_static) and \
+   not test_nodejs_compile_javascript and \
+   not test_nodejs_compile_less and \
+   not test_inline_extension and \
+   not (test_model and test_select) and \
+   not test_tornado__server and \
+   not test_client_server and \
+   not test_webdriver and \
+   not test_export and \
+   not test_server and \
+   not test_bundle and \
+   not test_ext \
+   "
+   pytest -m "not sampledata" tests/unit -k \
+  "${SKIP_TESTS}" -vv || die "unittests fail with ${EPYTHON}"
+}
+
+pkg_postinst() {
+   optfeature "integration with amazon S3" dev-python/boto
+   optfeature "pypi integration to publish packages" dev-python/twine
+   optfeature "js library usage" net-libs/nodejs
+}

diff --git a/dev-python/bokeh/files/bokeh-2.2.1-conftest_py.patch 
b/dev-python/bokeh/files/bokeh-2.2.1-conftest_py.patch
new file mode 100644
index 0..5dfb43c8e
--- /dev/null
+++ b/dev-python/bokeh/files/bokeh-2.2.1-conftest_py.patch
@@ -0,0 +1,56 @@
+diff --git a/conftest.py b/conftest.py
+new file mode 100644
+index 000..795da89
+--- /dev/null
 b/conftest.py
+@@ -0,0 +1,50 @@
++#-
++# Copyright (c) 2012 - 2020, Anaconda, Inc., and Bokeh Contributors.
++# All rights reserved.
++#
++# The full license is in the file LICENSE.txt, distributed with this software.
++#-
++
++pytest_plugins = (
++"bokeh._testing.plugins.ipython",
++"bokeh._testing.plugins.managed_server_loop",
++"bokeh._testing.plugins.pandas",
++)
++
++# Standard library imports
++from inspect import iscoroutinefunction
++from typing import List
++
++# External imports

[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/files/, dev-python/bokeh/

2015-01-25 Thread Justin Lecher
commit: 89aa0bacd11dc89a68acd67137231a74c626e230
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Mon Jan 26 07:47:53 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Jan 26 07:47:53 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=89aa0bac

Moved to tree

Signed-off-by: Justin Lecher jlec AT gentoo.org

---
 dev-python/bokeh/ChangeLog |  9 ---
 dev-python/bokeh/bokeh-0.7.1.ebuild| 88 --
 dev-python/bokeh/files/bokeh-0.7.1-setup.patch | 17 -
 dev-python/bokeh/metadata.xml  | 12 
 4 files changed, 126 deletions(-)

diff --git a/dev-python/bokeh/ChangeLog b/dev-python/bokeh/ChangeLog
deleted file mode 100644
index 5557614..000
--- a/dev-python/bokeh/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for dev-python/bokeh
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*bokeh-0.7.1 (20 Jan 2015)
-
-  20 Jan 2015; Marius Brehler mar...@linux.sungazer.de +metadata.xml,
-  +bokeh-0.7.1.ebuild:
-  Import to overlay

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
deleted file mode 100644
index 63072d3..000
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1 readme.gentoo
-
-DESCRIPTION=Statistical and interactive HTML plots for Python
-HOMEPAGE=http://bokeh.pydata.org/;
-SRC_URI=https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz
-
-SLOT=0
-LICENSE=BSD
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
-IUSE=examples test
-
-# A doc build requires napoleon sphinx extension which will be included in 
sphinx release 1.3
-# Therefore refraining from adding the doc build for now
-RDEPEND=
-   =net-libs/nodejs-0.8.28[npm]
-   =www-client/phantomjs-1.9.8
-   =dev-python/flask-0.10.1[${PYTHON_USEDEP}]
-   =dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
-   =dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
-   =dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   =dev-python/markdown-2.3.1[${PYTHON_USEDEP}]
-   =dev-python/markupsafe-0.18[${PYTHON_USEDEP}]
-   =dev-python/numpy-1.7.1[${PYTHON_USEDEP}]
-   =dev-python/pandas-0.11[${PYTHON_USEDEP}]
-   =dev-python/pygments-1.6[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   =dev-python/pystache-0.5.3[${PYTHON_USEDEP}]
-   =dev-python/pytz-2013b[${PYTHON_USEDEP}]
-   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
-   =dev-python/redis-py-2.7.6[${PYTHON_USEDEP}]
-   =dev-python/requests-1.2.3[${PYTHON_USEDEP}]
-   =dev-python/six-1.5.2[${PYTHON_USEDEP}]
-   =dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '=dev-python/gevent-1.0[${PYTHON_USEDEP}]' 
python2_7)
-   $(python_gen_cond_dep 
'=dev-python/gevent-websocket-0.9.2[${PYTHON_USEDEP}]' python2_7)
-   
-# testing server: needs websocket not in portage yet
-# websocket is in pypi for the adding
-# hdf5 backend: needs array management not in portage yet
-DEPEND=
-   test? (
-   ${RDEPEND}
-   =dev-python/nose-1.3.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7)
-   =dev-python/colorama-0.2.7[${PYTHON_USEDEP}] )
-   
-DOCS=( CHANGELOG QUICKSTART.md README.md )
-
-PATCHES=( ${FILESDIR}/${P}-setup.patch )
-
-DISTUTILS_NO_PARALLEL_BUILD=1
-
-python_prepare_all() {
-   DOC_CONTENTS=websockets work only with python2_7
-
-   sed -i -e s/jsbuild = get_user_jsargs()/jsbuild = False/g setup.py || 
die
-   cd bokehjs || die
-   npm install ||die
-   cd .. || die
-   esetup.py --build_js sdist
-
-   distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-   readme.gentoo_create_doc
-
-   use examples  local EXAMPLES=( examples/. )
-
-   distutils-r1_python_install_all
-}
-
-python_test() {
-   cd ${BUILD_DIR}/lib || die
-   # exclude server tests for now
-   nosetests -v \
-   -e multiuser_auth_test \
-   -e usermodel_test \
-   || die
-}

diff --git a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch 
b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
deleted file mode 100644
index 39ea156..000
--- a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Remove inappropriate check for a previous installation.
-
-Original patch for bokek 0.5.0 (0.5.0-setup.patch).
-Ported for bokeh 0.7.1 by Marius Brehler.
-
-http://bugs.gentoo.org/527336
-
 setup.py
-+++ setup.py.new
-@@ -348,7 +348,6 @@ path = abspath(dirname(__file__))
- 
- print()
- if 'develop' in sys.argv:
--check_remove_bokeh_install(site_packages)
- with 

[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2015-01-23 Thread Christoph Junghans
commit: 39e1cdc6864d498f4e930f0a2aaa5323852a
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Tue Jan 20 22:49:38 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Tue Jan 20 22:49:38 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=39e1cdc6

dev-python/bokeh: Apply changes of bug report #529986

---
 dev-python/bokeh/bokeh-0.7.1.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 9c874ed..95241a5 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -20,6 +20,7 @@ IUSE=examples test chaco
 # A doc build requires napoleon sphinx extension which will be included in 
sphinx release 1.3
 # Therefore refraining from adding the doc build for now
 RDEPEND=
+   =net-libs/nodejs-0.8.28[npm]
=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
@@ -68,6 +69,12 @@ python_prepare_all() {
sed -i -e /'bokeh.chaco_gg'/d setup.py || die
fi
 
+   sed -i -e s/jsbuild = get_user_jsargs()/jsbuild = False/g setup.py || 
die
+   cd bokehjs || die
+   npm install ||die
+   cd .. || die
+   python ./setup.py --build_js sdist || die
+
distutils-r1_python_prepare_all
 }
 



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2015-01-23 Thread Christoph Junghans
commit: 190c4d345fde30c79e5ef087f2f4018b5d3cc32c
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Thu Jan 22 09:30:56 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Thu Jan 22 09:30:56 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=190c4d34

dev-python/bokeh: Use esetup.py, add phantomjs to RDEPEND

---
 dev-python/bokeh/bokeh-0.7.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 95241a5..da4b816 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -21,6 +21,7 @@ IUSE=examples test chaco
 # Therefore refraining from adding the doc build for now
 RDEPEND=
=net-libs/nodejs-0.8.28[npm]
+   =www-client/phantomjs-1.9.8
=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
@@ -73,7 +74,7 @@ python_prepare_all() {
cd bokehjs || die
npm install ||die
cd .. || die
-   python ./setup.py --build_js sdist || die
+   esetup.py --build_js sdist
 
distutils-r1_python_prepare_all
 }



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/files/, dev-python/bokeh/

2015-01-23 Thread Christoph Junghans
commit: 271785773b69dc463203f70de8151eb3251014a6
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Tue Jan 20 22:45:56 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Tue Jan 20 22:45:56 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=27178577

Add setup.patch for bokeh-0.7.1

---
 dev-python/bokeh/bokeh-0.7.1.ebuild|  2 +-
 dev-python/bokeh/files/bokeh-0.7.1-setup.patch | 10 ++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 6662423..9c874ed 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -55,7 +55,7 @@ DEPEND=

 DOCS=( CHANGELOG QUICKSTART.md README.md )
 
-PATCHES=( ${FILESDIR}/${PV}-setup.patch )
+PATCHES=( ${FILESDIR}/${P}-setup.patch )
 
 DISTUTILS_NO_PARALLEL_BUILD=1
 

diff --git a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch 
b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
new file mode 100644
index 000..934f558
--- /dev/null
+++ b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
@@ -0,0 +1,10 @@
+--- setup.py   2015-01-12 19:37:38.0 +0100
 setup.py.new   2015-01-20 23:44:09.0 +0100
+@@ -348,7 +348,6 @@ path = abspath(dirname(__file__))
+ 
+ print()
+ if 'develop' in sys.argv:
+-check_remove_bokeh_install(site_packages)
+ with open(path_file, w+) as f:
+ f.write(path)
+ print(Installing Bokeh for development:)



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2015-01-23 Thread Christoph Junghans
commit: 9573a328e8cc4c950f9e44b1fcf3e53a52843c0b
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Tue Jan 20 22:39:13 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Tue Jan 20 22:39:13 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9573a328

dev-python/bokeh: Add to overlay (based on 0.5.0)

---
 dev-python/bokeh/ChangeLog  |  9 
 dev-python/bokeh/bokeh-0.7.1.ebuild | 99 +
 dev-python/bokeh/metadata.xml   | 15 ++
 3 files changed, 123 insertions(+)

diff --git a/dev-python/bokeh/ChangeLog b/dev-python/bokeh/ChangeLog
new file mode 100644
index 000..5557614
--- /dev/null
+++ b/dev-python/bokeh/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/bokeh
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*bokeh-0.7.1 (20 Jan 2015)
+
+  20 Jan 2015; Marius Brehler mar...@linux.sungazer.de +metadata.xml,
+  +bokeh-0.7.1.ebuild:
+  Import to overlay

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
new file mode 100644
index 000..6662423
--- /dev/null
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION=Statistical and interactive HTML plots for Python
+HOMEPAGE=http://bokeh.pydata.org/;
+SRC_URI=https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz
+
+SLOT=0
+LICENSE=BSD
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=examples test chaco
+
+# A doc build requires napoleon sphinx extension which will be included in 
sphinx release 1.3
+# Therefore refraining from adding the doc build for now
+RDEPEND=
+   =dev-python/flask-0.10.1[${PYTHON_USEDEP}]
+   =dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
+   =dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
+   =dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   =dev-python/markdown-2.3.1[${PYTHON_USEDEP}]
+   =dev-python/markupsafe-0.18[${PYTHON_USEDEP}]
+   =dev-python/numpy-1.7.1[${PYTHON_USEDEP}]
+   =dev-python/pandas-0.11[${PYTHON_USEDEP}]
+   =dev-python/pygments-1.6[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   =dev-python/pystache-0.5.3[${PYTHON_USEDEP}]
+   =dev-python/pytz-2013b[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   =dev-python/redis-py-2.7.6[${PYTHON_USEDEP}]
+   =dev-python/requests-1.2.3[${PYTHON_USEDEP}]
+   =dev-python/six-1.5.2[${PYTHON_USEDEP}]
+   =dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '=dev-python/gevent-1.0[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep 
'=dev-python/gevent-websocket-0.9.2[${PYTHON_USEDEP}]' python2_7)
+   chaco? (
+   $(python_gen_cond_dep 
'=dev-python/traits-4.4[${PYTHON_USEDEP}]' python2_7)
+   $(python_gen_cond_dep 
'=dev-python/chaco-4.4[${PYTHON_USEDEP}]' python2_7) )
+   
+# testing server: needs websocket not in portage yet
+# websocket is in pypi for the adding
+# hdf5 backend: needs array management not in portage yet
+DEPEND=
+   test? (
+   ${RDEPEND}
+   =dev-python/nose-1.3.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7)
+   =dev-python/colorama-0.2.7[${PYTHON_USEDEP}] )
+   
+DOCS=( CHANGELOG QUICKSTART.md README.md )
+
+PATCHES=( ${FILESDIR}/${PV}-setup.patch )
+
+DISTUTILS_NO_PARALLEL_BUILD=1
+
+python_prepare_all() {
+   # https://github.com/bokeh/bokeh/issues/1352
+   sed -e s:'bokeh.mplexporter',:\n
'bokeh.mplexporter.renderers',: \
+   -i setup.py || die
+
+   if ! use chaco; then
+   sed -i -e /'bokeh.chaco_gg'/d setup.py || die
+   fi
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   use examples  local EXAMPLES=( examples/. )
+
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   cd ${BUILD_DIR}/lib || die
+   # exclude server tests for now
+   nosetests -v \
+   -e multiuser_auth_test \
+   -e usermodel_test \
+   || die
+}
+
+pkg_postinst() {
+   elog websockets work only with python2_7
+   local chaco_msg=chaco useflag doesn't affect python targets other than 
python2_7
+   if use chaco; then
+   if use python_targets_python2_7; then
+   elog ${chaco_msg}
+   else
+   ewarn ${chaco_msg}
+   fi
+   fi
+}

diff --git a/dev-python/bokeh/metadata.xml b/dev-python/bokeh/metadata.xml
new file mode 100644
index 000..ebdeb0c
--- /dev/null
+++ b/dev-python/bokeh/metadata.xml
@@ -0,0 +1,15 @@
+?xml 

[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2015-01-23 Thread Christoph Junghans
commit: 376aa366f6d9c3ab5a9c425b3cd2e4328e5ccc09
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Fri Jan 23 16:39:43 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Fri Jan 23 16:39:43 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=376aa366

dev-python/bokeh: Fix bumped ebuild

---
 dev-python/bokeh/bokeh-0.7.1.ebuild | 13 +
 dev-python/bokeh/metadata.xml   |  3 ---
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index da4b816..88d4e69 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI=https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz - ${P}.tar.g
 SLOT=0
 LICENSE=BSD
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
-IUSE=examples test chaco
+IUSE=examples test
 
 # A doc build requires napoleon sphinx extension which will be included in 
sphinx release 1.3
 # Therefore refraining from adding the doc build for now
@@ -41,9 +41,6 @@ RDEPEND=
=dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep '=dev-python/gevent-1.0[${PYTHON_USEDEP}]' 
python2_7)
$(python_gen_cond_dep 
'=dev-python/gevent-websocket-0.9.2[${PYTHON_USEDEP}]' python2_7)
-   chaco? (
-   $(python_gen_cond_dep 
'=dev-python/traits-4.4[${PYTHON_USEDEP}]' python2_7)
-   $(python_gen_cond_dep 
'=dev-python/chaco-4.4[${PYTHON_USEDEP}]' python2_7) )

 # testing server: needs websocket not in portage yet
 # websocket is in pypi for the adding
@@ -62,14 +59,6 @@ PATCHES=( ${FILESDIR}/${P}-setup.patch )
 DISTUTILS_NO_PARALLEL_BUILD=1
 
 python_prepare_all() {
-   # https://github.com/bokeh/bokeh/issues/1352
-   sed -e s:'bokeh.mplexporter',:\n
'bokeh.mplexporter.renderers',: \
-   -i setup.py || die
-
-   if ! use chaco; then
-   sed -i -e /'bokeh.chaco_gg'/d setup.py || die
-   fi
-
sed -i -e s/jsbuild = get_user_jsargs()/jsbuild = False/g setup.py || 
die
cd bokehjs || die
npm install ||die

diff --git a/dev-python/bokeh/metadata.xml b/dev-python/bokeh/metadata.xml
index ebdeb0c..67e16a9 100644
--- a/dev-python/bokeh/metadata.xml
+++ b/dev-python/bokeh/metadata.xml
@@ -9,7 +9,4 @@
   style of Protovis/D3, while delivering high-performance
   interactivity over large data to thin clients.
 /longdescription
-  use
-flag name=chacoEnable interface for implementing qplot and ggplot like 
functionality using chaco/flag
-  /use
 /pkgmetadata



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/files/

2015-01-23 Thread Christoph Junghans
commit: 2d268a70b31f50e395c2fdf6ec11a3db93cd6beb
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Thu Jan 22 07:47:33 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Thu Jan 22 07:47:33 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2d268a70

Cleanup patch  bokeh-0.7.1-setup.patch

---
 dev-python/bokeh/files/bokeh-0.7.1-setup.patch | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch 
b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
index 934f558..39ea156 100644
--- a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
+++ b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
@@ -1,5 +1,12 @@
 setup.py   2015-01-12 19:37:38.0 +0100
-+++ setup.py.new   2015-01-20 23:44:09.0 +0100
+Remove inappropriate check for a previous installation.
+
+Original patch for bokek 0.5.0 (0.5.0-setup.patch).
+Ported for bokeh 0.7.1 by Marius Brehler.
+
+http://bugs.gentoo.org/527336
+
+--- setup.py
 setup.py.new
 @@ -348,7 +348,6 @@ path = abspath(dirname(__file__))
  
  print()



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2015-01-23 Thread Christoph Junghans
commit: 772923c6077f36d7ecf079be06b9a8c72c1bf915
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Fri Jan 23 17:38:45 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Fri Jan 23 17:38:45 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=772923c6

dev-python/bokeh: Replace pkg_postinst by readme.gentoo

---
 dev-python/bokeh/bokeh-0.7.1.ebuild | 18 +-
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild 
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 88d4e69..63072d3 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
-inherit distutils-r1
+inherit distutils-r1 readme.gentoo
 
 DESCRIPTION=Statistical and interactive HTML plots for Python
 HOMEPAGE=http://bokeh.pydata.org/;
@@ -59,6 +59,8 @@ PATCHES=( ${FILESDIR}/${P}-setup.patch )
 DISTUTILS_NO_PARALLEL_BUILD=1
 
 python_prepare_all() {
+   DOC_CONTENTS=websockets work only with python2_7
+
sed -i -e s/jsbuild = get_user_jsargs()/jsbuild = False/g setup.py || 
die
cd bokehjs || die
npm install ||die
@@ -69,6 +71,8 @@ python_prepare_all() {
 }
 
 python_install_all() {
+   readme.gentoo_create_doc
+
use examples  local EXAMPLES=( examples/. )
 
distutils-r1_python_install_all
@@ -82,15 +86,3 @@ python_test() {
-e usermodel_test \
|| die
 }
-
-pkg_postinst() {
-   elog websockets work only with python2_7
-   local chaco_msg=chaco useflag doesn't affect python targets other than 
python2_7
-   if use chaco; then
-   if use python_targets_python2_7; then
-   elog ${chaco_msg}
-   else
-   ewarn ${chaco_msg}
-   fi
-   fi
-}



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2014-07-07 Thread Justin Lecher
commit: b33ba3828a8355f76c1bbf6916f5c27eefab6c7a
Author: Witold Pilat witold.pilat AT gmail DOT com
AuthorDate: Mon Jul  7 03:38:43 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Jul  7 03:38:43 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b33ba382

dev-python/bokeh: dev-python/bokeh: Copy latest ebuild from portage

Package-Manager: portage-2.2.10

---
 dev-python/bokeh/ChangeLog  |  0
 dev-python/bokeh/bokeh-0.4.2.ebuild | 61 +
 dev-python/bokeh/metadata.xml   | 12 
 3 files changed, 73 insertions(+)

diff --git a/dev-python/bokeh/ChangeLog b/dev-python/bokeh/ChangeLog
new file mode 100644
index 000..e69de29

diff --git a/dev-python/bokeh/bokeh-0.4.2.ebuild 
b/dev-python/bokeh/bokeh-0.4.2.ebuild
new file mode 100644
index 000..8f865c0
--- /dev/null
+++ b/dev-python/bokeh/bokeh-0.4.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION=Statistical and interactive HTML plots for Python
+HOMEPAGE=http://bokeh.pydata.org/;
+SRC_URI=https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz
+
+SLOT=0
+LICENSE=BSD
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=doc test
+
+RDEPEND=
+   =dev-python/chaco-4.4[$(python_gen_usedep 'python2_7')]
+   =dev-python/flask-0.10.1[${PYTHON_USEDEP}]
+   =dev-python/gevent-0.13.8[$(python_gen_usedep 'python2_7')]
+   =dev-python/gevent-websocket-0.3.6[$(python_gen_usedep 'python2_7')]
+   =dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
+   =dev-python/itsdangerous-0.23[${PYTHON_USEDEP}]
+   =dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   =dev-python/markdown-2.3.1[${PYTHON_USEDEP}]
+   =dev-python/markupsafe-0.18[${PYTHON_USEDEP}]
+   =dev-python/numpy-1.7.1[${PYTHON_USEDEP}]
+   =dev-python/pandas-0.11[${PYTHON_USEDEP}]
+   =dev-python/pygments-1.6[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   =dev-python/pystache-0.5.3[${PYTHON_USEDEP}]
+   =dev-python/pytz-2013b[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   =dev-python/redis-py-2.7.6[${PYTHON_USEDEP}]
+   =dev-python/requests-1.2.3[${PYTHON_USEDEP}]
+   =dev-python/six-1.5.2[${PYTHON_USEDEP}]
+   =dev-python/traits-4.4[$(python_gen_usedep 'python2_7')]
+   =dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}]
+   =virtual/python-argparse-1[${PYTHON_USEDEP}]
+
+
+# testing server: needs websocket not in portage yet
+#  =dev-python/websocket[${PYTHON_USEDEP}]
+DEPEND=${RDEPEND}
+   test? (
+   =dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   =dev-python/colorama-0.2.7[${PYTHON_USEDEP}]
+   )
+
+python_test() {
+   cd ${BUILD_DIR}/lib || die
+   # exclude server tests for now
+   nosetests -v \
+   -e multiuser_auth_test \
+   -e wsmanager_test \
+   -e usermodel_test \
+   || die
+}

diff --git a/dev-python/bokeh/metadata.xml b/dev-python/bokeh/metadata.xml
new file mode 100644
index 000..c43dd65
--- /dev/null
+++ b/dev-python/bokeh/metadata.xml
@@ -0,0 +1,12 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+herdsci/herd
+longdescription lang=en
+  Bokeh is a Python interactive visualization library for large
+  datasets that natively uses the latest web technologies. Its goal is
+  to provide elegant, concise construction of novel graphics in the
+  style of Protovis/D3, while delivering high-performance
+  interactivity over large data to thin clients.
+/longdescription
+/pkgmetadata



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/files/, dev-python/bokeh/

2014-07-07 Thread Justin Lecher
commit: b6f4fe94c0bf11d823d61e21c82a6c005b90fed0
Author: Witold Pilat witold.pilat AT gmail DOT com
AuthorDate: Mon Jul  7 03:40:44 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Jul  7 03:40:44 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b6f4fe94

dev-python/bokeh: dev-python/bokeh: New version with python3 support for bug 
#516052

Package-Manager: portage-2.2.10

---
 dev-python/bokeh/ChangeLog | 11 +
 .../{bokeh-0.4.2.ebuild = bokeh-0.4.4.ebuild} | 57 ++
 .../bokeh/files/bokeh-0.4.4-fix_test_object.patch  | 32 
 dev-python/bokeh/metadata.xml  |  3 ++
 4 files changed, 93 insertions(+), 10 deletions(-)

diff --git a/dev-python/bokeh/ChangeLog b/dev-python/bokeh/ChangeLog
index e69de29..0dac602 100644
--- a/dev-python/bokeh/ChangeLog
+++ b/dev-python/bokeh/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-python/bokeh
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*bokeh-0.4.4 (07 Jul 2014)
+
+  07 Jul 2014; Witold Pilat (fau) witold.pi...@gmail.com +bokeh-0.4.4.ebuild,
+  +files/bokeh-0.4.4-fix_test_object.patch, -ChangeLog, -Manifest,
+  -bokeh-0.4.2.ebuild, metadata.xml:
+  dev-python/bokeh: dev-python/bokeh: New version with python3 support for bug
+  #516052

diff --git a/dev-python/bokeh/bokeh-0.4.2.ebuild 
b/dev-python/bokeh/bokeh-0.4.4.ebuild
similarity index 52%
rename from dev-python/bokeh/bokeh-0.4.2.ebuild
rename to dev-python/bokeh/bokeh-0.4.4.ebuild
index 8f865c0..22d38c5 100644
--- a/dev-python/bokeh/bokeh-0.4.2.ebuild
+++ b/dev-python/bokeh/bokeh-0.4.4.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 
@@ -15,13 +15,11 @@ 
SRC_URI=https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz - ${P}.tar.g
 SLOT=0
 LICENSE=BSD
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
-IUSE=doc test
+IUSE=examples test chaco
+# docs require napoleon sphinx extension which will be included in next sphinx 
release
 
 RDEPEND=
-   =dev-python/chaco-4.4[$(python_gen_usedep 'python2_7')]
=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
-   =dev-python/gevent-0.13.8[$(python_gen_usedep 'python2_7')]
-   =dev-python/gevent-websocket-0.3.6[$(python_gen_usedep 'python2_7')]
=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
=dev-python/itsdangerous-0.23[${PYTHON_USEDEP}]
=dev-python/jinja-2.7[${PYTHON_USEDEP}]
@@ -37,25 +35,64 @@ RDEPEND=
=dev-python/redis-py-2.7.6[${PYTHON_USEDEP}]
=dev-python/requests-1.2.3[${PYTHON_USEDEP}]
=dev-python/six-1.5.2[${PYTHON_USEDEP}]
-   =dev-python/traits-4.4[$(python_gen_usedep 'python2_7')]
=dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}]
-   =virtual/python-argparse-1[${PYTHON_USEDEP}]
-
+   $(python_gen_cond_dep '=dev-python/gevent-1.0[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep 
'=dev-python/gevent-websocket-0.9.2[${PYTHON_USEDEP}]' python2_7)
+   chaco? (
+   $(python_gen_cond_dep 
'=dev-python/traits-4.4[${PYTHON_USEDEP}]' python2_7)
+   $(python_gen_cond_dep 
'=dev-python/chaco-4.4[${PYTHON_USEDEP}]' python2_7)
+   )
 
+
 # testing server: needs websocket not in portage yet
 #  =dev-python/websocket[${PYTHON_USEDEP}]
-DEPEND=${RDEPEND}
+# hdf5 backend: needs arraymanagement not in portage yet
+DEPEND=
test? (
+   ${RDEPEND}
+   =dev-python/nose-1.3.0[${PYTHON_USEDEP}]
=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
=dev-python/colorama-0.2.7[${PYTHON_USEDEP}]
)
 
+DOCS=( CHANGELOG QUICKSTART.md README.md )
+
+python_prepare_all() {
+   # Fix test_references_by_ref_by_value from test_object.py
+   local PATCHES=( ${FILESDIR}/${P}-fix_test_object.patch )
+   # Remove broken test case
+   sed -i -e s:MetaTest:_: bokeh/tests/test_bokeh_init.py || die
+
+   if ! use chaco; then
+   sed -i -e /'bokeh.chaco_gg'/d setup.py || die
+   fi
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   use examples  local EXAMPLES=( examples/. )
+
+   distutils-r1_python_install_all
+}
+
 python_test() {
cd ${BUILD_DIR}/lib || die
# exclude server tests for now
nosetests -v \
-e multiuser_auth_test \
-   -e wsmanager_test \
-e usermodel_test \
|| die
 }
+
+pkg_postinst() {
+   elog websockets work only with python2_7
+   local chaco_msg=chaco useflag doesn't affect python targets other than 
python2_7
+   if use chaco; then
+   if use python_targets_python2_7; then
+   elog ${chaco_msg}
+   else
+   ewarn ${chaco_msg}
+   fi
+   fi
+}

diff --git 

[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/files/, dev-python/bokeh/

2014-07-07 Thread Justin Lecher
commit: 8f32d4a6e9993aad1c3c1febbb1dd471c2acf199
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Mon Jul  7 06:55:20 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Jul  7 06:55:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8f32d4a6

InCvs

Signed-off-by: Justin Lecher jlec AT gentoo.org

---
 dev-python/bokeh/ChangeLog | 11 ---
 dev-python/bokeh/bokeh-0.4.4.ebuild| 98 --
 .../bokeh/files/bokeh-0.4.4-fix_test_object.patch  | 32 ---
 dev-python/bokeh/metadata.xml  | 15 
 4 files changed, 156 deletions(-)

diff --git a/dev-python/bokeh/ChangeLog b/dev-python/bokeh/ChangeLog
deleted file mode 100644
index 0dac602..000
--- a/dev-python/bokeh/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for dev-python/bokeh
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*bokeh-0.4.4 (07 Jul 2014)
-
-  07 Jul 2014; Witold Pilat (fau) witold.pi...@gmail.com +bokeh-0.4.4.ebuild,
-  +files/bokeh-0.4.4-fix_test_object.patch, -ChangeLog, -Manifest,
-  -bokeh-0.4.2.ebuild, metadata.xml:
-  dev-python/bokeh: dev-python/bokeh: New version with python3 support for bug
-  #516052

diff --git a/dev-python/bokeh/bokeh-0.4.4.ebuild 
b/dev-python/bokeh/bokeh-0.4.4.ebuild
deleted file mode 100644
index 22d38c5..000
--- a/dev-python/bokeh/bokeh-0.4.4.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION=Statistical and interactive HTML plots for Python
-HOMEPAGE=http://bokeh.pydata.org/;
-SRC_URI=https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz
-
-SLOT=0
-LICENSE=BSD
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
-IUSE=examples test chaco
-# docs require napoleon sphinx extension which will be included in next sphinx 
release
-
-RDEPEND=
-   =dev-python/flask-0.10.1[${PYTHON_USEDEP}]
-   =dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
-   =dev-python/itsdangerous-0.23[${PYTHON_USEDEP}]
-   =dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   =dev-python/markdown-2.3.1[${PYTHON_USEDEP}]
-   =dev-python/markupsafe-0.18[${PYTHON_USEDEP}]
-   =dev-python/numpy-1.7.1[${PYTHON_USEDEP}]
-   =dev-python/pandas-0.11[${PYTHON_USEDEP}]
-   =dev-python/pygments-1.6[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   =dev-python/pystache-0.5.3[${PYTHON_USEDEP}]
-   =dev-python/pytz-2013b[${PYTHON_USEDEP}]
-   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
-   =dev-python/redis-py-2.7.6[${PYTHON_USEDEP}]
-   =dev-python/requests-1.2.3[${PYTHON_USEDEP}]
-   =dev-python/six-1.5.2[${PYTHON_USEDEP}]
-   =dev-python/werkzeug-0.9.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '=dev-python/gevent-1.0[${PYTHON_USEDEP}]' 
python2_7)
-   $(python_gen_cond_dep 
'=dev-python/gevent-websocket-0.9.2[${PYTHON_USEDEP}]' python2_7)
-   chaco? (
-   $(python_gen_cond_dep 
'=dev-python/traits-4.4[${PYTHON_USEDEP}]' python2_7)
-   $(python_gen_cond_dep 
'=dev-python/chaco-4.4[${PYTHON_USEDEP}]' python2_7)
-   )
-
-
-# testing server: needs websocket not in portage yet
-#  =dev-python/websocket[${PYTHON_USEDEP}]
-# hdf5 backend: needs arraymanagement not in portage yet
-DEPEND=
-   test? (
-   ${RDEPEND}
-   =dev-python/nose-1.3.0[${PYTHON_USEDEP}]
-   =dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   =dev-python/colorama-0.2.7[${PYTHON_USEDEP}]
-   )
-
-DOCS=( CHANGELOG QUICKSTART.md README.md )
-
-python_prepare_all() {
-   # Fix test_references_by_ref_by_value from test_object.py
-   local PATCHES=( ${FILESDIR}/${P}-fix_test_object.patch )
-   # Remove broken test case
-   sed -i -e s:MetaTest:_: bokeh/tests/test_bokeh_init.py || die
-
-   if ! use chaco; then
-   sed -i -e /'bokeh.chaco_gg'/d setup.py || die
-   fi
-
-   distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-   use examples  local EXAMPLES=( examples/. )
-
-   distutils-r1_python_install_all
-}
-
-python_test() {
-   cd ${BUILD_DIR}/lib || die
-   # exclude server tests for now
-   nosetests -v \
-   -e multiuser_auth_test \
-   -e usermodel_test \
-   || die
-}
-
-pkg_postinst() {
-   elog websockets work only with python2_7
-   local chaco_msg=chaco useflag doesn't affect python targets other than 
python2_7
-   if use chaco; then
-   if use python_targets_python2_7; then
-   elog ${chaco_msg}
-   else
-   ewarn ${chaco_msg}
-   fi
-   fi
-}

diff --git