diff --git a/README.md b/README.md index 68d19a0ed..4d20c2636 100644 --- a/README.md +++ b/README.md @@ -606,12 +606,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 2060 Ebuilds in total, 2049 of them have in total 2077 (42 different) licenses assigned. +There are 2061 Ebuilds in total, 2050 of them have in total 2078 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1192| -|Apache-2.0|464| +|Apache-2.0|465| |GPL-3|125| |BSD|111| |LGPL-3|24| diff --git a/dev-python/aioruckus/Manifest b/dev-python/aioruckus/Manifest index a1d3e5b23..c0c553866 100644 --- a/dev-python/aioruckus/Manifest +++ b/dev-python/aioruckus/Manifest @@ -1,3 +1,5 @@ DIST aioruckus-0.34.tar.gz 17702 BLAKE2B 35411b3fd5838bde6cf07d3667c70765da4520eb31239bcf26d118491a8f13eca5079228351e1c9a92ee556dd614e9bcf03f29786f4c742374b5b2bea9f74044 SHA512 d0589a2a5005684897c0cdf7cd6897c73f298083424152d93ff8b43993641641e11d3b05ecf0b16e48dbe6826239719d7571e5983b06d206e77e443fb8d84352 -EBUILD aioruckus-0.34.ebuild 850 BLAKE2B a08956eab4def7399f71fd1594752e61e56c1c3532be00d6b7ae1e9185991099c233a1e2c5ea6f60c8d0b09cf69ead57281fa59f185d8406bdd5fa08eee03cb8 SHA512 ed4bacb412d83069a76e5e1f433eeb4683602242cd707396a202c7c4e0bac82766c52b858c8f8d2d8759da4aca3e1ae2ba32535fa2e2308865657835c40cec56 +DIST aioruckus-0.41.tar.gz 28714 BLAKE2B 461128e1f7c7d5d0b2533d7b1c2aa0b84baed92a6877dad7b9dcc7bc9691e00e40181a5a29d13029bce030b97275beaae77369a9f4e9ba6f4eee1d575a9f4cdb SHA512 3278962131c6c7769df62bf9d87db86156d8728dd00161b9d5d3b47a29100778f25ec8cc72591a3adb8722cc1a8a68d6175d31275fba5eac4dfff0b9791d914f +EBUILD aioruckus-0.34.ebuild 850 BLAKE2B cfa78e6d437c15a3cb8c572f8ad65c50c629fd6b039dba2ab7e843dccfcf4bcdb30255f915e1861355ea96fa4673cdb1cac9d72a5b7977ed50ac551cddbcf05a SHA512 d01f4d80935c7333b3616a46824b73e41d428277266053af6cadd2b82d5d35b891a51605cd8c71aad5094bcd1f94a8b547506933bfdfef4898d12a21709d246a +EBUILD aioruckus-0.41.ebuild 677 BLAKE2B 2cbd4c5349308e0e6dc486e33c9d9d7d3c4ae4b95de7fcd9d3ee75625e0239d2c2ce69b5c4dd628e194de2bc2ec9770bf195f720f183ac9168f986e83cc31e1d SHA512 a39cf22c5547777708adc0c3684327054e6b494f125ed84e70d2ccc21cb208448fdd1d827cc2e0c8f7e2bebd42d50097108ceb2a3db9f50256a5bfceffa430df MISC metadata.xml 508 BLAKE2B e203d729651d2037139c1b965eaf0da43991b9f4ccfb9a2e8df5f0a6df936611a7de15f12bdcc44e689cf8193d4626904e9c9025d59206a5c515658360ad134e SHA512 89ad5b00c106d46222896a541fb9c6cb7cb120425749b83d0e2109fb2258d6bfa184c3c2ad786475bb04a2a68d09c5a308b3af059c2c2292a6247ae689534f49 diff --git a/dev-python/aioruckus/aioruckus-0.34.ebuild b/dev-python/aioruckus/aioruckus-0.34.ebuild index 31d28a2d0..deee8c1f9 100644 --- a/dev-python/aioruckus/aioruckus-0.34.ebuild +++ b/dev-python/aioruckus/aioruckus-0.34.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..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi diff --git a/dev-python/aioruckus/aioruckus-0.41.ebuild b/dev-python/aioruckus/aioruckus-0.41.ebuild new file mode 100644 index 000000000..53e7d2a01 --- /dev/null +++ b/dev-python/aioruckus/aioruckus-0.41.ebuild @@ -0,0 +1,25 @@ +# 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 +inherit distutils-r1 pypi + +DESCRIPTION="Python API to interact with Ruckus Unleashed and ZoneDirector devices." +HOMEPAGE="https://github.com/ms264556/aioruckus https://pypi.org/project/aioruckus/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=">=dev-python/aiohttp-3.8.4[${PYTHON_USEDEP}] + >=dev-python/cryptography-41.0.0[${PYTHON_USEDEP}] + >=dev-python/xmltodict-0.13.0[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest