dev-python/pytomorrowio: drop 0.3.5

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:03:55 +01:00 committed by Andreas Billmeier
parent 3eae175c87
commit 3e55cdc374
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 deletions

View File

@ -612,11 +612,11 @@ 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 1604 Ebuilds in total, 1593 of them have in total 1611 (42 different) licenses assigned.
There are 1603 Ebuilds in total, 1592 of them have in total 1610 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|925|
|MIT|924|
|Apache-2.0|340|
|GPL-3|101|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST pytomorrowio-0.3.5.tar.gz 81150 BLAKE2B dc984fe679f3840e4a842fe22b78aeca8d9a5fa8277f3ada38d9e15bccc51862132084e832d2e4bb1950e32edbb7a7639ba853d647428ab0fe5b6b61fad808e3 SHA512 85b56371b36bc923b46407e390780dc7e8dc03a4306e02dc90e16383bc4346e229f1513f444f682573d142de5e8732b798d23952e52826f02d0a53e0033285b9
DIST pytomorrowio-0.3.6.tar.gz 81149 BLAKE2B 718cdab3af6acc094def5bf4f53b7b5fb25d02c50074a49f802790bf6fa36e836ddf693cec7b2ea1f8a580b79eeb7dd7c0f05aa3702c9968939e8aa1ad5cbd8f SHA512 43ccba4916489c93c43f9461571e54824eaa16993c8f21b02e17cc774b522c85fdeba097fe69737b4e8d4280b143580f6b9cd3a5cbfa80d9e40e34acfa287d92
EBUILD pytomorrowio-0.3.5.ebuild 669 BLAKE2B abafb8d6e77e9cd142f64b1cfa4690d4f191a21ffe85d11aadfc1abf8841fba986f6bec2498d75ae18c2070bb2eb61f653028a1c2244cad5dfda4bddfe36376e SHA512 40bb25a2af2e973ba51b77e6e3a4e4f4a78e71cf61f994b68dfe2761e45aebeea37e6aca54f2af3da1b7207d8aebac3840050e44bb742ac4d53235973bacaf9e
EBUILD pytomorrowio-0.3.6.ebuild 669 BLAKE2B abafb8d6e77e9cd142f64b1cfa4690d4f191a21ffe85d11aadfc1abf8841fba986f6bec2498d75ae18c2070bb2eb61f653028a1c2244cad5dfda4bddfe36376e SHA512 40bb25a2af2e973ba51b77e6e3a4e4f4a78e71cf61f994b68dfe2761e45aebeea37e6aca54f2af3da1b7207d8aebac3840050e44bb742ac4d53235973bacaf9e
MISC metadata.xml 537 BLAKE2B 213cbbffe129e94ad195c84231ff143eb725a3655f9cc7f988ccfca9270214624bdc61314ac87ecec02d6219e584a144f604262205e2f7b2c80969e345229866 SHA512 2860663cf547f8e5d60e351f78878040f62389289ac34f54c966dff7cb89639e8575fac279650dbc2616c030401f78e284242ddcd19dd8b4f1c1ea6c16ee433d

View File

@ -1,31 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Async Python3.9+ package to access the Tomorrow.io API"
HOMEPAGE="https://github.com/raman325/pytomorrowio https://pypi.org/project/pytomorrowio/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest