dev-python/aioazuredevops: add 2.2.1

Closes: #3573
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-22 09:22:07 +02:00
parent 4d0b9db04c
commit 829ca5e3d2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 35 additions and 2 deletions

View File

@ -606,11 +606,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 1989 Ebuilds in total, 1978 of them have in total 2003 (42 different) licenses assigned.
There are 1990 Ebuilds in total, 1979 of them have in total 2004 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1150|
|MIT|1151|
|Apache-2.0|443|
|GPL-3|117|
|BSD|112|

View File

@ -1,5 +1,7 @@
DIST aioazuredevops-1.3.5.tar.gz 5241 BLAKE2B 33c90ce3d78c0644422f98f0469fa7ccdd0dc4fcc7e3c6729ed9703a2f59b99bb4684a542aeae8a22308dce3831f18efa40d2ae8a46380b8a60055bb6e26e58f SHA512 1aceec94f78b6108b6d3ef1246adf2708eebdbb39c16f981480cd8cce0b648b926bc98047f8290d865d77a42e786b4c706c03731d7ca806c5d2e29973b9d5005
DIST aioazuredevops-2.0.0.gh.tar.gz 19669 BLAKE2B 52b2c6f05700b044bbf9b6a6c480ed581883dc7e128e38bdfef9212db3edaa30b6a3d43fb64720084a2075aaa0222e10cb7e27305a11f24670bbbe6341785d3b SHA512 98fec8be97e2f8c6e650c48172de6a6e6fb11b2770563507da7df07b7ed75cfea0779657869446606c854b4453a2293cbeb35903c261c6a8eb2680f679de7935
DIST aioazuredevops-2.2.1.gh.tar.gz 25461 BLAKE2B 64a329c84dfa3b5a94d3fc187698c17a24d0364274982f61e420344bfe320e5b50d6304787ea0f08616563a2d0fe215de20ed482ebb3fbc6c3d59f94a306084e SHA512 5a0f893a6047d75e85b265362897d36ad05ac3d29ca8da9337ef5bf9e86e1bb46b920b8e45c9b18a676239ec94fc93b6f63429c5fbe81601bf76e74638001317
EBUILD aioazuredevops-1.3.5.ebuild 696 BLAKE2B 3f025b1d5b8c58b2ec9aa998e8dbfa76f24ce76863145a7358fa36ad3cee3951532c68c68a46e8dbdbe7c748e2183cca1a00f0404909fd753600f5bf137c60ac SHA512 b48304747cf94d9f5152d9353bed9d5b82659f43fd9d5b8982966ac648093327bb195fce89acbafe1951e2cc7f64c0dd8d440b9cf30b4a6590c6c4ca7c7d7677
EBUILD aioazuredevops-2.0.0.ebuild 898 BLAKE2B 2e33048d2b8cda4563165430136055e9420362476c653edef11168d6cdce2b4a4b37f541f0942e42da0b529003a954c9d699b421720d562d97b09d6f6f3c150a SHA512 b91addfe52096cdb0519232b83f534fe843b7c05c84b4d6e56801e7de6d82547ae2217f6c280281e57da77bd34f09e61ad3387e7503bf5f665e3f6a7f0e88ec7
EBUILD aioazuredevops-2.2.1.ebuild 898 BLAKE2B 2e33048d2b8cda4563165430136055e9420362476c653edef11168d6cdce2b4a4b37f541f0942e42da0b529003a954c9d699b421720d562d97b09d6f6f3c150a SHA512 b91addfe52096cdb0519232b83f534fe843b7c05c84b4d6e56801e7de6d82547ae2217f6c280281e57da77bd34f09e61ad3387e7503bf5f665e3f6a7f0e88ec7
MISC metadata.xml 527 BLAKE2B 7d8923cea7bfe38353d54ffa640dda260371ce6664adc6fcd2685dac04e2f179474855b7ba4176373e3a2025bdaa1e6a5d9f4869dfe4007de6fc8b47cd586b77 SHA512 320e43c8301bb7145a4226917726e1d71eae3cc96fdb97906bf5fe3c7aa483b8559db076ac0c5f9deca4c1be078baf168a10c8f76e4a195770e77adf49c91612

View File

@ -0,0 +1,31 @@
# 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=setuptools
inherit distutils-r1
DESCRIPTION="Get data from the Azure DevOps API."
HOMEPAGE="https://github.com/timmo001/aioazuredevops https://pypi.org/project/aioazuredevops/"
SRC_URI="https://github.com/timmo001/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.9.0[${PYTHON_USEDEP}]
>=dev-python/incremental-22.10.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aioresponses[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/syrupy[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest