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/aiounittest/
Date: Thu, 03 Nov 2022 03:09:10
Message-Id: 1667438726.76a8e3fa6d32f79a133164f22bbc63df9e9c92b2.cybertailor@gentoo
1 commit: 76a8e3fa6d32f79a133164f22bbc63df9e9c92b2
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Thu Nov 3 01:16:01 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Thu Nov 3 01:25:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76a8e3fa
7
8 dev-python/aiounittest: drop 1.4.0
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/aiounittest/Manifest | 1 -
13 dev-python/aiounittest/aiounittest-1.4.0.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest
17 index e9184ebee..e88607cfa 100644
18 --- a/dev-python/aiounittest/Manifest
19 +++ b/dev-python/aiounittest/Manifest
20 @@ -1,2 +1 @@
21 -DIST aiounittest-1.4.0.tar.gz 15316 BLAKE2B 7b2eb9a0b92428b71b01c20b4d48f27cc5a2d32d4cdd93e1b22d27f8e7afb6d1d3af9549564358a418baec3db206eca7b1cc23d6b26410683dacebb9b84e0fc8 SHA512 5a8921debbf3be4a36e1ac4af39cdb46f802c06454b3be06c2b143122ba016d6badbb496b18d9379cb9a4b99c9fb7facc59f0676c5a776859c408fd1bdd74e1f
22 DIST aiounittest-1.4.2.gh.tar.gz 15791 BLAKE2B 7784bbf94de2b8520baef66a0b4929267942d233cc782f35677ea05b02e3d48901ba90cf9630b76bd300708ebbe59dd9d78c299422182c06940749bc2b378b45 SHA512 358b7c412f90eb7afc7ed7058e8e2d4426a6c57379d341d997658859ba6054a9a1337d0b05e63a825e28023f02550bd72d65bdb3feab4503c763c98f8c0d19c6
23
24 diff --git a/dev-python/aiounittest/aiounittest-1.4.0.ebuild b/dev-python/aiounittest/aiounittest-1.4.0.ebuild
25 deleted file mode 100644
26 index a2165b483..000000000
27 --- a/dev-python/aiounittest/aiounittest-1.4.0.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Test python asyncio-based code with ease"
39 -HOMEPAGE="https://github.com/kwarunek/aiounittest"
40 -SRC_URI="https://github.com/kwarunek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
45 -
46 -RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
47 -
48 -distutils_enable_tests nose
49 -# Reason: TemplateNotFound('g')
50 -#distutils_enable_sphinx docs