dev-python/gios: drop 3.2.2
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
4e11483514
commit
902e1916ba
@ -606,12 +606,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 2278 Ebuilds in total, 2264 of them have in total 2303 (43 different) licenses assigned.
|
||||
There are 2277 Ebuilds in total, 2263 of them have in total 2302 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1296|
|
||||
|Apache-2.0|525|
|
||||
|Apache-2.0|524|
|
||||
|GPL-3|145|
|
||||
|BSD|124|
|
||||
|GPL-2|25|
|
||||
|
@ -1,7 +1,5 @@
|
||||
DIST gios-3.2.2.tar.gz 11551 BLAKE2B 6072ea1b954ac293d54220c141c547f0e27bb6779e0ba1a8d6b61e494eb360c446f80263f2752e534d000e2492f0466acceb73e1fe821081cf840ee55147d0b8 SHA512 57301127f2f397dc622deae3d711075a916fb50bddcf1bf347dcee695b43103916874d3dfe3d8b3da916a3f7bd19453f59d1e53e44f5e9327fb7d4e03ee37576
|
||||
DIST gios-4.0.0.tar.gz 10870 BLAKE2B bae1da1276fecf5b39fd4b8eec1f7242aff0fcc1c969e8d3dc83d85fb1ddfc8fca15469d95c6a62e4a4ac2a63dd39b1b34ef5037c030777eeebfcef932b1f037 SHA512 7f73b396b800bb75528155c504d86f6d4398b593285dc99f89960235e0da114eaf4ee8d6e83e201a2de1cfa6414a96fc0123de8e37b0d7b3a3b8bc2487c19980
|
||||
DIST gios-5.0.0.tar.gz 10852 BLAKE2B 1db44a8720b59e3882186ed51b08ed4cdf2294ba529301a52655fe5acc7aa661134f39db239747f78f8c419af9acb870183a07d61ff85d7df3bdb1b723104892 SHA512 6cf8830a9b415344d5ecaadf73fad17b9afb08dce2a42a07b49e87f1e4844348463d6768d34b70f7fa823182a28801e0667a18cc3a2f6120e24611ca11055e51
|
||||
EBUILD gios-3.2.2.ebuild 966 BLAKE2B d5739ab765e3a3c2d05a02f8c4496f8eeed3f515d3be519b44c3390432dac5d9e068e2da6f014b8250a8a925d6f53e83e69a1ee7be5b2a2e5450d0d10d3cf76e SHA512 312a590d063434d50160e81d43df9c7311303f3702d98b91b922961e9c8a217f289987b4e8e0bc1850bb1e13505db9bd82edd2aa68417b3ff5441edd0c3e9648
|
||||
EBUILD gios-4.0.0.ebuild 801 BLAKE2B 7f3b277e6859b29fe715c8a4933c888bc346d9e36fd0af8b55737be592b3f49f966e60a62ac5c26394d43c1a9cd8d551ec0f048f604e3984824a64c30b02851a SHA512 95b565f1fd61d9a427e931e38020212294d596faa16e227f6562cb5f59793000cbe0dcc7dab10d9297af12212fdebca39d0d714f8449c9aeecd271d7d8e0f99c
|
||||
EBUILD gios-5.0.0.ebuild 801 BLAKE2B e4b19444b910df4648e89356b3bd8f84db653550230c95d5c5fb42ac20f003feef232299faf9b68b3b6872192fe52d51fda856d10921aac4e01df62e0cb3485c SHA512 3a69a4f18f1ce87945d3635fd0211dcceb244ff917452fa1bd0f4140488d242b5d9449aa154487f9f74214cc528854f48521e7f1bcb06d9d60bad56124d80519
|
||||
MISC metadata.xml 376 BLAKE2B 7636771b135d76a67fd60ada3aeba36629394b96b6f5514f30b039db51ea4520fce67a5e624ba41b52d9e98e0641da00523b738df41a440d6f1633143a03f1e0 SHA512 c4c0c0f13b72b423082c305a56a36705a37b474f2193bfbf0e8470e79c66c7ae87daca4ebb65e8e48668a667038d181f79c3b5e2c8b3a441e1cb374075071560
|
||||
|
@ -1,38 +0,0 @@
|
||||
# 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="
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/aioresponses[${PYTHON_USEDEP}]
|
||||
dev-python/pylint[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user