summaryrefslogtreecommitdiff
path: root/dev-python/bpython
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-26 01:13:45 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-26 01:13:45 +0000
commit7bd77a6744e2cd6d203240181996a998985e0288 (patch)
tree75dc88e47dcab0692b84f1b2684ffa9fde351aff /dev-python/bpython
parentc33b50e5d2446c439465ff4575253db72ef2b8f6 (diff)
gentoo auto-resync : 26:11:2022 - 01:13:45
Diffstat (limited to 'dev-python/bpython')
-rw-r--r--dev-python/bpython/Manifest5
-rw-r--r--dev-python/bpython/bpython-0.23-r1.ebuild2
-rw-r--r--dev-python/bpython/bpython-0.23.ebuild44
-rw-r--r--dev-python/bpython/metadata.xml2
4 files changed, 3 insertions, 50 deletions
diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest
index 5b6b4be21160..50d381d4af51 100644
--- a/dev-python/bpython/Manifest
+++ b/dev-python/bpython/Manifest
@@ -1,4 +1,3 @@
DIST bpython-0.23.tar.gz 222241 BLAKE2B eae70242323534dacada4d3d181ec4fba5fd384dc124bec7f28db887d2f1fb5b49ec6bc169d4a93db9de88dee82d714d502f2b2b1de5d9d01073f7504430cc23 SHA512 b25b68a690b838fef0c5dbb05565db4373ebb3611278b9f94db792ef25a43f59e3e9b7ac1ad0f571ae442948748b6c5e28888c6aa0f592cdf8499223cfded217
-EBUILD bpython-0.23-r1.ebuild 1161 BLAKE2B 28282068a0669f57e70ae8a57cb3533f2af877b978e64ec10b575905b9af1da63db710fbe6ad6d1034c816045ec0f94287fd99dc9e78db16ed96feb6e898a6ce SHA512 5631358cf26602a5f5f1b01cbfb700837c420b9753a9711a054ed44afb9d89d3727c87121617f828022f802218e854e1972146bf805d372013f4d4dde31f30cc
-EBUILD bpython-0.23.ebuild 1212 BLAKE2B dc94f2f28a65b0f0bebdb58275ce816456e72634f45502538502d675fcdc05695bc0834c20e3982aad4d0d63de02a7ecfb8e024697aaff704b1923dbb0d803dd SHA512 7879958ab5dad7a499e00dc56a7dcb101d54a047cb59782dda4a8cbfde9c5af833c18f1f62ea03148332d1a78d4b7f990919f1118f64531daa4e418441933465
-MISC metadata.xml 866 BLAKE2B 0abfdfadfdd88b477380ca383047987b12e2a4f6f8e666e1e8ac9a245da606fe587fec0ff406e0784396e41f8897dba84b02618b63fb8ffe56dbdb990b1bd2d4 SHA512 cc3b9f87ae93e16094cf7a227e5bd84db52f82dc7ed5e36d5d0f6b07a7242e314dcf8911e12ebf6d1e6574ff7d05833798b9a095d0696094b93941aaf68da45f
+EBUILD bpython-0.23-r1.ebuild 1159 BLAKE2B 9dd2cca1b6a0e8f2699e777b68ee9f46e8c7ecd5c3e8dd5f245789d00831f3991527e686022d92351804f83438981c4448eb49d1e1210f2e766d14cceb0a8568 SHA512 0748e1001f2bdbfd60b72d2becb2983f1e2eb04a7cc90a40ea4d873f845f4d137d1963c7f2e49c5336acc75dc0878c66b5b2f2ec576dace00e3e6972a029b52c
+MISC metadata.xml 785 BLAKE2B 2f68f309d497deba0e9db97d3c8eff7b8e8dcf39843a232e520c11c0dc574b9c9e1dd071e4af3313e538306d2674331358a216a08dc1605ce07c18853fb12fca SHA512 19d74222a46ed207c1c75668e56bbac30dbf42cb013f292eade90dd1d87fb9e0f57ef0fbabf0eae1c29b277161f75b2f8c7e821e37bc9708262d88c3e9d2c8dc
diff --git a/dev-python/bpython/bpython-0.23-r1.ebuild b/dev-python/bpython/bpython-0.23-r1.ebuild
index 1bcd139c79b6..2254fcde6e4b 100644
--- a/dev-python/bpython/bpython-0.23-r1.ebuild
+++ b/dev-python/bpython/bpython-0.23-r1.ebuild
@@ -19,7 +19,7 @@ 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}]
diff --git a/dev-python/bpython/bpython-0.23.ebuild b/dev-python/bpython/bpython-0.23.ebuild
deleted file mode 100644
index 89b0e7ea41d9..000000000000
--- a/dev-python/bpython/bpython-0.23.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-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/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="clipboard +jedi urwid watch"
-KEYWORDS="amd64 ~riscv x86"
-
-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}] )
- urwid? ( dev-python/urwid[${PYTHON_USEDEP}] )
- watch? ( dev-python/watchdog[${PYTHON_USEDEP}] )
-"
-# sphinx is used implicitly to build manpages
-BDEPEND="
- 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/metadata.xml b/dev-python/bpython/metadata.xml
index 3cf444ad947c..78a1f182aec0 100644
--- a/dev-python/bpython/metadata.xml
+++ b/dev-python/bpython/metadata.xml
@@ -15,8 +15,6 @@
using <pkg>dev-python/pyperclip</pkg></flag>
<flag name="jedi">Enable autocompletion
using <pkg>dev-python/jedi</pkg></flag>
- <flag name="urwid">Ebable
- <pkg>dev-python/urwid</pkg>-based interface</flag>
<flag name="watch">Enable watching paths
using <pkg>dev-python/watchdog</pkg></flag>
</use>