From 9ec2b163db18156a84f12ab3689fb4e572a8aa5a Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sun, 12 May 2024 15:44:29 +0200 Subject: [PATCH] dev-python/aiogithubapi: add 23.11.0 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3268 Signed-off-by: Andreas Billmeier --- README.md | 4 +-- dev-python/aiogithubapi/Manifest | 4 ++- .../aiogithubapi/aiogithubapi-22.10.1.ebuild | 4 +-- .../aiogithubapi/aiogithubapi-23.11.0.ebuild | 29 +++++++++++++++++++ 4 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 dev-python/aiogithubapi/aiogithubapi-23.11.0.ebuild diff --git a/README.md b/README.md index e209d5c5c..8fb463c41 100644 --- a/README.md +++ b/README.md @@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E ## Licenses This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted. -There are 1795 Ebuilds in total, 1784 of them have in total 1803 (42 different) licenses assigned. +There are 1796 Ebuilds in total, 1785 of them have in total 1804 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1025| +|MIT|1026| |Apache-2.0|395| |GPL-3|107| |BSD|106| diff --git a/dev-python/aiogithubapi/Manifest b/dev-python/aiogithubapi/Manifest index f95da491c..447295924 100644 --- a/dev-python/aiogithubapi/Manifest +++ b/dev-python/aiogithubapi/Manifest @@ -1,3 +1,5 @@ DIST aiogithubapi-22.10.1.tar.gz 38264 BLAKE2B 7971519028bb72b9147b5deed274b4cd3a17bfe2607fc6b00e84942d02e72496437d4e5dcdadbce1ad1c5d374815a5053743b4e2cd92be79965b34b6d8058eb6 SHA512 419fbad33d6ad0c3fa9d416b4a3807c6d5f63910bdb95418f4f3ac838d9c7163660723eab903e052153da0e98c0b093dce50a7aa90bd4ea02bac559c456bfeb1 -EBUILD aiogithubapi-22.10.1.ebuild 819 BLAKE2B 80a62348a3b1044bdd78759adf4d4103d850ac4fb6488c7cead90a30ec73cb9071210c7e6af3892bfb3f7b714ccdebc6b4356fe100f92751fa76c3c831b39825 SHA512 30d3a0d28d3217ebd664d7ce3ad95c30bdf22fb9b1fae188842ee61a21c90b09ab8fa7cdf89625ce57cdf3e4337a0c9843e43f1eee71b9978534c1f13414f55e +DIST aiogithubapi-23.11.0.tar.gz 39903 BLAKE2B 5ad9c236d5e3e2288ac3a4ef9b6ecaa39666fb8399423e075beaa89c2d8870dbd6aff17a228d93305bbedc568dd2bb754b26075625c7da9721ad2c5be597a307 SHA512 1b63ac7825b885b211dd3ee203dd4d93fcf01c1d82211e11cfe3d5df8a8ca966a49c574b1b6527a1d85ea293f3cca59d57a4f3e626e1faad9e3e8550f8c5cf44 +EBUILD aiogithubapi-22.10.1.ebuild 819 BLAKE2B 1f5e32409c8409047449b0eb71dab59a38d93dbf5d3669b9dddb90dcc1d55516430c20e4472193d35f2a6c8b3a28e308421374f9d3f901c79171715cb21bcd59 SHA512 fd7e504828b1c2f36fe8f7c296ddf88f7bd164f15115ed3f18f05fe50f2ffb6e4651fc23205b1e77e210093a77426003f39fc50227163fb3b872523132ed068d +EBUILD aiogithubapi-23.11.0.ebuild 740 BLAKE2B da9a9b0f00222395a0fb4e8a4f8556d14acee3774edbfffd0ab6a8137a1c7dc9d2d0fc283adcb367dd33dc1d016e1c4c7100ea9d946a18f0b72e77b9b19592f7 SHA512 6d8359f992e02aad46f42125a044ba6a2c3a3cb76f1f765ddb927b6f63b1e170e612673af5df4a92abc04081ee38d6ad4bddd54c6b12e10338e9575c68fa613c MISC metadata.xml 513 BLAKE2B 26e60ec444b54f315bb40176cbf2c764eb8118f9a8d294dbca99ba3a51f0e522cba5518ee33ac770d522a2382715fbfd5550f8958b9d43888206d6cc7fd2b81f SHA512 6e585021dd863c123ad307665387adf63b6ff37ab9794b324cbbd50907f84e7b264a82d2ea63100ee726366687e4266717c45902664a572fd3fc7be31edaa296 diff --git a/dev-python/aiogithubapi/aiogithubapi-22.10.1.ebuild b/dev-python/aiogithubapi/aiogithubapi-22.10.1.ebuild index 5d612ab85..bd4fa48c5 100644 --- a/dev-python/aiogithubapi/aiogithubapi-22.10.1.ebuild +++ b/dev-python/aiogithubapi/aiogithubapi-22.10.1.ebuild @@ -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 DESCRIPTION="Asynchronous Python client for the GitHub API" diff --git a/dev-python/aiogithubapi/aiogithubapi-23.11.0.ebuild b/dev-python/aiogithubapi/aiogithubapi-23.11.0.ebuild new file mode 100644 index 000000000..6d6d183d9 --- /dev/null +++ b/dev-python/aiogithubapi/aiogithubapi-23.11.0.ebuild @@ -0,0 +1,29 @@ +# 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="Asynchronous Python client for the GitHub API" +HOMEPAGE="https://github.com/ludeeus/aiogithubapi https://pypi.org/project/aiogithubapi/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=">=dev-python/aiohttp-3.8[${PYTHON_USEDEP}] + dev-python/backoff[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/aresponses[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest