dev-python/flexit-bacnet: add 2.2.1

Closes: #3171
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-03 20:43:26 +02:00
parent eb1b14ce28
commit a86eb1c9a3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 27 additions and 5 deletions

View File

@ -617,11 +617,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 1945 Ebuilds in total, 1934 of them have in total 1953 (42 different) licenses assigned.
There are 1946 Ebuilds in total, 1935 of them have in total 1954 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1095|
|MIT|1096|
|Apache-2.0|446|
|GPL-3|130|
|BSD|111|

View File

@ -1,3 +1,5 @@
DIST flexit_bacnet-2.1.0.tar.gz 11455 BLAKE2B 36eabfcbfcccaa2eddde4dfd663984a82e0d54cba7ca12795e4434cb0f6f97d62e07804a25d53ab445833dcbd4ef42bed507dbe9c066e0c8157fa238f11d7113 SHA512 5322a10f9225d64d3c4e57ae9d81d64a24c3410a8cde644caa5e6653f4559acd22307f9615b7ea27ae2ca4633c54865bf6255247bc1adc49172010e87bbaa962
EBUILD flexit-bacnet-2.1.0.ebuild 531 BLAKE2B 8efb27c0cdeebe34d637cba1075a83e875a4cde8c0da8457fcfca8c5b02baf49f19acf4e5e0fdb62d9a7383b6b7c3d3154beec2cc39555a4220ad3c68f5a93b3 SHA512 f1d9f6b69794a85c9b928238e4b8f4b3f73dfdc1f7b71ea25ebd5d5893f304351f62d5cb2afda3f91c6018735a02be76c578c05dad744252bcfc5c83e31edf19
DIST flexit_bacnet-2.2.1.tar.gz 13444 BLAKE2B 9cbbc9514791e52061d8d689bb5380a47de8d4330c6844412652da4c07d170c073cf411bd6d9ba8da42621f3ad07d1e729f5a466feecf36de86f215442e950fb SHA512 172263da1d6bdb4476493e6a6c750da4aaa2e81b8a4d75d21c24446cb90366f8c82ae043df1649fab6c703db271a964c8d384a093fc3c53c8a614146cbb42e2f
EBUILD flexit-bacnet-2.1.0.ebuild 531 BLAKE2B f6352d1905e528984fd004c099ec8862ab83d01bf91f6501f835a950a7690441709a395b5f3fcbf51e0c126e8a8b696316d8d0540e1e319f9201bcbb204a4528 SHA512 53b3cfe9dec9c88875a807c6b7e01ae25a54ce6485867e704fa9c91a25065bc56668d5a2752cceab87833b6aa1c3c20570d85170735dd9b545e94e74fb2b2b8e
EBUILD flexit-bacnet-2.2.1.ebuild 531 BLAKE2B f6352d1905e528984fd004c099ec8862ab83d01bf91f6501f835a950a7690441709a395b5f3fcbf51e0c126e8a8b696316d8d0540e1e319f9201bcbb204a4528 SHA512 53b3cfe9dec9c88875a807c6b7e01ae25a54ce6485867e704fa9c91a25065bc56668d5a2752cceab87833b6aa1c3c20570d85170735dd9b545e94e74fb2b2b8e
MISC metadata.xml 401 BLAKE2B 619d4d676809d7608b2d0f54995170dcdf646d28954274b7aca3a34d601f4d7ee24e7225e00752f77b82278b2b5f6a37e2d64da02159d919f586e53ca8f5fd73 SHA512 90d2b28a4e75d42908e2f330176e7ec4cd1d5cabd5b63987dc5d721943412fa2d7148f7c3ea8e9cdf7612102e58604dfdf18c32910182d4070e8ba64f416a67a

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..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,20 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Client BACnet library for Flexit Nordic series of air handling units."
HOMEPAGE="https://github.com/piotrbulinski/flexit_bacnet https://pypi.org/project/flexit-bacnet/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest