dev-python/azure-storage-blob: new package, add 12.20.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
3a59624fd8
commit
984f59669d
@ -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 1942 Ebuilds in total, 1931 of them have in total 1954 (42 different) licenses assigned.
|
||||
There are 1943 Ebuilds in total, 1932 of them have in total 1955 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1116|
|
||||
|MIT|1117|
|
||||
|Apache-2.0|435|
|
||||
|GPL-3|114|
|
||||
|BSD|110|
|
||||
|
3
dev-python/azure-storage-blob/Manifest
Normal file
3
dev-python/azure-storage-blob/Manifest
Normal file
@ -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
|
@ -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
|
16
dev-python/azure-storage-blob/metadata.xml
Normal file
16
dev-python/azure-storage-blob/metadata.xml
Normal 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-blob</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>
|
Loading…
x
Reference in New Issue
Block a user