summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:46:34 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:51:21 +0100
commit7a0f6ed2f44d67e76c3c6ee47400ca5c73fc1ef8 (patch)
treefbb3c7e2c5149c49f1230407c7bb61b0ae62357b /dev-python/klein
parentdev-python/kgb: Use pypi.eclass (diff)
downloadgentoo-7a0f6ed2f44d67e76c3c6ee47400ca5c73fc1ef8.tar.gz
gentoo-7a0f6ed2f44d67e76c3c6ee47400ca5c73fc1ef8.tar.bz2
gentoo-7a0f6ed2f44d67e76c3c6ee47400ca5c73fc1ef8.zip
dev-python/klein: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/klein')
-rw-r--r--dev-python/klein/klein-21.8.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/klein/klein-21.8.0.ebuild b/dev-python/klein/klein-21.8.0.ebuild
index 22e5725d4695..9444fbdbe265 100644
--- a/dev-python/klein/klein-21.8.0.ebuild
+++ b/dev-python/klein/klein-21.8.0.ebuild
@@ -4,11 +4,10 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="micro-framework for developing production-ready web services with Python"
HOMEPAGE="https://pypi.org/project/klein/ https://github.com/twisted/klein/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"