aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-05-22 15:17:12 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-05-22 15:17:12 +0200
commitec17e6f05250de24f01af296b744b58bf5ee034b (patch)
treeb43c8405007c140a484e3dbabc4cd5773726528d /dev-python/pyct
parentdev-python/pybind11-stubgen: update SRC_URI (diff)
downloadsci-ec17e6f05250de24f01af296b744b58bf5ee034b.tar.gz
sci-ec17e6f05250de24f01af296b744b58bf5ee034b.tar.bz2
sci-ec17e6f05250de24f01af296b744b58bf5ee034b.zip
dev-python/pyct: update SRC_URI
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pyct')
-rw-r--r--dev-python/pyct/pyct-0.4.8.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/pyct/pyct-0.4.8.ebuild b/dev-python/pyct/pyct-0.4.8.ebuild
index 6201e2cf2..d8ef9bfa2 100644
--- a/dev-python/pyct/pyct-0.4.8.ebuild
+++ b/dev-python/pyct/pyct-0.4.8.ebuild
@@ -4,15 +4,12 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
# HoloViews imports from "distutils" at runtime.
DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Python packaging Common Tasks"
HOMEPAGE="https://holoviz.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"