diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-03 12:33:38 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-03 12:33:38 +0000 |
| commit | 042af646d8ba46c2536188f7fa5e379fb3057637 (patch) | |
| tree | 726a648b41816c4e5f76f4463a7edd3d9a3ba956 /dev-python/bpython | |
| parent | 9355af3dc285f83c3df31f0d293f5f6f9e59b749 (diff) | |
| download | baldeagleos-repo-042af646d8ba46c2536188f7fa5e379fb3057637.tar.gz baldeagleos-repo-042af646d8ba46c2536188f7fa5e379fb3057637.tar.xz baldeagleos-repo-042af646d8ba46c2536188f7fa5e379fb3057637.zip | |
Adding metadata
Diffstat (limited to 'dev-python/bpython')
| -rw-r--r-- | dev-python/bpython/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/bpython/bpython-0.22.1.ebuild | 39 | ||||
| -rw-r--r-- | dev-python/bpython/bpython-0.23.ebuild | 2 |
3 files changed, 1 insertions, 41 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 d7156267acaa..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_{7,8,9,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 e29db992da2a..f62c5c37c7dd 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}] |
