-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3171 Signed-off-by: Andreas Billmeier <[email protected]>
- Loading branch information
Showing
4 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |