dev-python/azure-kusto-data: add 4.5.1
Closes: #3572 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
2ec470c451
commit
aa17a1e12a
@ -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 2018 Ebuilds in total, 2007 of them have in total 2035 (42 different) licenses assigned.
|
||||
There are 2020 Ebuilds in total, 2009 of them have in total 2037 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1166|
|
||||
|MIT|1168|
|
||||
|Apache-2.0|451|
|
||||
|GPL-3|119|
|
||||
|BSD|113|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST azure-kusto-data-3.1.0.tar.gz 35394 BLAKE2B 18789fa667619dd1fc1a79e47386ea1cd23f5fbe317e17c75cb5534a36cbc164f4c05584d1faef59dbdd19229de82a5fee562584ed42fa54da375227b3c6d95f SHA512 252e8cc3987a7f0574c01964cbba6dd0b636711eb47c1cdedc16022c74fd356241a349cafeff8aa8c9786e4573cc35a6ca6faa8462e938c1fc55e7113931aeb7
|
||||
DIST azure-kusto-data-4.5.1.tar.gz 40968 BLAKE2B 323d8fd5827a2719e6cf2224681add463be4ee374271ef5e1fc2d4eca6fafcb76db6cba377fc803b4bcd604db5134a766c51fe297134e36b4279d965089c1768 SHA512 21fcbcf76a4689b3664ff90afd3f3f0d7133e35c7ecdac6a82ea8ad0cf8a7056470c5fbc7808424e3ca320a1c21a2f4bde90cbe445f2e1aca282078806aedc85
|
||||
EBUILD azure-kusto-data-3.1.0.ebuild 797 BLAKE2B f605ab892107bd134dcdedfad1090cc768380c776a740d230203fb016ddfad8febe340fc19e640364a3b2ce5334778d01caeac97198e9fb08191dbd4d4a4fdaf SHA512 1875258d0afaf50405a52f2c6e364198c0d4a342fa54f487c2cd11d3b84fdaf0a8d6fb725e512ba5c00b4f38152941e4e455bd061c8d629175d2d8c2efe910d8
|
||||
EBUILD azure-kusto-data-4.5.1.ebuild 847 BLAKE2B c39a020eaeb3bc690d2ca1294dd3f7209145118218584ece37d15d84e221a933cd4f3c289add087f56d3a45f1cf209fc971b7918f57864830f3a6886dbe66b3d SHA512 bcaf28e23ca9e6d0d781380d9c1e5e1d8e38b2f214fe5b77d57df7297b89b9f932091b869e3b92ee6d61110d2b0e9d161979062cffbf21c495eeb425786d4a50
|
||||
MISC metadata.xml 537 BLAKE2B e50907e4afda4856cd69578f3952e07314314de89b478db9d2596b7373153e80f3f5a667380b9b8e70137f864d491c08df61ac50423da1d326a31dbbd5be47f5 SHA512 3298936a0f1998660dc9830b3bd55069d42a3664e9f3034b6a8d793e02e3a44b300593d5c997ad03053c6979963a2c1394b732d8bfeeb736f3333b89f5c2a7d1
|
||||
|
30
dev-python/azure-kusto-data/azure-kusto-data-4.5.1.ebuild
Normal file
30
dev-python/azure-kusto-data/azure-kusto-data-4.5.1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# 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="Kusto Data Client"
|
||||
HOMEPAGE="https://github.com/Azure/azure-kusto-python https://pypi.org/project/azure-kusto-data/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
#DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.13.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/azure-identity-1.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/azure-core-1.11.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/msal-1.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ijson-3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.4.4[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user