Skip to content

Commit 984f596

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

File tree

4 files changed

+49
-2
lines changed

4 files changed

+49
-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 1942 Ebuilds in total, 1931 of them have in total 1954 (42 different) licenses assigned.
609+
There are 1943 Ebuilds in total, 1932 of them have in total 1955 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1116|
613+
|MIT|1117|
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-blob-12.20.0.tar.gz 551196 BLAKE2B 8ad2b2980b91b6be8db35a84b2de14fb58560f3ad44051bc87e9c54e846b15c920d1543fb33664096e10dc739b5ce72caad6cb11e62e296ac194cce50b5ab2f2 SHA512 04b0e5c886f05be17d0281fa3dddc1e0e18896dd5d544b0916aaba0a5606dd10eec82039421cc95ada37010abe4d8757dd85f88434e4116d70074b47eaa0572d
2+
EBUILD azure-storage-blob-12.20.0.ebuild 845 BLAKE2B 6fd81b27f6cd8c55c125e0cffd4973f5a6a841996849118c083713945990a81c0f6b5056cc4d387de5c858bf2fb07258c7a591a5d477a05c03e28c331e30b8da SHA512 5ce887bff73d502018f819e7369232c9928480828b9116b3edcfa95a795c7f5f79dafbd777215bfbbbc5d4dc61ae441234a7b53254f871aafc52ebf983cc346f
3+
MISC metadata.xml 538 BLAKE2B 12ba4368c3c7e755c362c55f8966313e02fea35c260b426ed25e83b71672523911b6ee087dda1c28415311f17900374640823898fc0cf63007fec736606ca9be SHA512 190b7688b091b91a5fd12e537d423eb0225079f6bdba6cec965f1e91f97ec78d9609b10944124a5fb6cbe8d6648d8ad49b7ef98ec64ce1de57cd81deaaa9c812
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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 Blob Storage Client Library for Python"
12+
HOMEPAGE="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob https://pypi.org/project/azure-storage-blob/"
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+
>=dev-python/azure-core-1.28.0[${PYTHON_USEDEP}]"
27+
28+
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-blob</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)