dev-python/connect-box: add 0.3.1

Closes: #3311
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-12 23:23:38 +02:00
parent 29c096ad12
commit cabd37e457
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 38 additions and 5 deletions

View File

@ -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 1817 Ebuilds in total, 1806 of them have in total 1825 (42 different) licenses assigned.
There are 1818 Ebuilds in total, 1807 of them have in total 1826 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1042|
|Apache-2.0|397|
|Apache-2.0|398|
|GPL-3|110|
|BSD|106|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST connect_box-0.2.8.tar.gz 13210 BLAKE2B 325fec65d638e7a281e5e85828cee940df66f83d85df7cc2bbb19b765abc14b562cd19d1de03444f1fbac774ecc7b9e8b7fd8620da334f14585ce797b24722a1 SHA512 f143ae62b714331a3660b2d86727c0248b83d92e0c2938620494c7a2943309b1e761f1a014981afbb77f33c325b831925424fbc82d3cca0b5b0b7791b0c64482
EBUILD connect-box-0.2.8.ebuild 817 BLAKE2B e39512703f466bf91ad483cb6a73468b967935b93a3105a94193db7e7f376184a932adc33768bbafa5e251c0542c95a6ff488ff8b3237d6016b2db2d3f5fe438 SHA512 10bd04e2d38de447ba3f7140d72ca3cc8c1adb2e31a4221276b7423f22c34d87131ac338dced5a2924cfaa45323a8797f1aaddbce0d344e827db04d1bf274851
DIST connect_box-0.3.1.tar.gz 11265 BLAKE2B 2c181b91dd6a3f3bb26bbd4eb85177b143af35d26e8c50578f18ba2e0321d6cc595af8ea679d6034ebc6f268a6010cdac2c62645ae9e1a92220a56add35502cc SHA512 d9432153a6eea9c43c186feacfa2561cbd87a85243835b1a1f828c980b740ed33c36b252dd6d8c3296827ef39d91a5063fa34bc1bf898f9a19ff94cba0a9f479
EBUILD connect-box-0.2.8.ebuild 817 BLAKE2B b84fbea5da19d51ce114d75619a81bdc03664b59ba4f429337e002dfb4317ba1b6b602ca5de130a5ace55cc7d136646b0ade3774b62d6887c0f014edf48f49ba SHA512 9542c21ae1acaa79c024f6c9b277e0ec16e68f24b1b3bcce6722fcf2d4dec28e721a7fa1fc33c3e0a9d2331e268a11f721d17d06bb02a2d0eb4b3a6073bb7852
EBUILD connect-box-0.3.1.ebuild 817 BLAKE2B b84fbea5da19d51ce114d75619a81bdc03664b59ba4f429337e002dfb4317ba1b6b602ca5de130a5ace55cc7d136646b0ade3774b62d6887c0f014edf48f49ba SHA512 9542c21ae1acaa79c024f6c9b277e0ec16e68f24b1b3bcce6722fcf2d4dec28e721a7fa1fc33c3e0a9d2331e268a11f721d17d06bb02a2d0eb4b3a6073bb7852
MISC metadata.xml 554 BLAKE2B 66f69943a4e2d3420ee0a8223ccbd038a493e21dac4e66a40b4a2079d38d8a311b7f4b0e26a61ab7ad0d2fc0af742adcfe5924269af33629d97532dd1a680557 SHA512 99d1ef14e67dafdc54240c9394a3e11d184b987d0ea995544b8496c407559c4eb64a036276809446ebaca663a3754eaa861d3ff1de04d4273460e5ffb53e7fda

View File

@ -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
DESCRIPTION="Python client for interacting with Compal CH7465LG devices."

View 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python client for interacting with Compal CH7465LG devices."
HOMEPAGE="https://github.com/fabaff/python-connect-box https://pypi.org/project/connect-box/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/flake8[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}]
dev-python/black[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest