dev-python/aiohttp-retry: new package, add 2.8.3
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
e6e3a95feb
commit
3ebe064783
3
dev-python/aiohttp-retry/Manifest
Normal file
3
dev-python/aiohttp-retry/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST aiohttp_retry-2.8.3.tar.gz 10585 BLAKE2B e6aba265fb5b7f71e05d8eabee6a16435a5e14ae596eb8a6c7b715337e0910e62e879336f984b563a1e98fbd95d1b7c4bc655cadb9e89498f65c6e108dd694b9 SHA512 b2fc8ef05b380cc3b2488f39342ea4dddcfebeffd2867b543e323ea700abd465a36c68395a098030985493351299c5d524a24bace37a5e25e65575ac572accc7
|
||||
EBUILD aiohttp-retry-2.8.3.ebuild 638 BLAKE2B dba9935c9570396592de87acda2ca0b016a40e78af21375c4060cb6b822d7e5f10c48cd61b77768a5dbaf1eabded3ec1953a2d52e3365e25142c47c5543a5c09 SHA512 d676f0b2183ac8e45ab05088206decf269e252cf2dd772debee4afaadbd70d9cbb841536b76ca72e6642825cc89b6ebd437b558f33167c32fdefe58b27d59d48
|
||||
MISC metadata.xml 523 BLAKE2B 1ec91f0bbdca25521e848524c959af6a465655623e992bdf30a32b15039a6fc74e812ae5cc87367de13ed9df7d1e0094dd17954862316835949b1ea7edbc3a85 SHA512 ea64d114f9b6deb530e741c53a0bc30f2bc683b3766ecb585e4451002f6b7e6d863f4d981a12df24e7e7ee7f6683c4db44e36f96a810aefdf616e87d07942cd0
|
31
dev-python/aiohttp-retry/aiohttp-retry-2.8.3.ebuild
Normal file
31
dev-python/aiohttp-retry/aiohttp-retry-2.8.3.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# 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=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Simple retry client for aiohttp"
|
||||
HOMEPAGE="https://github.com/inyutin/aiohttp_retry https://pypi.org/project/aiohttp-retry/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
16
dev-python/aiohttp-retry/metadata.xml
Normal file
16
dev-python/aiohttp-retry/metadata.xml
Normal 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">aiohttp-retry</remote-id>
|
||||
<remote-id type="github">inyutin/aiohttp_retry</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>inyutin.da@gmail.com</email>
|
||||
<name>Dmitry Inyutin</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user