dev-python/async-interrupt: new package, add 1.1.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-07 22:30:32 +02:00 committed by Andreas Billmeier
parent a74d0f40b9
commit 774dded6e7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST async_interrupt-1.1.1.tar.gz 8596 BLAKE2B 26e89740970c3682e57032473dd1b71d974e177eb001bce236dce63a24bdc75472c817b3ab0b757adbb09e8ff469c7ad07308f7ad3e625c5048263022cf485fd SHA512 5ab15eafe7f766d91b29ce3a94128724c30c6bfc4f3b9f56b88bfa9b1ae83593daf558c3cd019dbf89bc625fa8a860b4c1d43b7cd90ae3374fc9a590050b39c3
EBUILD async-interrupt-1.1.1.ebuild 713 BLAKE2B 98cce2bae849c2e7e4144ac0c0d136f3388f6325c05c7f5b4cd287eb866c0b33468ba68b0abbb4e916c0cdd30cdc37a29fdcf474b0cf54fe690e1a29293731c8 SHA512 8d3309d7b9ba3e6624b95958f679d200cd3ff8769e00008f0c41d07899432619bfdb0f23587d4312a3b17ee7b22954cba9a7f8ea9767efca129952dd791bbcd3
MISC metadata.xml 521 BLAKE2B db36c8c47a8e2a0fae6e02ff0b427846578f29f612776ff194ceb5cdd1bfc6d64576c1fb404ac705188c9a6d80701da7aef312af2c8a100506df2eecf0ea05fe SHA512 88bec4e3f38118517b99d0725e79a467e183d63f611b9b76a6918451640cc4c174484206c2056406a4235be100b15805d00846e14b6ab101b8a4fd03bc9efb55

View File

@ -0,0 +1,32 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Context manager to raise an exception when a future is done"
HOMEPAGE="https://github.com/bdraco/async_interrupt https://pypi.org/project/async-interrupt/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">async-interrupt</remote-id>
<remote-id type="github">bdraco/async_interrupt</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>