Skip to content

Commit a0cdf54

Browse files
committed
dev-python/azure-storage-queue: new package, add 12.10.0
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 984f596 commit a0cdf54

File tree

4 files changed

+48
-2
lines changed

4 files changed

+48
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 1943 Ebuilds in total, 1932 of them have in total 1955 (42 different) licenses assigned.
609+
There are 1944 Ebuilds in total, 1933 of them have in total 1956 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1117|
613+
|MIT|1118|
614614
|Apache-2.0|435|
615615
|GPL-3|114|
616616
|BSD|110|
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST azure-storage-queue-12.10.0.tar.gz 188484 BLAKE2B 2f195f20f21c302458c8bab3c7997afe81ea5ebd62e95b1fa441b226112fb1fec42f29f674fe91c2f7a3da0a425e7870a8fad1dbf7a1eb3a82f47dcf93fbd922 SHA512 c863f4f96bd114d363b1a46ed4c2d53d3e84086a26e55b4c472a7445704d08c77ec25b35c3163b82ae19ff9520ae7c424e1f086c35f97591cf61130fd4402e6c
2+
EBUILD azure-storage-queue-12.10.0.ebuild 804 BLAKE2B cc0db610afa5227be3dba1aac3c453bc485feb8abd08a66b1ae8d6b4e18bb8bca88da30ac84badccce5e4beb0d7876523e9e76755b2f2a9e2b1c00f4e3fb18a7 SHA512 3a33413a7dd484f04359e00e7e03f384c959323fcff43817a849e906695214d3f6515556a2e5d6384f0058c8429576d3063ab64f2eb3908655f9a9f218abef9e
3+
MISC metadata.xml 539 BLAKE2B f063ef30903f3b230a2069146b09907f0875c3a4cca0ff8c185b95e0428c5f32829547a9f58ff2552b54c9dd275aea506b34387ffe4168bcbd206e091773f688 SHA512 e91f88004c861e471bec40fb275c9ed3bdc5b2834eba1708e8b6affa48cd0a1846ac300fc221e97a49f72f3c9f7839e0b22a27fbd021665af72d16327c19db79
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
PYPI_NO_NORMALIZE=1
9+
inherit distutils-r1 pypi
10+
11+
DESCRIPTION="Microsoft Azure Azure Queue Storage Client Library for Python"
12+
HOMEPAGE="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue https://pypi.org/project/azure-storage-queue/"
13+
14+
LICENSE="MIT"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
IUSE="test"
18+
RESTRICT="!test? ( test )"
19+
20+
DOCS="README.md"
21+
22+
RDEPEND=">=dev-python/azure-core-1.28.0[${PYTHON_USEDEP}]
23+
>=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
24+
>=dev-python/typing-extensions-4.6.0[${PYTHON_USEDEP}]
25+
>=dev-python/isodate-0.6.1[${PYTHON_USEDEP}]"
26+
27+
distutils_enable_tests pytest
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">azure-storage-queue</remote-id>
10+
<remote-id type="github">Azure/azure-sdk-for-python</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Microsoft Corporation</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)