diff --git a/README.md b/README.md index e1f22d4d2..34ac1d669 100644 --- a/README.md +++ b/README.md @@ -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 2372 Ebuilds in total, 2358 of them have in total 2401 (43 different) licenses assigned. +There are 2373 Ebuilds in total, 2359 of them have in total 2402 (43 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1352| +|MIT|1353| |Apache-2.0|554| |GPL-3|149| |BSD|127| diff --git a/dev-python/unifi-ap/Manifest b/dev-python/unifi-ap/Manifest index 9f7941c35..392d98012 100644 --- a/dev-python/unifi-ap/Manifest +++ b/dev-python/unifi-ap/Manifest @@ -1,3 +1,5 @@ DIST unifi_ap-0.0.1.tar.gz 3803 BLAKE2B 4fc0a28d6da1bb80aa71192295985bc45ae699c914cce79a26de0c14043dec0e8030fe47f99f82153f01810826d4143275583874a75b8499c13f3aeae5378854 SHA512 02c9ff51b95508a3a35251c68318ebb8ddabbe61dfec19bf6017ee9920c17543f9ca086f317b7d9ba49418733b9e7e6d4093d58bb3a0cb194f7714d1d6ca1ffc -EBUILD unifi-ap-0.0.1.ebuild 596 BLAKE2B 475c7fc54be6372a283966929abaacfbf583798e77754d0cb75ae26b0b6e3f84856860031d8c81a4806cfaf02d514359b136306a7347238cbda61344f32a7c31 SHA512 31de36f4e722511529630cfbeab35cc66dd9d5b1eb335a1c95dace7bdc09a52395c1d0f25b9f3713bdb3db1db7c3b9174b9370b0e5a638621c979c9f9791d60d +DIST unifi_ap-0.0.2.tar.gz 3758 BLAKE2B f79a13cf455fe40b0845adeb0a5eceb000af689a8392fead049691b1e671fcf0cdc3a0a427c46ea3af264d1bf4c440caf9d74b33f83d45fbb39f3a1bf374bd29 SHA512 963beff0f2808f5785d2745b7ff2164a95e5a66677aae83e09b3804db5be0a10a939a3a4d8a0238a6e5f0cdb5dad85432928ba1be255758fff308fc00674a406 +EBUILD unifi-ap-0.0.1.ebuild 596 BLAKE2B ea29464fbaea4c43628bf67f8878809771a8965e601e25b686ddad444baaeeac75fb163831ca46e89d27ba506edfd970631404172ed8cee2226612e36252c300 SHA512 1e21a1b1967d223932c5ba0f9882aaf44685ad1ac17f63b7bb8802d8cb3c9f31ae2bac3649e8443392371a3a4cf77e6dcacab3544930cd6b3ccc8ead1b24992b +EBUILD unifi-ap-0.0.2.ebuild 535 BLAKE2B d4dc2ba9ceeec14c5c504d45eff36b77081a491890430968a374ebeadf126346facc7faf544789d3bc21aca345aebe9aab485e4ffc91d34b63cf7e472b67c682 SHA512 7f00ecb2971772c3e791a88b839acd4341c9a1bdbbe37c835943d1d75020c8b861f973ea37b65650ddc4a8b0ecfecaf5ce4230491efc40fc1e64c6e956c178bf MISC metadata.xml 518 BLAKE2B 06d5330be9d5e3f08126aa50c4e336e5a874bc30ae0654927f9b64e41de5df7029b372f7a16a8c59dbf2bbdadd1f98fd2b750b62fe61f8b95e5947ffd5cb960b SHA512 d29f3d578288cc11650cb1dcb22cb3f4aafc7b6da57407f9f76a2a926d01781bf98063e7c06356a001644bf226fcb6a1525ec2afbbd8239df5579ae3821f88b8 diff --git a/dev-python/unifi-ap/unifi-ap-0.0.1.ebuild b/dev-python/unifi-ap/unifi-ap-0.0.1.ebuild index 804995007..5b44de287 100644 --- a/dev-python/unifi-ap/unifi-ap-0.0.1.ebuild +++ b/dev-python/unifi-ap/unifi-ap-0.0.1.ebuild @@ -3,7 +3,7 @@ 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/unifi-ap/unifi-ap-0.0.2.ebuild b/dev-python/unifi-ap/unifi-ap-0.0.2.ebuild new file mode 100644 index 000000000..d40e5b65d --- /dev/null +++ b/dev-python/unifi-ap/unifi-ap-0.0.2.ebuild @@ -0,0 +1,23 @@ +# 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 for UniFi accesspoints" +HOMEPAGE="https://github.com/tofuSCHNITZEL/unifi_ap https://pypi.org/project/unifi-ap/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest