summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-21 18:53:38 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-21 18:57:38 +0100
commit181bf2b27690e324353c24156011686eb85e8ec5 (patch)
tree8185b46f66d871821004c4a6731736e6424093d7 /dev-python
parentsci-electronics/kicad: update live ebuild (diff)
downloadgentoo-181bf2b27690e324353c24156011686eb85e8ec5.tar.gz
gentoo-181bf2b27690e324353c24156011686eb85e8ec5.tar.bz2
gentoo-181bf2b27690e324353c24156011686eb85e8ec5.zip
dev-python/prompt_toolkit: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/prompt_toolkit/prompt_toolkit-3.0.36.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/prompt_toolkit/prompt_toolkit-3.0.36.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-3.0.36.ebuild
index ccb7eeba880f..40c5d051dccb 100644
--- a/dev-python/prompt_toolkit/prompt_toolkit-3.0.36.ebuild
+++ b/dev-python/prompt_toolkit/prompt_toolkit-3.0.36.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Building powerful interactive command lines in Python"
HOMEPAGE="
https://pypi.org/project/prompt-toolkit/
- https://github.com/prompt-toolkit/python-prompt-toolkit
+ https://github.com/prompt-toolkit/python-prompt-toolkit/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"