Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aionotify/, dev-python/asynctest/
Date: Mon, 03 May 2021 23:33:06
Message-Id: 1620084440.fca6b4c4a780bdbb39a4976a53277455cdeeaab6.cybertailor@gentoo
1 commit: fca6b4c4a780bdbb39a4976a53277455cdeeaab6
2 Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
3 AuthorDate: Mon May 3 19:10:32 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon May 3 23:27:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fca6b4c4
7
8 dev-python/asynctest: drop package
9
10 It doesn't support Python versions greater than 3.7.
11 See https://github.com/Martiusweb/asynctest/issues/151
12
13 Closes: https://bugs.gentoo.org/783996
14 Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
15
16 dev-python/aionotify/aionotify-0.2.0.ebuild | 4 ----
17 dev-python/asynctest/Manifest | 1 -
18 dev-python/asynctest/asynctest-0.13.0.ebuild | 31 ----------------------------
19 dev-python/asynctest/metadata.xml | 22 --------------------
20 4 files changed, 58 deletions(-)
21
22 diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild b/dev-python/aionotify/aionotify-0.2.0.ebuild
23 index bfcd6b918..ec9f1337d 100644
24 --- a/dev-python/aionotify/aionotify-0.2.0.ebuild
25 +++ b/dev-python/aionotify/aionotify-0.2.0.ebuild
26 @@ -14,7 +14,3 @@ SRC_URI="https://github.com/rbarrois/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 LICENSE="BSD"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 -
31 -DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )"
32 -
33 -distutils_enable_tests pytest
34
35 diff --git a/dev-python/asynctest/Manifest b/dev-python/asynctest/Manifest
36 deleted file mode 100644
37 index e193011fc..000000000
38 --- a/dev-python/asynctest/Manifest
39 +++ /dev/null
40 @@ -1 +0,0 @@
41 -DIST asynctest-0.13.0.tar.gz 67664 BLAKE2B 96a50544cd7ad5038abc01b46a7fd9f8bb87eeb7dfe60cb35ef910bd9583488733dfb78ab6f5de215a1c8715e0b36064d1ea75164a8840b207a8618bd806291f SHA512 cfa76a461c81d702f96cc06d6a6786c35373802a4d878927a1f11eaad741aef8e55130e4b07cfc78673210f0ebf45bf808b7c43aebb1b2835f40306b5e44b141
42
43 diff --git a/dev-python/asynctest/asynctest-0.13.0.ebuild b/dev-python/asynctest/asynctest-0.13.0.ebuild
44 deleted file mode 100644
45 index 6210e149f..000000000
46 --- a/dev-python/asynctest/asynctest-0.13.0.ebuild
47 +++ /dev/null
48 @@ -1,31 +0,0 @@
49 -# Copyright 1999-2021 Gentoo Authors
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI="7"
53 -
54 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
55 -
56 -inherit distutils-r1
57 -
58 -DESCRIPTION="Enhance the standard unittest with features for testing asyncio libraries"
59 -HOMEPAGE="
60 - https://github.com/Martiusweb/asynctest
61 - https://pypi.org/project/asynctest
62 -"
63 -SRC_URI="https://github.com/Martiusweb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
64 -
65 -LICENSE="Apache-2.0"
66 -SLOT="0"
67 -KEYWORDS="~amd64 ~x86"
68 -
69 -distutils_enable_sphinx doc
70 -distutils_enable_tests unittest
71 -
72 -src_prepare() {
73 - sed -i 's|def test_events_watched_outside_test_are_ignored|@unittest.skip("this fail")\n def test_events_watched_outside_test_are_ignored|' test/test_selector.py
74 - default
75 -}
76 -
77 -python_test() {
78 - "${EPYTHON}" -m unittest -v test || die "Testing failed with ${EPYTHON}"
79 -}
80
81 diff --git a/dev-python/asynctest/metadata.xml b/dev-python/asynctest/metadata.xml
82 deleted file mode 100644
83 index ef09f84d8..000000000
84 --- a/dev-python/asynctest/metadata.xml
85 +++ /dev/null
86 @@ -1,22 +0,0 @@
87 -<?xml version="1.0" encoding="UTF-8"?>
88 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
89 -<pkgmetadata>
90 - <!-- maintainer-needed -->
91 - <upstream>
92 - <remote-id type="github">Martiusweb/asynctest</remote-id>
93 - <doc>http://asynctest.readthedocs.org/en/latest</doc>
94 - <bugs-to>https://github.com/Martiusweb/asynctest/issues</bugs-to>
95 - <maintainer>
96 - <email>
97 - martius@××××××××××.net
98 - </email>
99 - <name>
100 - Martin Richard
101 - </name>
102 - </maintainer>
103 - </upstream>
104 - <longdescription lang="en">
105 - The package asynctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio.
106 - </longdescription>
107 -</pkgmetadata>
108 -