Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rich/
Date: Thu, 20 Jan 2022 13:56:52
Message-Id: 1642686884.447a36578232804692f1f88b812b8cb0e0078508.mgorny@gentoo
1 commit: 447a36578232804692f1f88b812b8cb0e0078508
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 13:50:52 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 13:54:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447a3657
7
8 dev-python/rich: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rich/Manifest | 2 --
13 dev-python/rich/rich-10.16.0.ebuild | 27 ---------------------------
14 dev-python/rich/rich-10.16.1.ebuild | 31 -------------------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/dev-python/rich/Manifest b/dev-python/rich/Manifest
18 index 3f122ee70cbe..b00addec007a 100644
19 --- a/dev-python/rich/Manifest
20 +++ b/dev-python/rich/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST rich-10.16.0.tar.gz 16280103 BLAKE2B af66398a4bc6e3e5503418721906679dc6f964b6dcbb56195f64d0ef4f504d9e0002f8b727c4fba7b42dda8790a03bb12a85150b99d5294712e38dea2800f841 SHA512 48c9e4d0b733cf79e9bceac284ca3cf37c14f52c0f3590f08acd9b0ea791da0200753f3cbae13a619b9c42fdb1167d55724c80123e2935bf2ed7133a15639ac8
23 -DIST rich-10.16.1.tar.gz 16280385 BLAKE2B dda2e6a64f9ecfe99fdda3a2e24c6a859e25eca48ebc2af63dbea3c8b90f977e10253721e85b876165c9f51c52ceed057e77b08cf2c77c28de67b8a2c49c4617 SHA512 341aa3fdb7fe608d15c867eb50f36fcc250e041a256e4bee86f0c69e7e0f9239c84be88833dad56f05edeb09a734d64f423b9080bd13b88c3a59d958e8ff1f4c
24 DIST rich-10.16.2.tar.gz 16282443 BLAKE2B ccc7292e265770880539d6a1a6b2e819b45e2e3d4d152f1a16c56f2da74c9a472ae49ea0a4a677ad71c4dd087fade2c415484073b4b2cd86869ad7c43c32b162 SHA512 9cb8b0c8105589db22d7efdc47cbfa20531cd184f07855db4bfafb667299c7d3e520b19e3b33e7818affb7a5674805849ee9f2e770927e285ccd7f4f838982c3
25 DIST rich-11.0.0.tar.gz 16293684 BLAKE2B bd38f84a7e0623dc9474bdc369b452fc668cd4756f00f6dd1b185f95dffb3d55f6b95a7f6dfaed5ee1ec5f2d9514af6080835b9ffd010f150005b15afb761d97 SHA512 bf8218ff43a101c4624baff1ecc316eb95912d0b634c41293b44de135ea4c6ead0fa2c6a96ab1403ce4dd80961915dbe7753415a74c7d41fc1f2d227113e9ff3
26
27 diff --git a/dev-python/rich/rich-10.16.0.ebuild b/dev-python/rich/rich-10.16.0.ebuild
28 deleted file mode 100644
29 index 05ddc3dab2e6..000000000000
30 --- a/dev-python/rich/rich-10.16.0.ebuild
31 +++ /dev/null
32 @@ -1,27 +0,0 @@
33 -# Copyright 2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
40 -inherit distutils-r1 optfeature
41 -
42 -DESCRIPTION="Python library for renrering rich text, tables, etc. to the terminal"
43 -HOMEPAGE="https://github.com/willmcgugan/rich"
44 -SRC_URI="https://github.com/willmcgugan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~riscv ~x86"
49 -
50 -RDEPEND="
51 - dev-python/colorama[${PYTHON_USEDEP}]
52 - dev-python/commonmark[${PYTHON_USEDEP}]
53 - dev-python/pygments[${PYTHON_USEDEP}]"
54 -
55 -distutils_enable_tests pytest
56 -
57 -pkg_postinst() {
58 - optfeature "integration with HTML widgets for Jupyter" dev-python/ipywidgets
59 -}
60
61 diff --git a/dev-python/rich/rich-10.16.1.ebuild b/dev-python/rich/rich-10.16.1.ebuild
62 deleted file mode 100644
63 index f5d5e30308cd..000000000000
64 --- a/dev-python/rich/rich-10.16.1.ebuild
65 +++ /dev/null
66 @@ -1,31 +0,0 @@
67 -# Copyright 2021 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=8
71 -
72 -PYTHON_COMPAT=( python3_{8..10} )
73 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
74 -inherit distutils-r1 optfeature
75 -
76 -DESCRIPTION="Python library for renrering rich text, tables, etc. to the terminal"
77 -HOMEPAGE="https://github.com/willmcgugan/rich"
78 -SRC_URI="https://github.com/willmcgugan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
79 -
80 -LICENSE="MIT"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
83 -
84 -RDEPEND="
85 - dev-python/colorama[${PYTHON_USEDEP}]
86 - dev-python/commonmark[${PYTHON_USEDEP}]
87 - dev-python/pygments[${PYTHON_USEDEP}]"
88 -
89 -distutils_enable_tests pytest
90 -
91 -python_test() {
92 - epytest -p no:pytest-qt
93 -}
94 -
95 -pkg_postinst() {
96 - optfeature "integration with HTML widgets for Jupyter" dev-python/ipywidgets
97 -}