dev-python/nettigo-air-monitor: add 3.0.0

Closes: #3286
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-12 21:53:29 +02:00
parent 54bd0cdf70
commit 9675701ac7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 36 additions and 4 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 1805 Ebuilds in total, 1794 of them have in total 1813 (42 different) licenses assigned.
There are 1806 Ebuilds in total, 1795 of them have in total 1814 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1035|
|Apache-2.0|394|
|Apache-2.0|395|
|GPL-3|108|
|BSD|106|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST nettigo_air_monitor-2.2.2.tar.gz 12728 BLAKE2B 7e73daf81fbec514487dc245c6eb7b280e85f57dc4ff5b8cb9aa06185d68bbf1d44d81ae1fd917c6da78338b5bca26c9f481902a8bcc025f4a1f586006124208 SHA512 6a967a4c5289fd6226879af68d98a9e12785428ba90e02104232230d8064cd942c1bbe54d3153ead7c96ed4543a6b3cae19063efeb165533d08fc069dec147f2
EBUILD nettigo-air-monitor-2.2.2.ebuild 836 BLAKE2B 6700cdd17b51e35e3437075627f3b508cb0dd9d68825a730225b60f796d85fa800c016aefcc671c3b5ed6eb7a7bf021fd753786759e21acea55d89e6a14c7844 SHA512 0d1cd635349e1fbae19b8517c6b9aeddeee01925f89117c71aeb03dd76b242bb8187c2c488b4ee3e64b7b9152dbfaf43ae41f318d40bd94d092b1f95f1cd6a30
DIST nettigo_air_monitor-3.0.0.tar.gz 12092 BLAKE2B 026d8ee7cea297acd43628782de9792055eb7d1dfb8e64cde25f40f59cb1904c93fb0f80ef6d4a0fa30298a86a9a5a9cd6255b98e491f430a7cbcaf21d863224 SHA512 32f9ee53dde7792ea7567a625ca089bfaa9874e5afc8e7a13431444ec78e382508e48d11684e26b738064766e2008e02f161ece448c11592aefb4aeccf52659f
EBUILD nettigo-air-monitor-2.2.2.ebuild 836 BLAKE2B 7d4262ccdbf220a91109045b5e889ee0ad5b87f129722c3039974d96c765d17448d5f226e0ed2fcc7f243635e9c6860aa4e110669a36424dc444b6715ae2fa49 SHA512 cffff55baa04accda63884d65fa5e9f5820ca1e3ec4491b9916130b176cf37ea66b0da8d15a9b69f81288025e8aeb390fd3fc25bc104b18272f43abb478e867e
EBUILD nettigo-air-monitor-3.0.0.ebuild 795 BLAKE2B ff0d0f571c3a6657c32204e0bf435273d5a1b9d99029bffe7c1cd20754c5e35ce621d04afa254bb85e77fdadea255c9415bd74bd92112c88b4af62e324d54f42 SHA512 bae0d01c389bf2a75618019d26e21af2741889f4d6290807c3c11cc3bb792a8d5e6e44bb1ab68236fdc4cae11005b36baef7373bf8052b056cda6bc2f280f3af
MISC metadata.xml 406 BLAKE2B dac55168d3a06d41dfed565325d52eca8ced724185fd405606bfbd9902192f6b5bdceacf1a45bc76814e49cbca5271a013ebc7140231c1c6b615e379f7931edd SHA512 88bd52915d2eb3d27d921a28fef82c8564d5aa99a9b7080f14d284346059fea4bb84fc2497d4461c3a65c20fe18a3aca8ccd7de170a2c6d1c716f4247278f5a3

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,30 @@
# 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 wrapper for getting air quality data from Nettigo Air Monitor devices."
HOMEPAGE="https://github.com/bieniu/nettigo-air-monitor https://pypi.org/project/nettigo-air-monitor/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.0[${PYTHON_USEDEP}]
dev-python/dacite[${PYTHON_USEDEP}]
dev-python/aqipy-atmotech[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest