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: Fri, 06 May 2022 20:38:42
Message-Id: 1651869076.2965c5a1af3b8e2ac11faa41c4ecee857fb0c70b.mgorny@gentoo
1 commit: 2965c5a1af3b8e2ac11faa41c4ecee857fb0c70b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 20:31:16 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 20:31:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2965c5a1
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-r1.ebuild | 40 ----------------------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/dev-python/ioflo/ioflo-2.0.2-r1.ebuild b/dev-python/ioflo/ioflo-2.0.2-r1.ebuild
16 deleted file mode 100644
17 index 483697a9d916..000000000000
18 --- a/dev-python/ioflo/ioflo-2.0.2-r1.ebuild
19 +++ /dev/null
20 @@ -1,40 +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=( 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 - "${FILESDIR}/ioflo-2.0.2-tests.patch"
52 - "${FILESDIR}/ioflo-2.0.2-py310.patch"
53 -)
54 -
55 -distutils_enable_tests pytest
56 -
57 -python_prepare_all() {
58 - sed -e 's:"setuptools_git[^"]*",::' -i setup.py || die
59 - distutils-r1_python_prepare_all
60 -}