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: profiles/, dev-python/python-termstyle/files/, dev-python/python-termstyle/
Date: Wed, 23 Dec 2020 09:06:26
Message-Id: 1608714123.f4c0b0869d497875567231f934c39ef08ee84031.mgorny@gentoo
1 commit: f4c0b0869d497875567231f934c39ef08ee84031
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 09:00:15 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 09:02:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c0b086
7
8 dev-python/python-termstyle: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/755623
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/python-termstyle/Manifest | 1 -
14 .../python-termstyle/files/tests-unicode.patch | 10 ------
15 dev-python/python-termstyle/metadata.xml | 9 ------
16 .../python-termstyle-0.1.10.ebuild | 36 ----------------------
17 profiles/package.mask | 1 -
18 5 files changed, 57 deletions(-)
19
20 diff --git a/dev-python/python-termstyle/Manifest b/dev-python/python-termstyle/Manifest
21 deleted file mode 100644
22 index 916c511af9a..00000000000
23 --- a/dev-python/python-termstyle/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST python-termstyle-0.1.10.tar.gz 5025 BLAKE2B af652f560f3c6657ca01080cdaece77af7a1ecdf0758cf777035427197142b04a7d39a249da6eee90dc06cc2d15ca484c8b1d086c8e32e761acb8adc0eeccf3f SHA512 a0ed484da8da10c7fe1b8422a26861fb115dc29c49ce79c113053f913d3371edf6222de1ccf40e6aa34c3cfa9da5805eb3928fb07bfae18a13683621d7547743
27
28 diff --git a/dev-python/python-termstyle/files/tests-unicode.patch b/dev-python/python-termstyle/files/tests-unicode.patch
29 deleted file mode 100644
30 index 4cb410fa198..00000000000
31 --- a/dev-python/python-termstyle/files/tests-unicode.patch
32 +++ /dev/null
33 @@ -1,10 +0,0 @@
34 -diff --git a/test2.py b/test2.py
35 -index 2d84c37..1331545 100755
36 ---- a/test2.py
37 -+++ b/test2.py
38 -@@ -2,4 +2,4 @@
39 -
40 - from termstyle import *
41 -
42 --print green(u"unicod\xe9!")
43 -+print green(u"unicod\xe9!".encode('utf-8'))
44
45 diff --git a/dev-python/python-termstyle/metadata.xml b/dev-python/python-termstyle/metadata.xml
46 deleted file mode 100644
47 index 7aceef00ef0..00000000000
48 --- a/dev-python/python-termstyle/metadata.xml
49 +++ /dev/null
50 @@ -1,9 +0,0 @@
51 -<?xml version="1.0" encoding="UTF-8"?>
52 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 -<pkgmetadata>
54 - <!--maintainer-needed-->
55 - <upstream>
56 - <remote-id type="github">timbertson/termstyle</remote-id>
57 - <remote-id type="pypi">python-termstyle</remote-id>
58 - </upstream>
59 -</pkgmetadata>
60
61 diff --git a/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild b/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild
62 deleted file mode 100644
63 index 1945a11446e..00000000000
64 --- a/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild
65 +++ /dev/null
66 @@ -1,36 +0,0 @@
67 -# Copyright 1999-2020 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=7
71 -PYTHON_COMPAT=( python3_{6,7} )
72 -
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="console colouring for python"
76 -HOMEPAGE="http://gfxmonk.net/dist/0install/python-termstyle.xml"
77 -SRC_URI="https://github.com/timbertson/${PN#*-}/archive/${PV}.tar.gz -> ${P}.tar.gz"
78 -S="${WORKDIR}/termstyle-${PV}"
79 -
80 -LICENSE="BSD"
81 -SLOT="0"
82 -KEYWORDS="amd64 ~arm64 ppc64 x86"
83 -IUSE=""
84 -
85 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
86 -RDEPEND=""
87 -
88 -python_prepare_all() {
89 - local PATCHES=(
90 - "${FILESDIR}"/tests-unicode.patch
91 - )
92 -
93 - distutils-r1_python_prepare_all
94 -}
95 -
96 -python_test() {
97 - if [[ "${EPYTHON}" = "python2.7" ]]; then
98 - "${PYTHON}" test2.py || die "test2.py failed under ${EPYTHON}"
99 - else
100 - "${PYTHON}" test3.py || die "test3.py failed under ${EPYTHON}"
101 - fi
102 -}
103
104 diff --git a/profiles/package.mask b/profiles/package.mask
105 index d10cbab1576..c12904b0d6e 100644
106 --- a/profiles/package.mask
107 +++ b/profiles/package.mask
108 @@ -297,7 +297,6 @@ games-emulation/fakenes
109 # (or are broken). They have no reverse dependencies, except for other
110 # packages from the list.
111 # Removal in 30 days. Bug #755623.
112 -dev-python/python-termstyle
113 dev-python/pythonz-bd
114 dev-python/pywinrm
115 dev-python/rednose