commit:     d834a5b2ba1b169c1a7c01dcb4a3ad6a522e47a3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 09:41:58 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 09:49:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d834a5b2

dev-python/bpython: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/bpython/Manifest              |  1 -
 dev-python/bpython/bpython-0.22.1.ebuild | 39 --------------------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest
index ed26796a02da..f994bc84240f 100644
--- a/dev-python/bpython/Manifest
+++ b/dev-python/bpython/Manifest
@@ -1,2 +1 @@
-DIST bpython-0.22.1.tar.gz 217294 BLAKE2B 
907b51753182add775d3e2ba08c3999d30ba23ab13d59f364d03ce5f22191e1a90031f7c3b5477fd00c94342a5ee204aa2618a7cd1a9470bbc898cfc266ba9bd
 SHA512 
6b29235c41b645c3658812b8c80637d1e76029a6386f8628e5c681b2f3fdea653f89a12f4e28f55381464755e04fa7a33f023f096e75d889d5a588222c0d06c3
 DIST bpython-0.23.tar.gz 222241 BLAKE2B 
eae70242323534dacada4d3d181ec4fba5fd384dc124bec7f28db887d2f1fb5b49ec6bc169d4a93db9de88dee82d714d502f2b2b1de5d9d01073f7504430cc23
 SHA512 
b25b68a690b838fef0c5dbb05565db4373ebb3611278b9f94db792ef25a43f59e3e9b7ac1ad0f571ae442948748b6c5e28888c6aa0f592cdf8499223cfded217

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

Reply via email to