aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-17 17:49:18 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-17 17:58:47 +0500
commitb4d807c3249c671eeede3c4b55d52b9e6fcffa49 (patch)
tree462f2808435c8207b806cc1765ba355662614172
parentdev-python/pywebview: Use pypi.eclass (diff)
downloadguru-b4d807c3249c671eeede3c4b55d52b9e6fcffa49.tar.gz
guru-b4d807c3249c671eeede3c4b55d52b9e6fcffa49.tar.bz2
guru-b4d807c3249c671eeede3c4b55d52b9e6fcffa49.zip
dev-python/redbaron: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r--dev-python/redbaron/redbaron-0.9.2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/redbaron/redbaron-0.9.2.ebuild b/dev-python/redbaron/redbaron-0.9.2.ebuild
index b9caa47aa..ab2d09270 100644
--- a/dev-python/redbaron/redbaron-0.9.2.ebuild
+++ b/dev-python/redbaron/redbaron-0.9.2.ebuild
@@ -5,14 +5,13 @@ EAPI=7
PYTHON_COMPAT=( python3_9 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A FST for python to make writing refactoring code a realistic task"
HOMEPAGE="
https://redbaron.readthedocs.io/
https://github.com/PyCQA/redbaron
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"