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/curtsies/files/, dev-python/curtsies/
Date: Thu, 07 Jan 2021 09:19:25
Message-Id: 1610011018.e2d1336c21cca0a5d9e32b641eef96cb91e7045f.mgorny@gentoo
1 commit: e2d1336c21cca0a5d9e32b641eef96cb91e7045f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 09:16:58 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 09:16:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d1336c
7
8 dev-python/curtsies: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/curtsies/Manifest | 1 -
13 dev-python/curtsies/curtsies-0.3.0-r2.ebuild | 31 -------------------------
14 dev-python/curtsies/files/curtsies-typing.patch | 9 -------
15 3 files changed, 41 deletions(-)
16
17 diff --git a/dev-python/curtsies/Manifest b/dev-python/curtsies/Manifest
18 index 006dde91f83..ef7923fb57f 100644
19 --- a/dev-python/curtsies/Manifest
20 +++ b/dev-python/curtsies/Manifest
21 @@ -1,2 +1 @@
22 -DIST curtsies-0.3.0.tar.gz 47120 BLAKE2B 51d6bf5686c275690c6b906e7eba642aebd54dccb106463a9b1733e2174fa26a30b8365a17d6cfa18244fb74693364a3aa5184a17f2460425a57fb8912d6bcaf SHA512 b1fc09a4e9aefe09b878a5c710ef86c90f93895a8ed40b40a3c13b24a2dfc1fe771ace11c20e3fed4fcdd0bed8b9615ee3c2bcf200fa34fbfb895a4a7b57b14c
23 DIST curtsies-0.3.4.tar.gz 52733 BLAKE2B 5345005e1a650fbc94db29464f26c9cc615509a64f6287f3d3c9ca69b063e6adaf6af95e292c1bee3a2290abd6b98cd0dcc3a01405b4ab63ee5db4f8570b6e51 SHA512 5f65af34f6dd13491acf65311516ed90e57d99f681032ab6b4753710953f5285b012a09de6c56d28ccd5bc942c9886076f04287cddf955ba424205a5c44785b2
24
25 diff --git a/dev-python/curtsies/curtsies-0.3.0-r2.ebuild b/dev-python/curtsies/curtsies-0.3.0-r2.ebuild
26 deleted file mode 100644
27 index 77763052bb4..00000000000
28 --- a/dev-python/curtsies/curtsies-0.3.0-r2.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{6..9} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Curses-like terminal wrapper, with colored strings"
41 -HOMEPAGE="https://github.com/thomasballinger/curtsies"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -SLOT="0"
45 -LICENSE="MIT"
46 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
47 -
48 -RDEPEND="
49 - >=dev-python/blessings-1.5[${PYTHON_USEDEP}]
50 - >=dev-python/wcwidth-0.1.4[${PYTHON_USEDEP}]
51 -"
52 -DEPEND="
53 - test? (
54 - dev-python/mock[${PYTHON_USEDEP}]
55 - dev-python/pyte[${PYTHON_USEDEP}]
56 - )
57 -"
58 -
59 -distutils_enable_tests nose
60 -
61 -PATCHES=( "${FILESDIR}"/${PN}-typing.patch )
62
63 diff --git a/dev-python/curtsies/files/curtsies-typing.patch b/dev-python/curtsies/files/curtsies-typing.patch
64 deleted file mode 100644
65 index 28ab09f89fe..00000000000
66 --- a/dev-python/curtsies/files/curtsies-typing.patch
67 +++ /dev/null
68 @@ -1,9 +0,0 @@
69 -diff -r -U2 curtsies-0.3.0.orig/setup.py curtsies-0.3.0/setup.py
70 ---- curtsies-0.3.0.orig/setup.py 2018-02-14 05:54:06.000000000 +0700
71 -+++ curtsies-0.3.0/setup.py 2019-02-26 17:10:07.076471372 +0700
72 -@@ -42,5 +42,4 @@
73 - 'blessings>=1.5',
74 - 'wcwidth>=0.1.4',
75 -- 'typing',
76 - ],
77 - tests_require = [