dev-python/azure-storage-queue: new package, add 12.10.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-24 07:16:23 +02:00
parent 984f59669d
commit a0cdf54503
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 48 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 1943 Ebuilds in total, 1932 of them have in total 1955 (42 different) licenses assigned.
There are 1944 Ebuilds in total, 1933 of them have in total 1956 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1117|
|MIT|1118|
|Apache-2.0|435|
|GPL-3|114|
|BSD|110|

View File

@ -0,0 +1,3 @@
DIST azure-storage-queue-12.10.0.tar.gz 188484 BLAKE2B 2f195f20f21c302458c8bab3c7997afe81ea5ebd62e95b1fa441b226112fb1fec42f29f674fe91c2f7a3da0a425e7870a8fad1dbf7a1eb3a82f47dcf93fbd922 SHA512 c863f4f96bd114d363b1a46ed4c2d53d3e84086a26e55b4c472a7445704d08c77ec25b35c3163b82ae19ff9520ae7c424e1f086c35f97591cf61130fd4402e6c
EBUILD azure-storage-queue-12.10.0.ebuild 804 BLAKE2B cc0db610afa5227be3dba1aac3c453bc485feb8abd08a66b1ae8d6b4e18bb8bca88da30ac84badccce5e4beb0d7876523e9e76755b2f2a9e2b1c00f4e3fb18a7 SHA512 3a33413a7dd484f04359e00e7e03f384c959323fcff43817a849e906695214d3f6515556a2e5d6384f0058c8429576d3063ab64f2eb3908655f9a9f218abef9e
MISC metadata.xml 539 BLAKE2B f063ef30903f3b230a2069146b09907f0875c3a4cca0ff8c185b95e0428c5f32829547a9f58ff2552b54c9dd275aea506b34387ffe4168bcbd206e091773f688 SHA512 e91f88004c861e471bec40fb275c9ed3bdc5b2834eba1708e8b6affa48cd0a1846ac300fc221e97a49f72f3c9f7839e0b22a27fbd021665af72d16327c19db79

View File

@ -0,0 +1,27 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Microsoft Azure Azure Queue Storage Client Library for Python"
HOMEPAGE="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue https://pypi.org/project/azure-storage-queue/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/azure-core-1.28.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.6.0[${PYTHON_USEDEP}]
>=dev-python/isodate-0.6.1[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View 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">azure-storage-queue</remote-id>
<remote-id type="github">Azure/azure-sdk-for-python</remote-id>
<maintainer status="unknown">
<email>ascl@microsoft.com</email>
<name>Microsoft Corporation</name>
</maintainer>
</upstream>
</pkgmetadata>