public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/bokeh/
Date: Thu, 22 Apr 2021 19:40:37 +0000 (UTC)	[thread overview]
Message-ID: <1619120427.4a89de2cff3971f233ada8c4d658af8c302dc504.epsilon-0@gentoo> (raw)

commit:     4a89de2cff3971f233ada8c4d658af8c302dc504
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Apr 22 19:40:27 2021 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Apr 22 19:40:27 2021 +0000
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 <gentoo <AT> 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 000000000..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
+}


             reply	other threads:[~2021-04-22 19:40 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-22 19:40 Aisha Tammy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-12 12:28 [gentoo-commits] proj/sci:master commit in: dev-python/bokeh/ Paul Zander
2024-09-23 14:22 Andrew Ammerlaan
2024-02-29  1:59 Horea Christian
2023-05-22 13:12 Andrew Ammerlaan
2022-09-30 10:23 Andrew Ammerlaan
2022-01-25 19:15 Andrew Ammerlaan
2021-09-08 15:14 Andrew Ammerlaan
2021-05-20 21:40 Aisha Tammy
2021-02-25  1:10 Aisha Tammy
2020-10-21 21:41 Aisha Tammy
2020-10-20 19:54 Aisha Tammy
2020-10-16 17:44 Aisha Tammy
2020-09-24 15:41 Aisha Tammy
2015-01-23 18:19 Christoph Junghans
2015-01-23 18:19 Christoph Junghans
2015-01-23 18:19 Christoph Junghans
2015-01-23 18:19 Christoph Junghans
2015-01-23 18:19 Christoph Junghans
2014-07-07  6:36 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1619120427.4a89de2cff3971f233ada8c4d658af8c302dc504.epsilon-0@gentoo \
    --to=gentoo@aisha.cc \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox