diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-01 22:43:06 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-01 22:43:06 +0000 |
commit | 417ef5d7c7bd36af15766ab14554600fbe7daed7 (patch) | |
tree | 3b5d8d93ff01be44bfb626166431ec3722be57b0 /dev-python/bpython | |
parent | 7323114f21150e9c3714584386134160e2c520cf (diff) |
gentoo auto-resync : 01:02:2025 - 22:43:06
Diffstat (limited to 'dev-python/bpython')
-rw-r--r-- | dev-python/bpython/Manifest | 4 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.24.ebuild | 43 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.25.ebuild | 2 |
3 files changed, 2 insertions, 47 deletions
diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest index e1ee166066bc..c9be06cff0a2 100644 --- a/dev-python/bpython/Manifest +++ b/dev-python/bpython/Manifest @@ -1,5 +1,3 @@ -DIST bpython-0.24.tar.gz 222879 BLAKE2B d74276c2da25e4c9f4440af3c26bd69b08baa3f6f8ae04f55ace2a159c5d839711b6f969dcaae831bc680273bc6f4f8e7f9297751534ae14d76fb06e6bc4be48 SHA512 f95e853ad5aaba476cf0bcc197ae1d322af4a458637f8445372b54b75d315d3caae7a3f8b7d8c6d1bd2c4307c36b21cf320b22c367990bd0b9bfbf42a5e02267 DIST bpython-0.25.tar.gz 207610 BLAKE2B d180838ddbf87165acf44214bdf3d5983ebcecb529647ecdd4f1b8f7c325a1d7013e47908ee88bdacacec9ba9b0b3f3052fc88999128416e6a01e1b7cfa1194b SHA512 052a84666e5e559a883964d8eb41a1ed8c704a9760799cdbe98d7fdcd8060815b5d7b26e7589a56735f91c1f1214b1cdf17ad30d6bed34a506233d2d9e0bbd2c -EBUILD bpython-0.24.ebuild 1218 BLAKE2B 11969ed1da2d92206120e1db164459bbbb230dbeb25762bb8396bae17399967116dd8b21ba1cb29c525faca7ed3b24343ac7d1366650c5a09540e197e7f57668 SHA512 5f028ba83a596d384e9db76909e4d7fb60360cd7e98b9d824928dd1e4fec526caca7397abc356d96d6c0bead9be1a3b5b768f0f77cd81d68130477379fc55da5 -EBUILD bpython-0.25.ebuild 1326 BLAKE2B 2610b5a4a7957b2a2b0a0d07739fc3874ca1f208db0c616b6c87d64e23baaf13a2e3f80e3ab00db574aa21d8b28f65fc55d3fd27a02690939a26d85b7cbf4576 SHA512 dbd19ffa27015adbe7afa29218cb759691fd7c4c195fcf46e04983534315c115f5403afab079685f107b53d06db46a2b2fff706ab1806f2034bd09924bfc9f78 +EBUILD bpython-0.25.ebuild 1323 BLAKE2B 7a06a475942effe3909ce4d19499c46f2f108c5e4dd0a65d055690fd413be3028ec84a08efe23bb6028a5511355cadf945467988ed651b4d5cd0827a016ae3a2 SHA512 9798ee32670693131b0fcd71ff9a310215224ddaf70e70868e27b1992b319bb197c8d3004a525441314fd4208b9ae824bad82fb4b1195feb28b14c67757c1583 MISC metadata.xml 785 BLAKE2B 2f68f309d497deba0e9db97d3c8eff7b8e8dcf39843a232e520c11c0dc574b9c9e1dd071e4af3313e538306d2674331358a216a08dc1605ce07c18853fb12fca SHA512 19d74222a46ed207c1c75668e56bbac30dbf42cb013f292eade90dd1d87fb9e0f57ef0fbabf0eae1c29b277161f75b2f8c7e821e37bc9708262d88c3e9d2c8dc diff --git a/dev-python/bpython/bpython-0.24.ebuild b/dev-python/bpython/bpython-0.24.ebuild deleted file mode 100644 index 75bd7b528c3e..000000000000 --- a/dev-python/bpython/bpython-0.24.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter" -HOMEPAGE=" - https://www.bpython-interpreter.org/ - https://github.com/bpython/bpython/ - https://pypi.org/project/bpython/ -" - -LICENSE="MIT" -SLOT="0" -IUSE="clipboard +jedi watch" -KEYWORDS="amd64 arm64 ~riscv x86" - -# see https://github.com/bpython/bpython/issues/641 wrt greenlet -RDEPEND=" - >=dev-python/curtsies-0.4.0[${PYTHON_USEDEP}] - dev-python/cwcwidth[${PYTHON_USEDEP}] - dev-python/greenlet[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - clipboard? ( dev-python/pyperclip[${PYTHON_USEDEP}] ) - jedi? ( dev-python/jedi[${PYTHON_USEDEP}] ) - watch? ( dev-python/watchdog[${PYTHON_USEDEP}] ) -" -# sphinx is used implicitly to build manpages -BDEPEND="dev-python/wheel[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] -" - -DOCS=( AUTHORS.rst CHANGELOG.rst ) - -distutils_enable_sphinx doc/sphinx/source --no-autodoc -distutils_enable_tests unittest diff --git a/dev-python/bpython/bpython-0.25.ebuild b/dev-python/bpython/bpython-0.25.ebuild index b6073f6d348b..4e4228423a14 100644 --- a/dev-python/bpython/bpython-0.25.ebuild +++ b/dev-python/bpython/bpython-0.25.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="MIT BSD-2 PSF-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 arm64 ~riscv x86" IUSE="clipboard +jedi watch" # see https://github.com/bpython/bpython/issues/641 wrt greenlet |