summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-11 10:47:58 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-11 10:47:58 +0100
commit54403246468d57146b9f464e801938e5278ee100 (patch)
treed1a95347f42af3d80aac39ec934ba5e9947bd6e4 /dev-python/pyopencl
parentdev-python/mpmath: Fix distfile suffix (diff)
downloadgentoo-54403246468d57146b9f464e801938e5278ee100.tar.gz
gentoo-54403246468d57146b9f464e801938e5278ee100.tar.bz2
gentoo-54403246468d57146b9f464e801938e5278ee100.zip
dev-python/pyopencl: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyopencl')
-rw-r--r--dev-python/pyopencl/pyopencl-2022.3.1.ebuild9
1 files changed, 5 insertions, 4 deletions
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"