From 54403246468d57146b9f464e801938e5278ee100 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 11 Mar 2023 10:47:58 +0100 Subject: dev-python/pyopencl: Use pypi.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pyopencl/pyopencl-2022.3.1.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'dev-python/pyopencl') diff --git a/dev-python/pyopencl/pyopencl-2022.3.1.ebuild b/dev-python/pyopencl/pyopencl-2022.3.1.ebuild index 5b660b8c377c..c5b324926a54 100644 --- a/dev-python/pyopencl/pyopencl-2022.3.1.ebuild +++ b/dev-python/pyopencl/pyopencl-2022.3.1.ebuild @@ -6,12 +6,13 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 multiprocessing +inherit distutils-r1 multiprocessing pypi DESCRIPTION="Python wrapper for OpenCL" -HOMEPAGE="https://mathema.tician.de/software/pyopencl/ - https://pypi.org/project/pyopencl/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +HOMEPAGE=" + https://mathema.tician.de/software/pyopencl/ + https://pypi.org/project/pyopencl/ +" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad