Skip to content

Commit 9675701

Browse files
committed
dev-python/nettigo-air-monitor: add 3.0.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3286 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 54bd0cd commit 9675701

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,12 +617,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1805 Ebuilds in total, 1794 of them have in total 1813 (42 different) licenses assigned.
620+
There are 1806 Ebuilds in total, 1795 of them have in total 1814 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624624
|MIT|1035|
625-
|Apache-2.0|394|
625+
|Apache-2.0|395|
626626
|GPL-3|108|
627627
|BSD|106|
628628
|LGPL-3|25|
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST nettigo_air_monitor-2.2.2.tar.gz 12728 BLAKE2B 7e73daf81fbec514487dc245c6eb7b280e85f57dc4ff5b8cb9aa06185d68bbf1d44d81ae1fd917c6da78338b5bca26c9f481902a8bcc025f4a1f586006124208 SHA512 6a967a4c5289fd6226879af68d98a9e12785428ba90e02104232230d8064cd942c1bbe54d3153ead7c96ed4543a6b3cae19063efeb165533d08fc069dec147f2
2-
EBUILD nettigo-air-monitor-2.2.2.ebuild 836 BLAKE2B 6700cdd17b51e35e3437075627f3b508cb0dd9d68825a730225b60f796d85fa800c016aefcc671c3b5ed6eb7a7bf021fd753786759e21acea55d89e6a14c7844 SHA512 0d1cd635349e1fbae19b8517c6b9aeddeee01925f89117c71aeb03dd76b242bb8187c2c488b4ee3e64b7b9152dbfaf43ae41f318d40bd94d092b1f95f1cd6a30
2+
DIST nettigo_air_monitor-3.0.0.tar.gz 12092 BLAKE2B 026d8ee7cea297acd43628782de9792055eb7d1dfb8e64cde25f40f59cb1904c93fb0f80ef6d4a0fa30298a86a9a5a9cd6255b98e491f430a7cbcaf21d863224 SHA512 32f9ee53dde7792ea7567a625ca089bfaa9874e5afc8e7a13431444ec78e382508e48d11684e26b738064766e2008e02f161ece448c11592aefb4aeccf52659f
3+
EBUILD nettigo-air-monitor-2.2.2.ebuild 836 BLAKE2B 7d4262ccdbf220a91109045b5e889ee0ad5b87f129722c3039974d96c765d17448d5f226e0ed2fcc7f243635e9c6860aa4e110669a36424dc444b6715ae2fa49 SHA512 cffff55baa04accda63884d65fa5e9f5820ca1e3ec4491b9916130b176cf37ea66b0da8d15a9b69f81288025e8aeb390fd3fc25bc104b18272f43abb478e867e
4+
EBUILD nettigo-air-monitor-3.0.0.ebuild 795 BLAKE2B ff0d0f571c3a6657c32204e0bf435273d5a1b9d99029bffe7c1cd20754c5e35ce621d04afa254bb85e77fdadea255c9415bd74bd92112c88b4af62e324d54f42 SHA512 bae0d01c389bf2a75618019d26e21af2741889f4d6290807c3c11cc3bb792a8d5e6e44bb1ab68236fdc4cae11005b36baef7373bf8052b056cda6bc2f280f3af
35
MISC metadata.xml 406 BLAKE2B dac55168d3a06d41dfed565325d52eca8ced724185fd405606bfbd9902192f6b5bdceacf1a45bc76814e49cbca5271a013ebc7140231c1c6b615e379f7931edd SHA512 88bd52915d2eb3d27d921a28fef82c8564d5aa99a9b7080f14d284346059fea4bb84fc2497d4461c3a65c20fe18a3aca8ccd7de170a2c6d1c716f4247278f5a3

dev-python/nettigo-air-monitor/nettigo-air-monitor-2.2.2.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Python wrapper for getting air quality data from Nettigo Air Monitor devices."
11+
HOMEPAGE="https://github.com/bieniu/nettigo-air-monitor https://pypi.org/project/nettigo-air-monitor/"
12+
13+
LICENSE="Apache-2.0"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/aiohttp-3.7.0[${PYTHON_USEDEP}]
22+
dev-python/dacite[${PYTHON_USEDEP}]
23+
dev-python/aqipy-atmotech[${PYTHON_USEDEP}]"
24+
BDEPEND="
25+
dev-python/pytest-runner[${PYTHON_USEDEP}]
26+
test? (
27+
dev-python/pytest[${PYTHON_USEDEP}]
28+
)"
29+
30+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)