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: Thu, 08 Jul 2021 07:46:22
Message-Id: 1625730374.03659f24f014a49aaf95a3f0190ca76cbc0f7793.mgorny@gentoo
1 commit: 03659f24f014a49aaf95a3f0190ca76cbc0f7793
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 07:44:29 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 07:46:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03659f24
7
8 dev-python/ioflo: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ioflo/Manifest | 1 -
13 dev-python/ioflo/ioflo-2.0.0.ebuild | 31 -------------------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/dev-python/ioflo/Manifest b/dev-python/ioflo/Manifest
17 index dd9dd0b06b0..4422795df98 100644
18 --- a/dev-python/ioflo/Manifest
19 +++ b/dev-python/ioflo/Manifest
20 @@ -1,2 +1 @@
21 -DIST ioflo-2.0.0.tar.gz 838200 BLAKE2B 876a38df5e6fb953eef6e65bb793fa975a4fed8d4f698029e26747a4887a449bcf5cc5c9fcce081f9b93faeb34d0f783b2f81e17ec619d7ca95810762eae810d SHA512 b4b70aef65cffe067d7563682a2cbeac0a07cd4722aa2de8fb56fd127c99df771dc5d3d22be24aadd628a26fd1b7407db684ea7257b45eba8f8376f4ad226a87
22 DIST ioflo-2.0.2.tar.gz 837382 BLAKE2B 1fe878c8a9a47a9be5083e392e15256f1a566433b4341e2ee234e84332bb72af0c426d04c77ccace33cfb05664745caaa63e910913c3d63bbb2e5d8360a1ec90 SHA512 7485924ce329889afb1c3e0555b54fdbfb11eafce48fb0ac15bacd229fea512c44fcc118bbc4368ebc7c770d62129ee6b895b982f73a269de7131ea37daac02b
23
24 diff --git a/dev-python/ioflo/ioflo-2.0.0.ebuild b/dev-python/ioflo/ioflo-2.0.0.ebuild
25 deleted file mode 100644
26 index 8b3ad91cbfc..00000000000
27 --- a/dev-python/ioflo/ioflo-2.0.0.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=(python3_{7,8})
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Automated Reasoning Engine and Flow Based Programming Framework"
39 -HOMEPAGE="https://github.com/ioflo/ioflo/"
40 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -
46 -RDEPEND="
47 - $(python_gen_cond_dep '>=dev-lang/python-3.7.4' python3_7)
48 -"
49 -BDEPEND="${RDEPEND}"
50 -
51 -PATCHES=(
52 - "${FILESDIR}/ioflo-1.7.8-network-test.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 -}