commit: 978af2ad5cb95fd69ac0f35ee3c001f21c972f9d Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon May 22 13:02:35 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon May 22 13:12:29 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=978af2ad
dev-python/bokeh: update SRC_URI Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> 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 "
