summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:44:49 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:42:31 +0100
commit2fe168d840e526601590aeaf8d898f82c240f5b8 (patch)
tree3e7191cdf696ed6af417ff92c7e49bdd8c6885d7 /dev-python/blinker
parentdev-python/betamax: Use pypi.eclass (diff)
downloadgentoo-2fe168d840e526601590aeaf8d898f82c240f5b8.tar.gz
gentoo-2fe168d840e526601590aeaf8d898f82c240f5b8.tar.bz2
gentoo-2fe168d840e526601590aeaf8d898f82c240f5b8.zip
dev-python/blinker: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blinker')
-rw-r--r--dev-python/blinker/blinker-1.5.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/blinker/blinker-1.5.ebuild b/dev-python/blinker/blinker-1.5.ebuild
index 6b565d0d3671..4ae3cfeb5b29 100644
--- a/dev-python/blinker/blinker-1.5.ebuild
+++ b/dev-python/blinker/blinker-1.5.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Fast, simple object-to-object and broadcast signaling"
HOMEPAGE="
https://github.com/pallets-eco/blinker/
https://pypi.org/project/blinker/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"