1
0
Fork 0

dev-python/interleave: moved to Gentoo Science

https://gitweb.gentoo.org/proj/sci.git/commit/?id=92ac156cb9f26338d0f730a7616a654b69354136
This commit is contained in:
Horea Christian 2022-03-29 05:04:53 -04:00
parent 4e7b6781d4
commit 779e160647
4 changed files with 0 additions and 65 deletions

View File

@ -1 +0,0 @@
DIST interleave-0.2.0.tar.gz 15879 SHA256 3f9b36057dc1e041affe4fe76bac5256a9f7a02f05112b6162bf91ff4e46bb5d SHA512 ed47603fb0b917e7355c9e461584b5c92ba4beef2416e602da0c8b70f36d9d5d5bc57fa3a71bb00e96e35bd580873dca10cdd19280ace7b717765a8386576a0f WHIRLPOOL c3083f2aef832f70b2a228dad6a304729cd55bd8dc759e158e6db58a0d68eb076c87e5ca44cf724044d953504368e9e9ebad930e94560d1bde4f6b71375c5384

View File

@ -1,18 +0,0 @@
--- a/tox.ini
+++ b/tox.ini
@@ -8,8 +8,6 @@
passenv = CI
deps =
pytest~=7.0
- pytest-cov~=3.0
- pytest-rerunfailures~=10.0
commands =
pytest {posargs} test
@@ -31,7 +29,6 @@
mypy src test
[pytest]
-addopts = --cov=interleave --no-cov-on-fail
filterwarnings = error
norecursedirs = test/data

View File

@ -1,25 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10})
inherit distutils-r1
DESCRIPTION="Yield from multiple iterators as values become available"
HOMEPAGE="https://github.com/jwodder/interleave"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="
dev-python/wheel[${PYTHON_USEDEP}]
"
PATCHES=( "${FILESDIR}/${PN}-0.2.0-drop-coverage.patch" )
distutils_enable_tests pytest

View File

@ -1,21 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
The interleave package provides a function of the same name that
takes a number of iterators, runs them in separate threads, and
yields the values produced as soon as each one is available.
</longdescription>
<upstream>
<remote-id type="github">jwodder/interleave</remote-id>
<remote-id type="pypi">interleave</remote-id>
</upstream>
</pkgmetadata>