From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE525138359 for ; Tue, 20 Oct 2020 19:54:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DB47E09FE; Tue, 20 Oct 2020 19:54:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12485E09FE for ; Tue, 20 Oct 2020 19:54:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F90C340940 for ; Tue, 20 Oct 2020 19:54:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBD83209 for ; Tue, 20 Oct 2020 19:54:56 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1603223692.484fcdf3fbd53f2a0a7211136d3e803eb0249706.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/bokeh/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/bokeh/bokeh-2.2.1-r1.ebuild dev-python/bokeh/bokeh-2.2.1.ebuild dev-python/bokeh/bokeh-2.2.2-r1.ebuild dev-python/bokeh/bokeh-2.2.2.ebuild X-VCS-Directories: dev-python/bokeh/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 484fcdf3fbd53f2a0a7211136d3e803eb0249706 X-VCS-Branch: master Date: Tue, 20 Oct 2020 19:54:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 892467c7-690e-4e56-80ab-a2e167acae18 X-Archives-Hash: 564e2e8f22081aab44743172e9cfac62 commit: 484fcdf3fbd53f2a0a7211136d3e803eb0249706 Author: Aisha Tammy aisha cc> AuthorDate: Tue Oct 20 19:54:41 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Oct 20 19:54:52 2020 +0000 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() {