diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:47:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:03:55 +0100 |
commit | eb5e4ee9ca315fabdb5db45c508ea578985d17e3 (patch) | |
tree | 0160bdcee4c2d49bdfc3620905c5337b60e402f0 /dev-python/pycuda | |
parent | dev-python/pycountry: Use pypi.eclass (diff) | |
download | gentoo-eb5e4ee9ca315fabdb5db45c508ea578985d17e3.tar.gz gentoo-eb5e4ee9ca315fabdb5db45c508ea578985d17e3.tar.bz2 gentoo-eb5e4ee9ca315fabdb5db45c508ea578985d17e3.zip |
dev-python/pycuda: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycuda')
-rw-r--r-- | dev-python/pycuda/pycuda-2021.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pycuda/pycuda-2021.1.ebuild b/dev-python/pycuda/pycuda-2021.1.ebuild index 4fda5bcd0c5d..c828d80ab91d 100644 --- a/dev-python/pycuda/pycuda-2021.1.ebuild +++ b/dev-python/pycuda/pycuda-2021.1.ebuild @@ -5,11 +5,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..10} ) -inherit cuda distutils-r1 +inherit cuda distutils-r1 pypi DESCRIPTION="Python wrapper for NVIDIA CUDA" HOMEPAGE="https://mathema.tician.de/software/pycuda/ https://pypi.org/project/pycuda/" -SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0 MIT" SLOT="0" |