summaryrefslogtreecommitdiff
path: root/dev-python/ioflo
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/ioflo
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/ioflo')
-rw-r--r--dev-python/ioflo/Manifest1
-rw-r--r--dev-python/ioflo/ioflo-2.0.3.ebuild40
-rw-r--r--dev-python/ioflo/metadata.xml17
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-python/ioflo/Manifest b/dev-python/ioflo/Manifest
deleted file mode 100644
index 5240af164d8a..000000000000
--- a/dev-python/ioflo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 617437a75142..000000000000
--- a/dev-python/ioflo/ioflo-2.0.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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_{13..14} )
-
-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
-}
diff --git a/dev-python/ioflo/metadata.xml b/dev-python/ioflo/metadata.xml
deleted file mode 100644
index d3c8be19bd22..000000000000
--- a/dev-python/ioflo/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>chutzpah@gentoo.org</email>
- <name>Patrick McLean</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">ioflo/ioflo</remote-id>
- <remote-id type="pypi">ioflo</remote-id>
- </upstream>
-</pkgmetadata>