public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ioflo/
Date: Wed,  2 Nov 2022 23:40:17 +0000 (UTC)	[thread overview]
Message-ID: <1667432409.90b05102cd9bbdddff2056def4a1e4265bcaa45a.chutzpah@gentoo> (raw)

commit:     90b05102cd9bbdddff2056def4a1e4265bcaa45a
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 23:32:48 2022 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 23:40:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b05102

dev-python/ioflo: revbump, eapi8, py311

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 dev-python/ioflo/Manifest              |  1 +
 dev-python/ioflo/ioflo-2.0.2-r3.ebuild | 41 ++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/ioflo/Manifest b/dev-python/ioflo/Manifest
index 4422795df98b..17fd3b8dbe73 100644
--- a/dev-python/ioflo/Manifest
+++ b/dev-python/ioflo/Manifest
@@ -1 +1,2 @@
+DIST ioflo-2.0.2.gh.tar.gz 837382 BLAKE2B 1fe878c8a9a47a9be5083e392e15256f1a566433b4341e2ee234e84332bb72af0c426d04c77ccace33cfb05664745caaa63e910913c3d63bbb2e5d8360a1ec90 SHA512 7485924ce329889afb1c3e0555b54fdbfb11eafce48fb0ac15bacd229fea512c44fcc118bbc4368ebc7c770d62129ee6b895b982f73a269de7131ea37daac02b
 DIST ioflo-2.0.2.tar.gz 837382 BLAKE2B 1fe878c8a9a47a9be5083e392e15256f1a566433b4341e2ee234e84332bb72af0c426d04c77ccace33cfb05664745caaa63e910913c3d63bbb2e5d8360a1ec90 SHA512 7485924ce329889afb1c3e0555b54fdbfb11eafce48fb0ac15bacd229fea512c44fcc118bbc4368ebc7c770d62129ee6b895b982f73a269de7131ea37daac02b

diff --git a/dev-python/ioflo/ioflo-2.0.2-r3.ebuild b/dev-python/ioflo/ioflo-2.0.2-r3.ebuild
new file mode 100644
index 000000000000..55c8c1744226
--- /dev/null
+++ b/dev-python/ioflo/ioflo-2.0.2-r3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Automated Reasoning Engine and Flow Based Programming Framework"
+HOMEPAGE="https://github.com/ioflo/ioflo/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+IUSE="test"
+
+RDEPEND="
+	$(python_gen_cond_dep '>=dev-lang/python-3.7.4' python3_7)
+"
+BDEPEND="${RDEPEND}
+	test? (
+		dev-python/pytest-salt-factories[${PYTHON_USEDEP}]
+		app-admin/salt[${PYTHON_USEDEP}]
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}/ioflo-1.7.8-network-test.patch"
+	"${FILESDIR}/ioflo-2.0.2-python39.patch"
+	"${FILESDIR}/ioflo-2.0.2-tests.patch"
+	"${FILESDIR}/ioflo-2.0.2-py310.patch"
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	sed -e 's:"setuptools_git[^"]*",::' -i setup.py || die
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2022-11-02 23:40 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-02 23:40 Patrick McLean [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-24 15:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/ioflo/ Michał Górny
2023-10-29 19:52 Michał Górny
2023-03-20  5:36 Michał Górny
2023-03-19 19:21 Sam James
2023-02-17  8:52 Sam James
2023-02-17  8:52 Sam James
2023-01-10 14:15 Michał Górny
2022-12-10 11:27 Michał Górny
2022-12-10  9:11 Arthur Zamarin
2022-11-03  1:27 Patrick McLean
2022-05-31  7:16 Jakov Smolić
2022-05-06 20:38 Michał Górny
2022-05-06 19:59 Arthur Zamarin
2022-05-06 19:58 Arthur Zamarin
2022-04-16  8:43 Jakov Smolić
2022-04-02  8:45 Arthur Zamarin
2022-04-02  8:28 Arthur Zamarin
2022-03-31  1:28 Patrick McLean
2022-01-03 22:30 Michał Górny
2022-01-03 19:23 Jakov Smolić
2021-12-04  2:16 Sam James
2021-07-12 22:17 Sam James
2021-07-08  7:46 Michał Górny
2021-06-21  2:25 Sam James
2021-06-10 18:14 Sam James
2021-03-02  1:19 Sam James
2020-10-31  2:18 Patrick McLean
2020-10-31  1:36 Patrick McLean
2020-06-20 14:20 Thomas Deutschmann
2020-05-18 20:23 Michał Górny
2020-05-13 14:52 Agostino Sarubbo
2020-05-04 11:13 Michał Górny
2020-04-28 21:02 Patrick McLean
2020-03-27 16:30 Michał Górny
2020-02-05 14:38 Michał Górny
2019-03-28 18:26 Patrick McLean
2018-08-17  2:01 Zac Medico
2018-01-04 21:50 Michał Górny
2017-09-20 13:43 Manuel Rüger
2017-08-10 13:14 Manuel Rüger
2017-07-05 11:32 Manuel Rüger
2017-04-28 15:50 Manuel Rüger
2017-02-22 16:08 Agostino Sarubbo
2017-02-22 15:06 Agostino Sarubbo
2016-03-02  9:53 Patrick Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1667432409.90b05102cd9bbdddff2056def4a1e4265bcaa45a.chutzpah@gentoo \
    --to=chutzpah@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox