dev-python/gios: add 4.0.0

Closes: #3267
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-12 15:27:17 +02:00
parent f8c03efb12
commit 0daac5b3ac
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 37 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 1793 Ebuilds in total, 1782 of them have in total 1801 (42 different) licenses assigned.
There are 1794 Ebuilds in total, 1783 of them have in total 1802 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1025|
|Apache-2.0|394|
|Apache-2.0|395|
|GPL-3|106|
|BSD|106|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST gios-3.2.2.tar.gz 11551 BLAKE2B 6072ea1b954ac293d54220c141c547f0e27bb6779e0ba1a8d6b61e494eb360c446f80263f2752e534d000e2492f0466acceb73e1fe821081cf840ee55147d0b8 SHA512 57301127f2f397dc622deae3d711075a916fb50bddcf1bf347dcee695b43103916874d3dfe3d8b3da916a3f7bd19453f59d1e53e44f5e9327fb7d4e03ee37576
EBUILD gios-3.2.2.ebuild 966 BLAKE2B 5952dbfe0e4f20a8c5e72aed6e6cd302f9bfe8ae2f7628d162503ef3b8841794f92ea9be7bf5449ca7f6d238b4ebfcfc4a61d75de1d889c68ce29913afcb7cb4 SHA512 79f0f711cfcec8ebe874541aef83e7715d43e331d5c1d960bfb6bda5a27d61b33e6175b0b2907d2c469ce2643d0bf8533172a30c8887c658f3caf033ceca3f20
DIST gios-4.0.0.tar.gz 10870 BLAKE2B bae1da1276fecf5b39fd4b8eec1f7242aff0fcc1c969e8d3dc83d85fb1ddfc8fca15469d95c6a62e4a4ac2a63dd39b1b34ef5037c030777eeebfcef932b1f037 SHA512 7f73b396b800bb75528155c504d86f6d4398b593285dc99f89960235e0da114eaf4ee8d6e83e201a2de1cfa6414a96fc0123de8e37b0d7b3a3b8bc2487c19980
EBUILD gios-3.2.2.ebuild 966 BLAKE2B d5739ab765e3a3c2d05a02f8c4496f8eeed3f515d3be519b44c3390432dac5d9e068e2da6f014b8250a8a925d6f53e83e69a1ee7be5b2a2e5450d0d10d3cf76e SHA512 312a590d063434d50160e81d43df9c7311303f3702d98b91b922961e9c8a217f289987b4e8e0bc1850bb1e13505db9bd82edd2aa68417b3ff5441edd0c3e9648
EBUILD gios-4.0.0.ebuild 801 BLAKE2B 7f3b277e6859b29fe715c8a4933c888bc346d9e36fd0af8b55737be592b3f49f966e60a62ac5c26394d43c1a9cd8d551ec0f048f604e3984824a64c30b02851a SHA512 95b565f1fd61d9a427e931e38020212294d596faa16e227f6562cb5f59793000cbe0dcc7dab10d9297af12212fdebca39d0d714f8449c9aeecd271d7d8e0f99c
MISC metadata.xml 376 BLAKE2B 7636771b135d76a67fd60ada3aeba36629394b96b6f5514f30b039db51ea4520fce67a5e624ba41b52d9e98e0641da00523b738df41a440d6f1633143a03f1e0 SHA512 c4c0c0f13b72b423082c305a56a36705a37b474f2193bfbf0e8470e79c66c7ae87daca4ebb65e8e48668a667038d181f79c3b5e2c8b3a441e1cb374075071560

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,31 @@
# 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 GIOS servers."
HOMEPAGE="https://github.com/bieniu/gios https://pypi.org/project/gios/"
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-1.7.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aioresponses[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest