From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D20421584F2 for ; Wed, 12 Mar 2025 08:15:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BB11A343180 for ; Wed, 12 Mar 2025 08:15:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5F0991103D5; Wed, 12 Mar 2025 08:15:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4BCD71103D5 for ; Wed, 12 Mar 2025 08:15:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01D92343011 for ; Wed, 12 Mar 2025 08:15:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85B6B28EA for ; Wed, 12 Mar 2025 08:15:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1741767301.dfba49d773614cb8fa12e0142b766d0c2d6ad848.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ioflo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ioflo/Manifest dev-python/ioflo/ioflo-2.0.3.ebuild X-VCS-Directories: dev-python/ioflo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dfba49d773614cb8fa12e0142b766d0c2d6ad848 X-VCS-Branch: master Date: Wed, 12 Mar 2025 08:15:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4286174b-6f19-4690-82b8-dabda9ab51de X-Archives-Hash: 927f3f1a711e430ee54ea0d7ae791c67 commit: dfba49d773614cb8fa12e0142b766d0c2d6ad848 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 12 08:06:20 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 12 08:15:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfba49d7 dev-python/ioflo: Bump to 2.0.3 Signed-off-by: Michał Górny gentoo.org> dev-python/ioflo/Manifest | 1 + dev-python/ioflo/ioflo-2.0.3.ebuild | 40 +++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-python/ioflo/Manifest b/dev-python/ioflo/Manifest index 1017a5e53ded..fe7a15ddfa57 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.3.gh.tar.gz 837379 BLAKE2B c10105c9ccff5377d14182fdecce293b213a180da1ce3214c1797c43bd36c0e322ee004505d09dac0ebf8875bcc4beb30da32f6a41bf702cf45c84a5a7819167 SHA512 b2d8c0a2504df87366b373d40d2536d6a75bc682aa72aaa20235893eed4725acf027fecf7263395a38141314d3b24435939f3e69db8f8bd8bc56ca8038b9ed8a diff --git a/dev-python/ioflo/ioflo-2.0.3.ebuild b/dev-python/ioflo/ioflo-2.0.3.ebuild new file mode 100644 index 000000000000..40e370d56271 --- /dev/null +++ b/dev-python/ioflo/ioflo-2.0.3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Automated Reasoning Engine and Flow Based Programming Framework" +HOMEPAGE=" + https://github.com/ioflo/ioflo/ + https://pypi.org/project/ioflo/ +" +SRC_URI=" + https://github.com/ioflo/ioflo/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # some random mismatch that breaks other tests by leaving the server + # hanging + ioflo/aio/http/test/test_serving.py::BasicTestCase::testValetServiceBottle + # unhappy about SSL-something + ioflo/aio/tcp/test/test_tcping.py::BasicTestCase::testTLSConnectionVerifyBothTLSv1 + # requires a fancy network interface + ioflo/aio/udp/test/test_udping.py::BasicTestCase::testBroadcast +) + +python_prepare_all() { + distutils-r1_python_prepare_all + sed -i -e '/setuptools_git/d' setup.py || die +}