commit:     f4c0b0869d497875567231f934c39ef08ee84031
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 09:00:15 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 09:02:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c0b086

dev-python/python-termstyle: Remove last-rited pkg

Closes: https://bugs.gentoo.org/755623
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-termstyle/Manifest               |  1 -
 .../python-termstyle/files/tests-unicode.patch     | 10 ------
 dev-python/python-termstyle/metadata.xml           |  9 ------
 .../python-termstyle-0.1.10.ebuild                 | 36 ----------------------
 profiles/package.mask                              |  1 -
 5 files changed, 57 deletions(-)

diff --git a/dev-python/python-termstyle/Manifest 
b/dev-python/python-termstyle/Manifest
deleted file mode 100644
index 916c511af9a..00000000000
--- a/dev-python/python-termstyle/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-termstyle-0.1.10.tar.gz 5025 BLAKE2B 
af652f560f3c6657ca01080cdaece77af7a1ecdf0758cf777035427197142b04a7d39a249da6eee90dc06cc2d15ca484c8b1d086c8e32e761acb8adc0eeccf3f
 SHA512 
a0ed484da8da10c7fe1b8422a26861fb115dc29c49ce79c113053f913d3371edf6222de1ccf40e6aa34c3cfa9da5805eb3928fb07bfae18a13683621d7547743

diff --git a/dev-python/python-termstyle/files/tests-unicode.patch 
b/dev-python/python-termstyle/files/tests-unicode.patch
deleted file mode 100644
index 4cb410fa198..00000000000
--- a/dev-python/python-termstyle/files/tests-unicode.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/test2.py b/test2.py
-index 2d84c37..1331545 100755
---- a/test2.py
-+++ b/test2.py
-@@ -2,4 +2,4 @@
- 
- from termstyle import *
- 
--print green(u"unicod\xe9!")
-+print green(u"unicod\xe9!".encode('utf-8'))

diff --git a/dev-python/python-termstyle/metadata.xml 
b/dev-python/python-termstyle/metadata.xml
deleted file mode 100644
index 7aceef00ef0..00000000000
--- a/dev-python/python-termstyle/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!--maintainer-needed-->
-       <upstream>
-               <remote-id type="github">timbertson/termstyle</remote-id>
-               <remote-id type="pypi">python-termstyle</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild 
b/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild
deleted file mode 100644
index 1945a11446e..00000000000
--- a/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="console colouring for python"
-HOMEPAGE="http://gfxmonk.net/dist/0install/python-termstyle.xml";
-SRC_URI="https://github.com/timbertson/${PN#*-}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/termstyle-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-python_prepare_all() {
-       local PATCHES=(
-               "${FILESDIR}"/tests-unicode.patch
-       )
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       if [[ "${EPYTHON}" = "python2.7" ]]; then
-               "${PYTHON}" test2.py || die "test2.py failed under ${EPYTHON}"
-       else
-               "${PYTHON}" test3.py || die "test3.py failed under ${EPYTHON}"
-       fi
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index d10cbab1576..c12904b0d6e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -297,7 +297,6 @@ games-emulation/fakenes
 # (or are broken).  They have no reverse dependencies, except for other
 # packages from the list.
 # Removal in 30 days.  Bug #755623.
-dev-python/python-termstyle
 dev-python/pythonz-bd
 dev-python/pywinrm
 dev-python/rednose

Reply via email to