diff --git a/README.md b/README.md index 0fcda9aa2..a0bba3efd 100644 --- a/README.md +++ b/README.md @@ -617,12 +617,12 @@ 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 1861 Ebuilds in total, 1850 of them have in total 1869 (42 different) licenses assigned. +There are 1862 Ebuilds in total, 1851 of them have in total 1870 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1053| -|Apache-2.0|424| +|Apache-2.0|425| |GPL-3|123| |BSD|104| |LGPL-3|24| diff --git a/dev-python/python-hpilo/Manifest b/dev-python/python-hpilo/Manifest index 48a4d3a88..cd258620f 100644 --- a/dev-python/python-hpilo/Manifest +++ b/dev-python/python-hpilo/Manifest @@ -1,3 +1,5 @@ DIST python-hpilo-4.3.tar.gz 139977 BLAKE2B c4594955de314b47267b60b3f37a1d8c5f5344a47ace137099fe2e6f366d81119086b8d63dc77fef028fe3468d49eb14ad6f701d337548692503988645abb0e3 SHA512 1dd89c032eb19c96075b8ea96c8a7efbed968e555547316131e933eccd73109f93ef95f51b4e5fb9a9eba18e0db2f2e7393ea25338906574512dca85c1293a53 -EBUILD python-hpilo-4.3.ebuild 630 BLAKE2B d109487db84638a9285a31c6f40c63d8c8eaf80595f2dff0bcd6cce33210c771bef0b34150871040d970dc9d80875059e987b44b1e58ba31402288166779c9a1 SHA512 ee6cc78a29af0cd2390c6a852c703e909d30b82a0f0ad9e4e9e581c6b9cc6cededfab95bba0047824e90260e73a84371389085d77ee415077fd470438978d7e5 +DIST python-hpilo-4.4.3.tar.gz 145361 BLAKE2B 430db6db24c9477070a8048adfa79c90982ba8001d71b6da165054ee37dfe8e8b73c3189f3fd43666d46bff8273b500f7f07ef3fc6e0730ffc43738f42e4c2d1 SHA512 2e6325a28d103f2558817da775a9f5dc9eb165de989fbc60ad04c873f8273e53d982f062cdf0643f6956695b86b11e9ff00d615d188a1805b274dca9b6a13570 +EBUILD python-hpilo-4.3.ebuild 630 BLAKE2B ac4a02a98c496d5baa9399a051b0197f61ac8379592181b775844b15160b801be427701dd92198b02899b0b3f80758ee9a16c51345958b261fdbcb46783213fc SHA512 54bde228085a0f825cca98ece8ff4547c0e4cfcc79157cdb6f3b7dc950e2e7ee6743c030e1d30f3fce3dfd9e47f4746f412a4da5412cbc6b5700d43441f7ec6c +EBUILD python-hpilo-4.4.3.ebuild 527 BLAKE2B f0fcf82b898df078e2e54dcd5cff5b7009b2f9dc13434d4c9948d6d8d088edf35317b593b55f4d894ba35822940ca83e5ac61a1c08c4a496002f58bebb2dec36 SHA512 172f6dc765102717b48cec099e3c535ba6907f2d51890f30cb4d73dc7329692161c8add57717738332b52a2418b9fd0c130063d2a9e6ed470fed20cfa1ba853d MISC metadata.xml 526 BLAKE2B 19f3c44476e9be17ede69d7a95f0577ed716cdbbb58f7cd9e9612a386310c539eed0481d167e823afcbecbf8bb8f793e74a96f962475f92b1fcaf54de1133f23 SHA512 5a0652db1ae87d1b46fed4760e02f57a4f3bcb61983cfb1acff303ab9b075ac9bced24cd17d209a97c94af0f193dd3ca2e364e020120ba98446c19183165139f diff --git a/dev-python/python-hpilo/python-hpilo-4.3.ebuild b/dev-python/python-hpilo/python-hpilo-4.3.ebuild index 90546b663..30c4e8c57 100644 --- a/dev-python/python-hpilo/python-hpilo-4.3.ebuild +++ b/dev-python/python-hpilo/python-hpilo-4.3.ebuild @@ -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..12} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi diff --git a/dev-python/python-hpilo/python-hpilo-4.4.3.ebuild b/dev-python/python-hpilo/python-hpilo-4.4.3.ebuild new file mode 100644 index 000000000..3f5dc9ebc --- /dev/null +++ b/dev-python/python-hpilo/python-hpilo-4.4.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..12} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi + +DESCRIPTION="Accessing the HP iLO XML interface from python" +HOMEPAGE="https://github.com/seveas/python-hpilo https://pypi.org/project/python-hpilo/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +distutils_enable_tests pytest