add aiogithubapi-21.8.1

This commit is contained in:
Andreas Billmeier 2021-08-28 09:08:36 +02:00 committed by Andreas Billmeier
parent 0bede4d69a
commit 18abd15f51
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,5 @@
DIST aiogithubapi-21.8.0.tar.gz 34958 BLAKE2B 4a453074e55f7a5287604583c131a99a2421292a24748ea4f6e4d3a002c93ddb3fa34e955215763f6e6f190a12832044101ae86a3a292d6892b688a354431256 SHA512 503b6beb5a67b9c659ea4a7add52189b000ff3934dbb78e5e96c6b24ccc98e257052ed895ea7a6efd5fb881e80cf73b781eb45ba81a7434c75d81def4c6d8170
DIST aiogithubapi-21.8.1.tar.gz 34981 BLAKE2B a3a74ab785733fc3c932b9558db38867a0a00d863a04dbf7456c4be8a2c56c41982f59c9c0e013dc690aa7ce2f533569ede23f4c8ef64828300acedbb269354e SHA512 4c8dc213e9aa103fbbd07aa14f2f7aced71e74eea810c4fb45c8738f8d46e4b49530307acda87384d6910b07a0c326157763182ca746a2fb694dfdc4ff6ed145
EBUILD aiogithubapi-21.8.0.ebuild 840 BLAKE2B 9b50ae3fd585bf2f75adcac4bb4597d24f1467b3cbd9ee3f7e76155ae603e1a00d48fbd00c1f70fc50a690dc3667a96ce36c6eb7884c6eb35ca1ef0558a432fe SHA512 3c780754718f4756d46e0db663fe5a624cb6db1cad4f140ecae41e7fe46db1f032179fb3fc143d7b0fd2eeefedc5353698bd741f349604943022b100a3140383
EBUILD aiogithubapi-21.8.1.ebuild 840 BLAKE2B 9b50ae3fd585bf2f75adcac4bb4597d24f1467b3cbd9ee3f7e76155ae603e1a00d48fbd00c1f70fc50a690dc3667a96ce36c6eb7884c6eb35ca1ef0558a432fe SHA512 3c780754718f4756d46e0db663fe5a624cb6db1cad4f140ecae41e7fe46db1f032179fb3fc143d7b0fd2eeefedc5353698bd741f349604943022b100a3140383
MISC metadata.xml 446 BLAKE2B ddc452677ce1bef07209765348d860b7ad2a9388f3d828c8d4e870658e2da73a67008ca55463909003ff9b6a6fa19dfeec9bd291061ad9d8628ba899dde7bd08 SHA512 1bba2497d308995e8b2c62ada1d0dc029462fc68bd2a19f85580f8d62a047bda21f5b8d119f5e11959caf793172841f91e8affcf5aa50eb08fb71e1f515fa196

View File

@ -0,0 +1,34 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Asynchronous Python client for the GitHub API"
HOMEPAGE="https://github.com/ludeeus/aiogithubapi https://pypi.org/project/aiogithubapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
dev-python/async_timeout[${PYTHON_USEDEP}]
>=dev-python/backoff-1.10.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,34 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Asynchronous Python client for the GitHub API"
HOMEPAGE="https://github.com/ludeeus/aiogithubapi https://pypi.org/project/aiogithubapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
dev-python/async_timeout[${PYTHON_USEDEP}]
>=dev-python/backoff-1.10.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,15 @@
<?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">aiogithubapi</remote-id>
<maintainer status="unknown">
<email>hi@ludeeus.dev</email>
<name>Ludeeus</name>
</maintainer>
</upstream>
</pkgmetadata>