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/jaraco-context/
Date: Sun, 27 Feb 2022 18:53:00
Message-Id: 1645987932.78f08eb02137781abd31db425b22d01c86a7a1bc.mgorny@gentoo
1 commit: 78f08eb02137781abd31db425b22d01c86a7a1bc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:52:12 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:52:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f08eb0
7
8 dev-python/jaraco-context: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../jaraco-context/jaraco-context-4.1.1.ebuild | 23 ----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-python/jaraco-context/jaraco-context-4.1.1.ebuild b/dev-python/jaraco-context/jaraco-context-4.1.1.ebuild
16 deleted file mode 100644
17 index 551ea413afe9..000000000000
18 --- a/dev-python/jaraco-context/jaraco-context-4.1.1.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 -inherit distutils-r1
28 -
29 -MY_PN="${PN/-/.}"
30 -DESCRIPTION="Context managers by jaraco"
31 -HOMEPAGE="https://github.com/jaraco/jaraco.context"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
33 -S="${WORKDIR}/${MY_PN}-${PV}"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86"
38 -
39 -BDEPEND="
40 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
41 -"
42 -
43 -distutils_enable_tests pytest