summaryrefslogtreecommitdiff
path: root/dev-python/bpython/bpython-0.24.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-21 09:35:00 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-21 09:35:00 +0000
commitd72ba2d3fcf1a43b1bf8dc4c871d8abb9c7959f0 (patch)
tree07587830f7f6214022868841dc1661a7ac0a568c /dev-python/bpython/bpython-0.24.ebuild
parent654bdcbd9f802fd44d8f6a10a223ecb4c71ce36e (diff)
downloadbaldeagleos-repo-d72ba2d3fcf1a43b1bf8dc4c871d8abb9c7959f0.tar.gz
baldeagleos-repo-d72ba2d3fcf1a43b1bf8dc4c871d8abb9c7959f0.tar.xz
baldeagleos-repo-d72ba2d3fcf1a43b1bf8dc4c871d8abb9c7959f0.zip
Adding metadata
Diffstat (limited to 'dev-python/bpython/bpython-0.24.ebuild')
-rw-r--r--dev-python/bpython/bpython-0.24.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/bpython/bpython-0.24.ebuild b/dev-python/bpython/bpython-0.24.ebuild
index 8b3ab3de2543..8f0cf819534c 100644
--- a/dev-python/bpython/bpython-0.24.ebuild
+++ b/dev-python/bpython/bpython-0.24.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{7,8,9,10,11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter"
HOMEPAGE="
@@ -14,12 +14,11 @@ HOMEPAGE="
https://github.com/bpython/bpython/
https://pypi.org/project/bpython/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
IUSE="clipboard +jedi watch"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
RDEPEND="
>=dev-python/curtsies-0.4.0[${PYTHON_USEDEP}]