summaryrefslogtreecommitdiff
path: root/dev-python/bpython
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/bpython')
-rw-r--r--dev-python/bpython/Manifest4
-rw-r--r--dev-python/bpython/bpython-0.22.1.ebuild39
-rw-r--r--dev-python/bpython/bpython-0.23.ebuild2
3 files changed, 2 insertions, 43 deletions
diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest
index ebd59cc28607..8b1547043bc0 100644
--- a/dev-python/bpython/Manifest
+++ b/dev-python/bpython/Manifest
@@ -1,5 +1,3 @@
-DIST bpython-0.22.1.tar.gz 217294 BLAKE2B 907b51753182add775d3e2ba08c3999d30ba23ab13d59f364d03ce5f22191e1a90031f7c3b5477fd00c94342a5ee204aa2618a7cd1a9470bbc898cfc266ba9bd SHA512 6b29235c41b645c3658812b8c80637d1e76029a6386f8628e5c681b2f3fdea653f89a12f4e28f55381464755e04fa7a33f023f096e75d889d5a588222c0d06c3
DIST bpython-0.23.tar.gz 222241 BLAKE2B eae70242323534dacada4d3d181ec4fba5fd384dc124bec7f28db887d2f1fb5b49ec6bc169d4a93db9de88dee82d714d502f2b2b1de5d9d01073f7504430cc23 SHA512 b25b68a690b838fef0c5dbb05565db4373ebb3611278b9f94db792ef25a43f59e3e9b7ac1ad0f571ae442948748b6c5e28888c6aa0f592cdf8499223cfded217
-EBUILD bpython-0.22.1.ebuild 1223 BLAKE2B 8d83c73542b1ce45acb4aa425372eb717c27b7fadd47b6d7409b212f02097f51c5609e7b08cac64e9f4bd71a494ac12d1583d47acc555ebabd1cbc16325a5058 SHA512 aa95362ec7357c9eb406cafc4a850b402004dfcac1ec116060aec3fe2b2312568ed5bbcdd8604cc0d5b4d34271927442974d3c46a85e1b5ddccf2c53ca99e5a3
-EBUILD bpython-0.23.ebuild 1214 BLAKE2B 20f15cb0e57aec99b5e3f1957225c0e44f189adb5e7e8b36030dd538822f157752dea1aa0be06887e18e8c3762d3c6598094deb23ac448ea9c11af01abc225ae SHA512 43c5d21e59d413eaf0c7e4c286ed3790592869b8ca0febcc8c620a1a2abe05e018838f554a368d88c7b477c803a61a6f37a649bb6a25d42675e830cdd48b1a41
+EBUILD bpython-0.23.ebuild 1212 BLAKE2B dc94f2f28a65b0f0bebdb58275ce816456e72634f45502538502d675fcdc05695bc0834c20e3982aad4d0d63de02a7ecfb8e024697aaff704b1923dbb0d803dd SHA512 7879958ab5dad7a499e00dc56a7dcb101d54a047cb59782dda4a8cbfde9c5af833c18f1f62ea03148332d1a78d4b7f990919f1118f64531daa4e418441933465
MISC metadata.xml 866 BLAKE2B 0abfdfadfdd88b477380ca383047987b12e2a4f6f8e666e1e8ac9a245da606fe587fec0ff406e0784396e41f8897dba84b02618b63fb8ffe56dbdb990b1bd2d4 SHA512 cc3b9f87ae93e16094cf7a227e5bd84db52f82dc7ed5e36d5d0f6b07a7242e314dcf8911e12ebf6d1e6574ff7d05833798b9a095d0696094b93941aaf68da45f
diff --git a/dev-python/bpython/bpython-0.22.1.ebuild b/dev-python/bpython/bpython-0.22.1.ebuild
deleted file mode 100644
index 83c4d7432f7a..000000000000
--- a/dev-python/bpython/bpython-0.22.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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.3.5[${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}]
- dev-python/typing-extensions[${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/bpython-0.23.ebuild b/dev-python/bpython/bpython-0.23.ebuild
index b557b80cbb9e..89b0e7ea41d9 100644
--- a/dev-python/bpython/bpython-0.23.ebuild
+++ b/dev-python/bpython/bpython-0.23.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
IUSE="clipboard +jedi urwid watch"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
RDEPEND="
>=dev-python/curtsies-0.4.0[${PYTHON_USEDEP}]