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/asynctest/
Date: Sun, 31 May 2020 10:30:40
Message-Id: 1590920991.e8edc616dafee6b1b964ae18b8a6c8dbed9162c6.mgorny@gentoo
1 commit: e8edc616dafee6b1b964ae18b8a6c8dbed9162c6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:26:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:29:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8edc616
7
8 dev-python/asynctest: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719746
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/asynctest/Manifest | 1 -
14 dev-python/asynctest/asynctest-0.12.2.ebuild | 31 ----------------------------
15 dev-python/asynctest/metadata.xml | 11 ----------
16 profiles/package.mask | 7 -------
17 4 files changed, 50 deletions(-)
18
19 diff --git a/dev-python/asynctest/Manifest b/dev-python/asynctest/Manifest
20 deleted file mode 100644
21 index 703eb9f665d..00000000000
22 --- a/dev-python/asynctest/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST asynctest-0.12.2.tar.gz 49647 BLAKE2B 40bb5212409b2f0d9efce5c2559ffeea081c41b3f5158874d9a733f6f5dd2e6a2d7acf3eb495d91c1bc94e785dfd67c9bf5d1845e6fe40ad72aa36ea548b15b9 SHA512 e182fcf0c42d726dde810b9e2d50492b9e5ec9209b5419bd5faef28ee475ff04d6c8220bc165ec506eb9fc2dd38e45d7c3f8bc4ba1f0e279e44214e39862fe0f
26
27 diff --git a/dev-python/asynctest/asynctest-0.12.2.ebuild b/dev-python/asynctest/asynctest-0.12.2.ebuild
28 deleted file mode 100644
29 index 92996edd1fe..00000000000
30 --- a/dev-python/asynctest/asynctest-0.12.2.ebuild
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{6,7} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Enhance the standard unittest with features for testing asyncio libraries"
43 -HOMEPAGE="https://github.com/Martiusweb/asynctest/ https://pypi.org/project/asynctest/"
44 -SRC_URI="https://github.com/Martiusweb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE=""
50 -
51 -DEPEND="
52 - dev-python/setuptools[${PYTHON_USEDEP}]
53 -"
54 -
55 -src_prepare() {
56 - default
57 -
58 - sed -i "{s/test_events_watched_outside_test_are_ignored/_&/}" "test/test_selector.py" || die "Could not disable the failing test."
59 -}
60 -
61 -python_test() {
62 - "${EPYTHON}" -m unittest -v test || die "Testing failed"
63 -}
64
65 diff --git a/dev-python/asynctest/metadata.xml b/dev-python/asynctest/metadata.xml
66 deleted file mode 100644
67 index 32fcb20ec76..00000000000
68 --- a/dev-python/asynctest/metadata.xml
69 +++ /dev/null
70 @@ -1,11 +0,0 @@
71 -<?xml version="1.0" encoding="UTF-8"?>
72 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
73 -<pkgmetadata>
74 - <!-- maintainer-needed -->
75 - <upstream>
76 - <remote-id type="github">Martiusweb/asynctest</remote-id>
77 - <doc>http://asynctest.readthedocs.org/en/latest/</doc>
78 - <bugs-to>https://github.com/Martiusweb/asynctest/issues</bugs-to>
79 - </upstream>
80 -</pkgmetadata>
81 -
82
83 diff --git a/profiles/package.mask b/profiles/package.mask
84 index 89d0599b1cc..f0c955a429a 100644
85 --- a/profiles/package.mask
86 +++ b/profiles/package.mask
87 @@ -239,13 +239,6 @@ net-libs/quasselc
88 # Remove after 2020-05-28
89 net-irc/quassel-irssi
90
91 -# Michał Górny <mgorny@g.o> (2020-04-27)
92 -# Unmaintained. Unresolved breakage with py3.8 for almost a year.
93 -# Python upstream included some async testing support in py3.8 too.
94 -# No revdeps.
95 -# Removal in 30 days. Bug #719746.
96 -dev-python/asynctest
97 -
98 # Michał Górny <mgorny@g.o> (2020-04-26)
99 # Unmaintained. Stuck on Python 3.6. No revdeps.
100 # Removal in 30 days. Bug #719604.