summaryrefslogtreecommitdiff
path: root/dev-python/bpython/bpython-0.23-r1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-21 09:35:00 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-21 09:35:00 +0000
commitd72ba2d3fcf1a43b1bf8dc4c871d8abb9c7959f0 (patch)
tree07587830f7f6214022868841dc1661a7ac0a568c /dev-python/bpython/bpython-0.23-r1.ebuild
parent654bdcbd9f802fd44d8f6a10a223ecb4c71ce36e (diff)
downloadbaldeagleos-repo-d72ba2d3fcf1a43b1bf8dc4c871d8abb9c7959f0.tar.gz
baldeagleos-repo-d72ba2d3fcf1a43b1bf8dc4c871d8abb9c7959f0.tar.xz
baldeagleos-repo-d72ba2d3fcf1a43b1bf8dc4c871d8abb9c7959f0.zip
Adding metadata
Diffstat (limited to 'dev-python/bpython/bpython-0.23-r1.ebuild')
-rw-r--r--dev-python/bpython/bpython-0.23-r1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/bpython/bpython-0.23-r1.ebuild b/dev-python/bpython/bpython-0.23-r1.ebuild
deleted file mode 100644
index 35f1c6f2c94f..000000000000
--- a/dev-python/bpython/bpython-0.23-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7,8,9,10,11} )
-
-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 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}] )
- 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