summaryrefslogtreecommitdiff
path: root/dev-python/aiostream
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/aiostream')
-rw-r--r--dev-python/aiostream/Manifest2
-rw-r--r--dev-python/aiostream/aiostream-0.6.3.ebuild40
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/aiostream/Manifest b/dev-python/aiostream/Manifest
index 8b37501eb386..ae7c191e6de6 100644
--- a/dev-python/aiostream/Manifest
+++ b/dev-python/aiostream/Manifest
@@ -1,5 +1,3 @@
-DIST aiostream-0.6.3.gh.tar.gz 46483 BLAKE2B 2bdb33aedaf791ea8451fbb21f2e90d630b92ad1eaaf961bfb804406b21dc92adde2085dfa33471f676609ffc5bb5414dfe8eb0573a7b54dfcbfaae9eca3cbee SHA512 867a4a0dac2fd0d086ee847a30c008ac480acf7b52d0ddc018a2d9f6012ee0ca804309ef8a6af97c2d7983e6699ec454a71ca1129ea1d4ca99c8d2577762b956
DIST aiostream-0.6.4.gh.tar.gz 46382 BLAKE2B 2ec17e03a8a41deb2473f655fa74b9a9f60c14e2343f09e24c271579b73920584ab509e9a87978345f1adcd3183e5e38d76a9300bd6b411cbb949e5af80a0f7f SHA512 6c26afb017fb4322b2d381fc4c82060d3b5a71c352b275e36b83192464c434c68a060247db740fc2f745a735c3407503932378185cd46c4c56f1286c5bfae62d
-EBUILD aiostream-0.6.3.ebuild 795 BLAKE2B 7bdd02c840c9fa4ee62bdb41e8cb1bee3e4f26b2fa4a28782a561f7107dce359a92114a223b11cef3a93d10f91d33168e96869cae833bade1791dbef680b9140 SHA512 b68b21491ba94212eb7e1d8834602363c8e5d6db989a5f62a7c88b7d4cf7d2de69ff7ac3604229d4321aa96e07ea453b717faa7a7089f0e652794dc21cff02d8
EBUILD aiostream-0.6.4.ebuild 804 BLAKE2B c5331022c0198b4502803613d9bbbbfb3f538b57caa39c34f95499c1e5556d59a4e4fe458798f551bac4511bd25cf37da37628e223339ed90eb5c979bc2ffe33 SHA512 d22ad146d872d6a22deca43d847cd39e95a12881babe8ae756ddc69acf4bec1d4c522d4d08c735510b53ea8ae00b7a86b75fa6ecee25e6dd510bb9a53f74c98f
MISC metadata.xml 396 BLAKE2B bc8d636bd40d6291341e397900882cd9791c17a3f6511740f05cd67c8fa117a1b04d5ff90ddfada0ed66dd10e72a06c4cae01ce9f5d0c005ea83509bbce264c3 SHA512 fcb085c0707495790bb7b2862b1a41e9cacdde2b06a382209f7e1e451796da4acef27761d3f32be9f9aedb95690ee26e52e93b00b963ae3fcf87441df2e90e69
diff --git a/dev-python/aiostream/aiostream-0.6.3.ebuild b/dev-python/aiostream/aiostream-0.6.3.ebuild
deleted file mode 100644
index 6c43c63606c6..000000000000
--- a/dev-python/aiostream/aiostream-0.6.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generator-based operators for asynchronous iteration"
-HOMEPAGE="
- https://pypi.org/project/aiostream/
- https://github.com/vxgmichel/aiostream/
-"
-SRC_URI="
- https://github.com/vxgmichel/aiostream/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
- dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -i -e 's:--cov aiostream::' \
- pyproject.toml || die
- distutils-r1_src_prepare
-}