dev-python/flexit-bacnet: new package, add 2.1.0
Closes: #2606 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
271bf6bac0
commit
6f6f2696eb
@ -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 1597 Ebuilds in total, 1586 of them have in total 1600 (42 different) licenses assigned.
|
||||
There are 1598 Ebuilds in total, 1587 of them have in total 1601 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|917|
|
||||
|MIT|918|
|
||||
|Apache-2.0|338|
|
||||
|GPL-3|102|
|
||||
|BSD|88|
|
||||
|
3
dev-python/flexit-bacnet/Manifest
Normal file
3
dev-python/flexit-bacnet/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
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
|
||||
MISC metadata.xml 401 BLAKE2B 619d4d676809d7608b2d0f54995170dcdf646d28954274b7aca3a34d601f4d7ee24e7225e00752f77b82278b2b5f6a37e2d64da02159d919f586e53ca8f5fd73 SHA512 90d2b28a4e75d42908e2f330176e7ec4cd1d5cabd5b63987dc5d721943412fa2d7148f7c3ea8e9cdf7612102e58604dfdf18c32910182d4070e8ba64f416a67a
|
20
dev-python/flexit-bacnet/flexit-bacnet-2.1.0.ebuild
Normal file
20
dev-python/flexit-bacnet/flexit-bacnet-2.1.0.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2023 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="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
|
12
dev-python/flexit-bacnet/metadata.xml
Normal file
12
dev-python/flexit-bacnet/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?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">flexit-bacnet</remote-id>
|
||||
<remote-id type="github">piotrbulinski/flexit_bacnet</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user