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/ioflo/
Date: Mon, 03 Jan 2022 22:30:16
Message-Id: 1641248873.3e67fe497799c38a3bec69f6ad6ed9c9f320a86e.mgorny@gentoo
1 commit: 3e67fe497799c38a3bec69f6ad6ed9c9f320a86e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 22:27:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 22:27:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e67fe49
7
8 dev-python/ioflo: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ioflo/ioflo-2.0.2.ebuild | 38 -------------------------------------
13 1 file changed, 38 deletions(-)
14
15 diff --git a/dev-python/ioflo/ioflo-2.0.2.ebuild b/dev-python/ioflo/ioflo-2.0.2.ebuild
16 deleted file mode 100644
17 index a438d7011107..000000000000
18 --- a/dev-python/ioflo/ioflo-2.0.2.ebuild
19 +++ /dev/null
20 @@ -1,38 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=(python3_{7..9})
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Automated Reasoning Engine and Flow Based Programming Framework"
30 -HOMEPAGE="https://github.com/ioflo/ioflo/"
31 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="Apache-2.0"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm ~arm64 x86"
36 -IUSE="test"
37 -
38 -RDEPEND="
39 - $(python_gen_cond_dep '>=dev-lang/python-3.7.4' python3_7)
40 -"
41 -BDEPEND="${RDEPEND}
42 - test? (
43 - dev-python/pytest-salt-factories[${PYTHON_USEDEP}]
44 - app-admin/salt[${PYTHON_USEDEP}]
45 - )
46 -"
47 -
48 -PATCHES=(
49 - "${FILESDIR}/ioflo-1.7.8-network-test.patch"
50 - "${FILESDIR}/ioflo-2.0.2-python39.patch"
51 -)
52 -
53 -distutils_enable_tests pytest
54 -
55 -python_prepare_all() {
56 - sed -e 's:"setuptools_git[^"]*",::' -i setup.py || die
57 - distutils-r1_python_prepare_all
58 -}