dev-python/netdata: add 1.3.0
Closes: #4262 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
315ea9be37
commit
2ddd82d625
@ -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 2375 Ebuilds in total, 2361 of them have in total 2404 (43 different) licenses assigned.
|
||||
There are 2376 Ebuilds in total, 2362 of them have in total 2405 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1355|
|
||||
|MIT|1356|
|
||||
|Apache-2.0|554|
|
||||
|GPL-3|149|
|
||||
|BSD|127|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST netdata-1.1.0.tar.gz 3531 BLAKE2B 72981addff3c6063940a1ef491d60302d3ef287ab3bf7a623d9b574491d78e92cc8491fffe54dc31ae2f0769267e76c4fa8f9efed731badd76c23aaa19cedb53 SHA512 3880cc1683c38116559d6f0842a01f87d4f769284f85631bc6fbffe664a5958ebe3cd3fd82e9cb711e5eb928a747a0049bf537c1e1c62c19b4eab3f33f173393
|
||||
EBUILD netdata-1.1.0.ebuild 688 BLAKE2B 4cc37d2f6009458e3e1327ca66daebfafa4517d7cfb6a4c160fc6d7ad60703f27ccec900ba215c78ba787d532b00cb7ec3ba5d12cee351c97f702d00ac50d65e SHA512 e38a9fb95bf56880ee585a81fbb624283d0f6b7aef774961062de6580ae8433938e10085673548e27ead72dbb67ca509bf848d2860465d4b81e5034ada2a1cf2
|
||||
DIST netdata-1.3.0.tar.gz 3688 BLAKE2B 27b2d79d767490f0c6db346e726fd46a5731e0d70e91b56208ad688da8b6b61278f2b2b78075ad5b853cbee427f9e8a8c8d2c7631a489f006db8b5db4f1cf90e SHA512 968d76936b214cd08c99cdbac0db9b691039aedef74e2e76ab901d7b69b5db44ab73495480c7d8ef3b77b31c85ef9f4f0c320a7004eb4a68ee854798ea52508b
|
||||
EBUILD netdata-1.1.0.ebuild 688 BLAKE2B 7027bf17a5d8fef59815f56ec3c1ea488f8916675f99deb52d1836222f35b152f51209a810165e0e13c6876ce78eeef4a92d2b7bd70d6cef0c358119fe9becb1 SHA512 2eec8fae9035f5d9f3f7db24f4b43a29e35c3cd2646d259ddc7ce69922d6f6a1a47d421452f83c678cf405acc98f9928d544fde3d19fdf7c40a99120f23d44f4
|
||||
EBUILD netdata-1.3.0.ebuild 586 BLAKE2B 54e64d4976655e1347a6c7b040299dc89b20dd442d6c836a52cf1175c1d8386c3f59dee42ced1045df08926a8c4262ae653ac02a173577b3fd4be8226386d540 SHA512 01aa12af842fe92623678706e3c9d370b202baeefba8f37a277bbbc610214fdf6cf27147f5c53fbe88d0cbfab4e2aa0166f8cee31d6210759daa89bc88cd5125
|
||||
MISC metadata.xml 539 BLAKE2B b979cdb3ad000cd30c30b5ff8d88bbea36c9cec432dc3e23089ad0aee915fdeaa2efeb4388db292e411ca790538686b6bf1be6644f32efce08d59429beb46cc8 SHA512 2766d06795d1de732b4c919873f48b6f798e22f764f8500e32484f4cb5091e06fbe25c20767c366abfa9cf5bd9895bc55903be69600b80d4a34848793d4e22de
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
24
dev-python/netdata/netdata-1.3.0.ebuild
Normal file
24
dev-python/netdata/netdata-1.3.0.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# 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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python API for interacting with Netdata."
|
||||
HOMEPAGE="https://github.com/fabaff/python-netdata https://pypi.org/project/netdata/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/httpx-0.26.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.8.0[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user