dev-python/async-interrupt: add 1.2.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
899188a333
commit
9d45383241
@ -610,8 +610,8 @@ There are 2021 Ebuilds in total, 2010 of them have in total 2038 (42 different)
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1169|
|
||||
|Apache-2.0|451|
|
||||
|MIT|1168|
|
||||
|Apache-2.0|452|
|
||||
|GPL-3|119|
|
||||
|BSD|113|
|
||||
|GPL-2|25|
|
||||
|
@ -1,3 +1,5 @@
|
||||
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
|
||||
DIST async_interrupt-1.2.0.tar.gz 8584 BLAKE2B d6994990bddda43042675819f6b1863d08936d7d7e128c59be1f36f9fcdac3aa4c538eaa1934bfb5db051c2c1339a7143f7142cbf97c133153721e61813790bf SHA512 305eea7a7ede57c64eea6071abba0c48465423a7b8d0c7521c3d7faf4c6f5b4acfd8623c0a519a704464cb41533e1d3831f217551167187d37e2b05770b6090e
|
||||
EBUILD async-interrupt-1.1.1.ebuild 713 BLAKE2B e61659a86f4dacbac659fcb460d215f257fd9c4e6bd2cce0e817c71ab83f4411087e8fc57e4ce0314c9663f2442bf95c972a6292f39ee015f1bf8d1e52498855 SHA512 0f01fa9f83e2285698f064e9da7762134453bc699321480ec714176ff62952eaf257e17785bd07d253026c5fdf54da774c5b8a7bf13e95b4e365ae0d2c36fe16
|
||||
EBUILD async-interrupt-1.2.0.ebuild 713 BLAKE2B e61659a86f4dacbac659fcb460d215f257fd9c4e6bd2cce0e817c71ab83f4411087e8fc57e4ce0314c9663f2442bf95c972a6292f39ee015f1bf8d1e52498855 SHA512 0f01fa9f83e2285698f064e9da7762134453bc699321480ec714176ff62952eaf257e17785bd07d253026c5fdf54da774c5b8a7bf13e95b4e365ae0d2c36fe16
|
||||
MISC metadata.xml 521 BLAKE2B db36c8c47a8e2a0fae6e02ff0b427846578f29f612776ff194ceb5cdd1bfc6d64576c1fb404ac705188c9a6d80701da7aef312af2c8a100506df2eecf0ea05fe SHA512 88bec4e3f38118517b99d0725e79a467e183d63f611b9b76a6918451640cc4c174484206c2056406a4235be100b15805d00846e14b6ab101b8a4fd03bc9efb55
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
32
dev-python/async-interrupt/async-interrupt-1.2.0.ebuild
Normal file
32
dev-python/async-interrupt/async-interrupt-1.2.0.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user