dev-python/mficlient: add 0.5.0
Closes: #3696 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
320489c95e
commit
21f2a8ac39
@ -606,13 +606,13 @@ 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 2039 Ebuilds in total, 2028 of them have in total 2056 (42 different) licenses assigned.
|
||||
There are 2041 Ebuilds in total, 2030 of them have in total 2058 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1182|
|
||||
|MIT|1183|
|
||||
|Apache-2.0|456|
|
||||
|GPL-3|121|
|
||||
|GPL-3|122|
|
||||
|BSD|110|
|
||||
|GPL-2|25|
|
||||
|LGPL-3|24|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST mficlient-0.3.0.tar.gz 8537 BLAKE2B 1228aacf161f84826b94cbef9c29319d0c20bef12e895bae7c57f3339384b14140f74b5450983595ac7fa107080d57a751a488d730b3cc6d29ddb2dabfdfaa9c SHA512 61d92b0074f835eec2c95e738b0ba2c77648ff9e95680dd05e1da04f0eae975c8e2d8ece3b8b6689473a5ba777b072c831cd91d78d47599e56858c129a19a754
|
||||
EBUILD mficlient-0.3.0.ebuild 648 BLAKE2B 212e41429ddff339490fc2d8e738e856d5d660677060077861be5eb02fd93686eeaf085fcc35a6646f92dccbcba03217813392cbeb9a25d7bfa29bcb0984ac19 SHA512 7ae8a34151b77f9fc8655c159a8d231f92a4601e41baef8d5dc92c9c6a5563655c7a81bddafdc15b31272cba769c468ec68b9a6f2d16a705fbab6ea64c047fb6
|
||||
MISC metadata.xml 518 BLAKE2B 1cfa8a2a8f316a992876d3636dd39509559a6c02cc114140f936745ab76f4ebf68fbd40337c65c3fba2af836c9cfde0830e311e30bdd7ff5aac1c2161bb35792 SHA512 30c4732b560e6b0c1f87b9e6f2ff9b6d77aa2b815769672367affb35cce67dc1621429a71879d2b7091424d7a6f0440f90f49ffedc825186d74758286ef30a45
|
||||
DIST mficlient-0.5.0.tar.gz 11407 BLAKE2B 6fddbb4bb17b15899f9d92b1ee9cd3f3a1553bd1f6e1ff3aeeff2df2484c24e0c371ea65aed405d9cd4a859b7e1f41f3d4d89d1758c656b9267165b65381e173 SHA512 c5caa379bdde4ebea0aadcf0651c22ced40251ed753138e9041e87cc4c738e3812eb52218780ac8bb332a2fce07d2b76516566d2012af226a40570c8f06c3cbe
|
||||
EBUILD mficlient-0.3.0.ebuild 648 BLAKE2B 2cf1075405656b00cd4da1dc7a6dfeaee6541f48bb4579972c8ce01dc7f8b53400c69c0aa75fa7860fb0c1ef9854d53b124e51722c7105340f7e3f7a573356bf SHA512 77dcdc02a5543388e487083aa44206c31028887c1da93b27fa9715d81a858c4e8a2dd59c6e6beaad24650f08e149ffb48d983eb4636dbb908f6852591b74b1de
|
||||
EBUILD mficlient-0.5.0.ebuild 739 BLAKE2B d40dc9fa91d200ae151b47f233128fced21b9809bed48dbc84e1ed09b8c1c11fcb8162139863f90f2c91922c9775503bb0234abe0f649076ab2ec9d86d62a0ea SHA512 80eb51a286df77ad711a80d56ee95fffb53bcf7873a78add1241f8ad581e94dc52dcf4c3005ef145847f000cebf987d30ff250583be8f96772ee93913aafff03
|
||||
MISC metadata.xml 519 BLAKE2B 768e811a852a7fb5c3a776c29baadc85a7a25420dcf63f6b0d596d9929d824fcd2227c1be537d86d6622fcc97d866c0cd47ef8ba74031761b8e15e033035440f SHA512 61a778fc244d4ddacc4d4215a1a9d55bcaad82521da213120a74c1e0b6034c56e832ddf1e78a4b53b27f110b286991b261e145d55f6a2db47636a58a33cb4230
|
||||
|
@ -7,7 +7,7 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">mficlient</remote-id>
|
||||
<remote-id type="github">kk7ds/mficlient</remote-id>
|
||||
<remote-id type="github">uilibs/mficlient</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>dsmith+mficlient@danplanet.com</email>
|
||||
<name>Dan Smith</name>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
31
dev-python/mficlient/mficlient-0.5.0.ebuild
Normal file
31
dev-python/mficlient/mficlient-0.5.0.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# 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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A remote control client for Ubiquiti's mFi system"
|
||||
HOMEPAGE="https://github.com/kk7ds/mficlient https://pypi.org/project/mficlient/"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
src_prepare() {
|
||||
echo -ne '\n[build-system]\nrequires = ["poetry>=0.12"]\nbuild-backend = "poetry.masonry.api"\n' >> pyproject.toml || die
|
||||
eapply_user
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user