Skip to content

Commit 21bb17f

Browse files
authored
Merge pull request #888 from macaroni-os/merge/mark-31/bump-dev-python_rich-14_0_0
mark-devkit: [mark-31] Bump dev-python/rich-14.0.0
2 parents fc6dcc7 + a04a619 commit 21bb17f

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

dev-python/rich/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
DIST rich-13.9.4.tar.gz 223149 BLAKE2B 37c2d4916a4b2dc5a06053fcea202091e215c3d1f51a97b862b9be8595f0422d43f206797d11e356eacd756ae0fc8b0ab4499a0e362dca608cd8b3ab3c3bf70c SHA512 700ad6481604ec73399b226994660c6c359186f30cb8be16b35ba66bcd0fc56498f56f7ca34076b66e861b4d25ca7bd3503457dd4ce7c29bad6d46bbdbc658b6
2+
DIST rich-14.0.0.tar.gz 224078 BLAKE2B 1b0b86405ef477bd99eaf797f54a480111ffe86ebfb01aba0f25a268e0fd28e7062013367f62fef3539d3b8f0656ef98c1153fe2abb8e8426da27742af19d794 SHA512 fcca4648c34e51e7a9c9022c0c179bb2e76b0ba4cbe5cbc8a0c717359f433b3ee41e537202fccdc9ade88789bf38445200eab964ba53ad160019e4cdb5727e1a

dev-python/rich/rich-14.0.0.ebuild

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Distributed under the terms of the GNU General Public License v2
2+
3+
EAPI=7
4+
5+
PYTHON_COMPAT=( python3+ )
6+
inherit distutils-r1
7+
8+
DESCRIPTION="Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
9+
HOMEPAGE="https://github.com/Textualize/rich https://pypi.org/project/rich/"
10+
SRC_URI="https://files.pythonhosted.org/packages/a1/53/830aa4c3066a8ab0ae9a9955976fb770fe9c6102117c8ec4ab3ea62d89e8/rich-14.0.0.tar.gz -> rich-14.0.0.tar.gz"
11+
12+
DEPEND=""
13+
RDEPEND="
14+
dev-python/pygments[${PYTHON_USEDEP}]
15+
dev-python/markdown-it-py[${PYTHON_USEDEP}]"
16+
IUSE=""
17+
SLOT="0"
18+
LICENSE="MIT"
19+
KEYWORDS="*"
20+
S="${WORKDIR}/rich-14.0.0"

0 commit comments

Comments
 (0)