summaryrefslogtreecommitdiff
path: root/dev-python/caio
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/caio')
-rw-r--r--dev-python/caio/Manifest1
-rw-r--r--dev-python/caio/caio-0.10.0.ebuild29
-rw-r--r--dev-python/caio/metadata.xml12
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/caio/Manifest b/dev-python/caio/Manifest
deleted file mode 100644
index 199efc72a1e3..000000000000
--- a/dev-python/caio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST caio-0.10.0.gh.tar.gz 140190 BLAKE2B 6765d68a65693703aeee4fd88433e83bb8b905c95a7c1cd84848962a26d8f5d17bd68df43023ed02d9182e25395c22a34dac0b531c3e5bcd57387f8063e04f8d SHA512 de67da8778ce3c1f59fa63ea1318c95e916c0ede156a7eac2205ba917c10ed2e1b1f766a8cfe596491108f3f2842b4297e011d7d08c02c36ba7762e31e2e6212
diff --git a/dev-python/caio/caio-0.10.0.ebuild b/dev-python/caio/caio-0.10.0.ebuild
deleted file mode 100644
index c715671945b7..000000000000
--- a/dev-python/caio/caio-0.10.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Asynchronous file IO for Linux MacOS or Windows"
-HOMEPAGE="
- https://github.com/mosquito/caio
- https://pypi.org/project/caio/
-"
-SRC_URI="https://github.com/mosquito/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-EPYTEST_PLUGINS=( aiomisc-pytest )
-distutils_enable_tests pytest
-
-python_test() {
- rm -rf caio || die
- epytest
-}
diff --git a/dev-python/caio/metadata.xml b/dev-python/caio/metadata.xml
deleted file mode 100644
index 4e4e898fa5d5..000000000000
--- a/dev-python/caio/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>falbrechtskirchinger@gmail.com</email>
- <name>Florian Albrechtskirchinger</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">caio</remote-id>
- <remote-id type="github">mosquito/caio</remote-id>
- </upstream>
-</pkgmetadata>