summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:44:56 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:45:11 +0100
commit156453ff9a18482e2d3771a4a6bb44a28dc13b7d (patch)
treea1bc9be83bd3923e0f36f9134160b061b07f79d7
parentdev-python/carbon: Use pypi.eclass (diff)
downloadgentoo-156453ff9a18482e2d3771a4a6bb44a28dc13b7d.tar.gz
gentoo-156453ff9a18482e2d3771a4a6bb44a28dc13b7d.tar.bz2
gentoo-156453ff9a18482e2d3771a4a6bb44a28dc13b7d.zip
dev-python/casttube: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/casttube/casttube-0.2.1-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/casttube/casttube-0.2.1-r1.ebuild b/dev-python/casttube/casttube-0.2.1-r1.ebuild
index e1a51c24ebdc..d4e9308a101d 100644
--- a/dev-python/casttube/casttube-0.2.1-r1.ebuild
+++ b/dev-python/casttube/casttube-0.2.1-r1.ebuild
@@ -6,11 +6,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="casttube provides a way to interact with the Youtube Chromecast api"
HOMEPAGE="https://github.com/ur1katz/casttube"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"