dev-python/aioairq: add 0.3.1
Closes: #2421 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
9e93fefc54
commit
5cdb8d04be
@ -612,12 +612,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 1656 Ebuilds in total, 1645 of them have in total 1666 (43 different) licenses assigned.
|
||||
There are 1657 Ebuilds in total, 1646 of them have in total 1667 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|968|
|
||||
|Apache-2.0|339|
|
||||
|Apache-2.0|340|
|
||||
|BSD|96|
|
||||
|GPL-3|95|
|
||||
|GPL-2|28|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST aioairq-0.2.4.tar.gz 7953 BLAKE2B 3de28881c48cc7f875d01114c7bfe02767a470284b5dd7381acf751c02768237fd51f32e511466496d9df7f17d357909da4d152e62e7f708a58c4471c65f7efd SHA512 a0188cb8472b362336b63b9a8f73d54ad65864b64a674c1332c8c261b86d30e5ca8775d93c1d4cc9fca79e5340037ef38a8752a6a2e793a185e3a1e737a7d785
|
||||
DIST aioairq-0.3.1.tar.gz 9625 BLAKE2B 8966b94135007cef66fd261377a4c790b69f9412f016de2b794f13de5f7ce1296ada82d70f2cf9db7172dcaf967fb6cfb952029501442ce613b1888fc14c78f2 SHA512 384c6cf61f86884b11ed02921e20fe5c7bfb4ab275b9996837832c3d0f3afb09481e4517419f82289bc12e469ecf183354b2f70d6340e1b2bdc2163e84e3c326
|
||||
EBUILD aioairq-0.2.4.ebuild 750 BLAKE2B 087b2bee595bb542ab0272460a4a64d02323b25861232b9ae36d42f6bae0cad1531fc0b07bfa1aca74d655bc571180e63063e27d66533167c65ac92b26af415e SHA512 eec8393770f49b4fbb57cf4dc7a89ba3057325fd510180c60b96ee37030940abf8340ffdbb2f9d2f8464b9e2bae5e646a281d6bba16e78d1598bed1dcca09db0
|
||||
MISC metadata.xml 654 BLAKE2B 10aeb2924ae0b1e8ea558423699eb63726b9f53a6a59cdc60afa547e888583cbbcdc07a691b23d1cbed7cf8747ef088eefecea69152be4f831a4c774bb93c477 SHA512 8f32e268a5384fb8b33b472705fced2a3b0a125bf7f59f635ab8a89f334814e9add2489cf6730297e3b6d7a5968a899a5dc44faf91af501bb180a25efdac8e8f
|
||||
EBUILD aioairq-0.3.1.ebuild 750 BLAKE2B 087b2bee595bb542ab0272460a4a64d02323b25861232b9ae36d42f6bae0cad1531fc0b07bfa1aca74d655bc571180e63063e27d66533167c65ac92b26af415e SHA512 eec8393770f49b4fbb57cf4dc7a89ba3057325fd510180c60b96ee37030940abf8340ffdbb2f9d2f8464b9e2bae5e646a281d6bba16e78d1598bed1dcca09db0
|
||||
MISC metadata.xml 518 BLAKE2B 693a3e7a75cd57299629ee188a1dd2e71d69d4eed2c1a5a621f35dba9df2624054b36329eb4433dbbc26addf8411e4ebffcd3f25c8669057bda066aa8954513e SHA512 f0a91b2a7537571e3aa0c9cfadbdc226487585d8e299b5bde6aa1534d3c26f7cd11c99c22ed5a8ad567a715418e18c61be4b05c53967084c0b1a5a12189ebcb3
|
||||
|
32
dev-python/aioairq/aioairq-0.3.1.ebuild
Normal file
32
dev-python/aioairq/aioairq-0.3.1.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# 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="Asynchronous library to retrieve data from air-Q devices."
|
||||
HOMEPAGE="https://github.com/CorantGmbH/aioairq https://pypi.org/project/aioairq/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/pycryptodome[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -12,9 +12,5 @@
|
||||
<email>daniel.lehmann@air-q.com</email>
|
||||
<name>Daniel Lehmann</name>
|
||||
</maintainer>
|
||||
<maintainer status="unknown">
|
||||
<email>renat.sibgatulin@air-q.com</email>
|
||||
<name>Renat Sibgatulin</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
Loading…
x
Reference in New Issue
Block a user