Skip to content

Commit 0daac5b

Browse files
committed
dev-python/gios: add 4.0.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3267 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent f8c03ef commit 0daac5b

File tree

4 files changed

+37
-4
lines changed

4 files changed

+37
-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 1793 Ebuilds in total, 1782 of them have in total 1801 (42 different) licenses assigned.
620+
There are 1794 Ebuilds in total, 1783 of them have in total 1802 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624624
|MIT|1025|
625-
|Apache-2.0|394|
625+
|Apache-2.0|395|
626626
|GPL-3|106|
627627
|BSD|106|
628628
|LGPL-3|25|

dev-python/gios/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST gios-3.2.2.tar.gz 11551 BLAKE2B 6072ea1b954ac293d54220c141c547f0e27bb6779e0ba1a8d6b61e494eb360c446f80263f2752e534d000e2492f0466acceb73e1fe821081cf840ee55147d0b8 SHA512 57301127f2f397dc622deae3d711075a916fb50bddcf1bf347dcee695b43103916874d3dfe3d8b3da916a3f7bd19453f59d1e53e44f5e9327fb7d4e03ee37576
2-
EBUILD gios-3.2.2.ebuild 966 BLAKE2B 5952dbfe0e4f20a8c5e72aed6e6cd302f9bfe8ae2f7628d162503ef3b8841794f92ea9be7bf5449ca7f6d238b4ebfcfc4a61d75de1d889c68ce29913afcb7cb4 SHA512 79f0f711cfcec8ebe874541aef83e7715d43e331d5c1d960bfb6bda5a27d61b33e6175b0b2907d2c469ce2643d0bf8533172a30c8887c658f3caf033ceca3f20
2+
DIST gios-4.0.0.tar.gz 10870 BLAKE2B bae1da1276fecf5b39fd4b8eec1f7242aff0fcc1c969e8d3dc83d85fb1ddfc8fca15469d95c6a62e4a4ac2a63dd39b1b34ef5037c030777eeebfcef932b1f037 SHA512 7f73b396b800bb75528155c504d86f6d4398b593285dc99f89960235e0da114eaf4ee8d6e83e201a2de1cfa6414a96fc0123de8e37b0d7b3a3b8bc2487c19980
3+
EBUILD gios-3.2.2.ebuild 966 BLAKE2B d5739ab765e3a3c2d05a02f8c4496f8eeed3f515d3be519b44c3390432dac5d9e068e2da6f014b8250a8a925d6f53e83e69a1ee7be5b2a2e5450d0d10d3cf76e SHA512 312a590d063434d50160e81d43df9c7311303f3702d98b91b922961e9c8a217f289987b4e8e0bc1850bb1e13505db9bd82edd2aa68417b3ff5441edd0c3e9648
4+
EBUILD gios-4.0.0.ebuild 801 BLAKE2B 7f3b277e6859b29fe715c8a4933c888bc346d9e36fd0af8b55737be592b3f49f966e60a62ac5c26394d43c1a9cd8d551ec0f048f604e3984824a64c30b02851a SHA512 95b565f1fd61d9a427e931e38020212294d596faa16e227f6562cb5f59793000cbe0dcc7dab10d9297af12212fdebca39d0d714f8449c9aeecd271d7d8e0f99c
35
MISC metadata.xml 376 BLAKE2B 7636771b135d76a67fd60ada3aeba36629394b96b6f5514f30b039db51ea4520fce67a5e624ba41b52d9e98e0641da00523b738df41a440d6f1633143a03f1e0 SHA512 c4c0c0f13b72b423082c305a56a36705a37b474f2193bfbf0e8470e79c66c7ae87daca4ebb65e8e48668a667038d181f79c3b5e2c8b3a441e1cb374075071560

dev-python/gios/gios-3.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

dev-python/gios/gios-4.0.0.ebuild

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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 GIOS servers."
11+
HOMEPAGE="https://github.com/bieniu/gios https://pypi.org/project/gios/"
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-1.7.0[${PYTHON_USEDEP}]"
23+
BDEPEND="
24+
test? (
25+
dev-python/aioresponses[${PYTHON_USEDEP}]
26+
dev-python/pylint[${PYTHON_USEDEP}]
27+
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
28+
dev-python/pytest-cov[${PYTHON_USEDEP}]
29+
)"
30+
31+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)