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