dev-python/netdata: drop 1.0.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:34:37 +01:00 committed by Andreas Billmeier
parent a393d0fc22
commit 6ba6192200
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 deletions

View File

@ -612,11 +612,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 1669 Ebuilds in total, 1658 of them have in total 1676 (42 different) licenses assigned.
There are 1668 Ebuilds in total, 1657 of them have in total 1675 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|967|
|MIT|966|
|Apache-2.0|349|
|GPL-3|108|
|BSD|91|

View File

@ -1,5 +1,3 @@
DIST netdata-1.0.1.tar.gz 3925 BLAKE2B fa9254ccda69f4222b148bfc30d76ce860c75a5eca2854bf04ad88b907cc6371c0ba10dde03d19a6279fe4ce8487f365f875101c93d1c19ab7ccc562af2c20d7 SHA512 f586847b1a8bf8923ec8e7b49cdf2f215b9d8070163b6311ce8f296f88e0651a40c26d86aa84924ad29ad4b87e895baf2153f5e9f6d97fb6c62538233a18e9d2
DIST netdata-1.1.0.tar.gz 3531 BLAKE2B 72981addff3c6063940a1ef491d60302d3ef287ab3bf7a623d9b574491d78e92cc8491fffe54dc31ae2f0769267e76c4fa8f9efed731badd76c23aaa19cedb53 SHA512 3880cc1683c38116559d6f0842a01f87d4f769284f85631bc6fbffe664a5958ebe3cd3fd82e9cb711e5eb928a747a0049bf537c1e1c62c19b4eab3f33f173393
EBUILD netdata-1.0.1.ebuild 688 BLAKE2B 84ee0ccae96e4705354ea23ac96d29e62274026cc92cafa6101ab26bbbc469210f55de918c9376adf8a83114978d1f235110d05f464aded0cb55079e4ebabe40 SHA512 bc96b006daca64e0ee08098ecda63fe85299ec8105e7103420da2a7ded20fd63f4d7699ac91abb2f95986515a59fad9db565cbd3364e1d59f4ec85be488e1458
EBUILD netdata-1.1.0.ebuild 688 BLAKE2B 4cc37d2f6009458e3e1327ca66daebfafa4517d7cfb6a4c160fc6d7ad60703f27ccec900ba215c78ba787d532b00cb7ec3ba5d12cee351c97f702d00ac50d65e SHA512 e38a9fb95bf56880ee585a81fbb624283d0f6b7aef774961062de6580ae8433938e10085673548e27ead72dbb67ca509bf848d2860465d4b81e5034ada2a1cf2
MISC metadata.xml 539 BLAKE2B b979cdb3ad000cd30c30b5ff8d88bbea36c9cec432dc3e23089ad0aee915fdeaa2efeb4388db292e411ca790538686b6bf1be6644f32efce08d59429beb46cc8 SHA512 2766d06795d1de732b4c919873f48b6f798e22f764f8500e32484f4cb5091e06fbe25c20767c366abfa9cf5bd9895bc55903be69600b80d4a34848793d4e22de

View File

@ -1,32 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
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.19.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.7.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest