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/outcome/
Date: Fri, 27 May 2022 19:48:26
Message-Id: 1653680789.90c14003990ed285c89ff472a46da58fef210165.mgorny@gentoo
1 commit: 90c14003990ed285c89ff472a46da58fef210165
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 19:46:29 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 19:46:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c14003
7
8 dev-python/outcome: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/outcome/outcome-1.1.0.ebuild | 33 ---------------------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/dev-python/outcome/outcome-1.1.0.ebuild b/dev-python/outcome/outcome-1.1.0.ebuild
16 deleted file mode 100644
17 index 722e60e24ead..000000000000
18 --- a/dev-python/outcome/outcome-1.1.0.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Capture the outcome of Python function calls"
31 -HOMEPAGE="
32 - https://github.com/python-trio/outcome
33 - https://pypi.org/project/outcome
34 -"
35 -SRC_URI="https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36 -
37 -LICENSE="|| ( Apache-2.0 MIT )"
38 -SLOT="0"
39 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
40 -
41 -RDEPEND="
42 - dev-python/attrs[${PYTHON_USEDEP}]
43 -"
44 -
45 -BDEPEND="
46 - test? (
47 - dev-python/async_generator[${PYTHON_USEDEP}]
48 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
49 - )
50 -"
51 -
52 -distutils_enable_tests pytest
53 -distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio