commit:     e2d1336c21cca0a5d9e32b641eef96cb91e7045f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 09:16:58 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 09:16:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d1336c

dev-python/curtsies: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/curtsies/Manifest                    |  1 -
 dev-python/curtsies/curtsies-0.3.0-r2.ebuild    | 31 -------------------------
 dev-python/curtsies/files/curtsies-typing.patch |  9 -------
 3 files changed, 41 deletions(-)

diff --git a/dev-python/curtsies/Manifest b/dev-python/curtsies/Manifest
index 006dde91f83..ef7923fb57f 100644
--- a/dev-python/curtsies/Manifest
+++ b/dev-python/curtsies/Manifest
@@ -1,2 +1 @@
-DIST curtsies-0.3.0.tar.gz 47120 BLAKE2B 
51d6bf5686c275690c6b906e7eba642aebd54dccb106463a9b1733e2174fa26a30b8365a17d6cfa18244fb74693364a3aa5184a17f2460425a57fb8912d6bcaf
 SHA512 
b1fc09a4e9aefe09b878a5c710ef86c90f93895a8ed40b40a3c13b24a2dfc1fe771ace11c20e3fed4fcdd0bed8b9615ee3c2bcf200fa34fbfb895a4a7b57b14c
 DIST curtsies-0.3.4.tar.gz 52733 BLAKE2B 
5345005e1a650fbc94db29464f26c9cc615509a64f6287f3d3c9ca69b063e6adaf6af95e292c1bee3a2290abd6b98cd0dcc3a01405b4ab63ee5db4f8570b6e51
 SHA512 
5f65af34f6dd13491acf65311516ed90e57d99f681032ab6b4753710953f5285b012a09de6c56d28ccd5bc942c9886076f04287cddf955ba424205a5c44785b2

diff --git a/dev-python/curtsies/curtsies-0.3.0-r2.ebuild 
b/dev-python/curtsies/curtsies-0.3.0-r2.ebuild
deleted file mode 100644
index 77763052bb4..00000000000
--- a/dev-python/curtsies/curtsies-0.3.0-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Curses-like terminal wrapper, with colored strings"
-HOMEPAGE="https://github.com/thomasballinger/curtsies";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-       >=dev-python/blessings-1.5[${PYTHON_USEDEP}]
-       >=dev-python/wcwidth-0.1.4[${PYTHON_USEDEP}]
-"
-DEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/pyte[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests nose
-
-PATCHES=( "${FILESDIR}"/${PN}-typing.patch )

diff --git a/dev-python/curtsies/files/curtsies-typing.patch 
b/dev-python/curtsies/files/curtsies-typing.patch
deleted file mode 100644
index 28ab09f89fe..00000000000
--- a/dev-python/curtsies/files/curtsies-typing.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -r -U2 curtsies-0.3.0.orig/setup.py curtsies-0.3.0/setup.py
---- curtsies-0.3.0.orig/setup.py       2018-02-14 05:54:06.000000000 +0700
-+++ curtsies-0.3.0/setup.py    2019-02-26 17:10:07.076471372 +0700
-@@ -42,5 +42,4 @@
-           'blessings>=1.5',
-           'wcwidth>=0.1.4',
--          'typing',
-       ],
-       tests_require = [

Reply via email to