-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-python/azure-storage-blob: new package, add 12.20.0
Signed-off-by: Andreas Billmeier <[email protected]>
- Loading branch information
Showing
4 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
DIST azure-storage-blob-12.20.0.tar.gz 551196 BLAKE2B 8ad2b2980b91b6be8db35a84b2de14fb58560f3ad44051bc87e9c54e846b15c920d1543fb33664096e10dc739b5ce72caad6cb11e62e296ac194cce50b5ab2f2 SHA512 04b0e5c886f05be17d0281fa3dddc1e0e18896dd5d544b0916aaba0a5606dd10eec82039421cc95ada37010abe4d8757dd85f88434e4116d70074b47eaa0572d | ||
EBUILD azure-storage-blob-12.20.0.ebuild 845 BLAKE2B 6fd81b27f6cd8c55c125e0cffd4973f5a6a841996849118c083713945990a81c0f6b5056cc4d387de5c858bf2fb07258c7a591a5d477a05c03e28c331e30b8da SHA512 5ce887bff73d502018f819e7369232c9928480828b9116b3edcfa95a795c7f5f79dafbd777215bfbbbc5d4dc61ae441234a7b53254f871aafc52ebf983cc346f | ||
MISC metadata.xml 538 BLAKE2B 12ba4368c3c7e755c362c55f8966313e02fea35c260b426ed25e83b71672523911b6ee087dda1c28415311f17900374640823898fc0cf63007fec736606ca9be SHA512 190b7688b091b91a5fd12e537d423eb0225079f6bdba6cec965f1e91f97ec78d9609b10944124a5fb6cbe8d6648d8ad49b7ef98ec64ce1de57cd81deaaa9c812 |
28 changes: 28 additions & 0 deletions
28
dev-python/azure-storage-blob/azure-storage-blob-12.20.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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 Blob Storage Client Library for Python" | ||
HOMEPAGE="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob https://pypi.org/project/azure-storage-blob/" | ||
|
||
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}] | ||
>=dev-python/azure-core-1.28.0[${PYTHON_USEDEP}]" | ||
|
||
distutils_enable_tests pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>[email protected]</email> | ||
<name>Andreas Billmeier</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="pypi">azure-storage-blob</remote-id> | ||
<remote-id type="github">Azure/azure-sdk-for-python</remote-id> | ||
<maintainer status="unknown"> | ||
<email>[email protected]</email> | ||
<name>Microsoft Corporation</name> | ||
</maintainer> | ||
</upstream> | ||
</pkgmetadata> |