dev-python/unifi-ap: new package, add 0.0.1

Closes: #2668
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 18:22:01 +01:00
parent 1690a27326
commit 2949df2e6b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 48 additions and 2 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 1635 Ebuilds in total, 1624 of them have in total 1638 (42 different) licenses assigned.
There are 1636 Ebuilds in total, 1625 of them have in total 1639 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|939|
|MIT|940|
|Apache-2.0|347|
|GPL-3|106|
|BSD|91|

View File

@ -0,0 +1,3 @@
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
MISC metadata.xml 518 BLAKE2B 06d5330be9d5e3f08126aa50c4e336e5a874bc30ae0654927f9b64e41de5df7029b372f7a16a8c59dbf2bbdadd1f98fd2b750b62fe61f8b95e5947ffd5cb960b SHA512 d29f3d578288cc11650cb1dcb22cb3f4aafc7b6da57407f9f76a2a926d01781bf98063e7c06356a001644bf226fcb6a1525ec2afbbd8239df5579ae3821f88b8

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">unifi-ap</remote-id>
<remote-id type="github">tofuSCHNITZEL/unifi_ap</remote-id>
<maintainer status="unknown">
<email>tobias@perschon.at</email>
<name>Tobias Perschon</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

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