dev-python/lacrosse-view: drop 0.0.9

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:29:21 +01:00 committed by Andreas Billmeier
parent d901c6d857
commit ae461560de
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 37 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 1682 Ebuilds in total, 1671 of them have in total 1689 (42 different) licenses assigned.
There are 1681 Ebuilds in total, 1670 of them have in total 1688 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|976|
|MIT|975|
|Apache-2.0|352|
|GPL-3|108|
|BSD|92|

View File

@ -1,5 +1,3 @@
DIST lacrosse_view-0.0.9.tar.gz 5395 BLAKE2B 53ffbfbecac79cb82a6765978c839ba83910075566e39801dcebf15a459002af5a0a5be3bdcdc1718a1c86efd9b46093b10171c4baff8f5e24eca113a6c0a078 SHA512 1152abd97545740e40e80366fdeb170d45a8152140cb96a8ab56fcea84d84e6163e99324d7a1dd54502d0c6a288963770f0638be2027c2502c7a0c60d5149a7f
DIST lacrosse_view-1.0.1.tar.gz 5250 BLAKE2B 519f2916975028c93e8fb3989fede7501e20fa753290a169372069d769ae2009fdbf0ae6b792b4b0016116e6696b355c4770ab6fe2010ad1a96bc54576f13258 SHA512 99020fe5e038218cbff26a1a599c4d54b63ced85fd031caadec3554835a1b568c8d6c85b0f312d246bcdf6b88483b3f5abe10fd7551d97ddb536f95f22278c1e
EBUILD lacrosse-view-0.0.9.ebuild 754 BLAKE2B c076f7090e5f8da5f475e0ab434ab43abab0fd0ecd655ae35a6989c9d90b4bc71319c4e3a1a70bfd2c4a8d4b0f4342ac2bf192a2f65dfad3927010ebcc7e45ef SHA512 57ed56d22bc5d75c4f2f361ab49f44a1430c5fac665dbd9e6cbb2a92314f67e4a3735a99624c85ddcb3ec09080113ae14c48c8da3c08ba8f4c8e2797c7da0012
EBUILD lacrosse-view-1.0.1.ebuild 754 BLAKE2B c076f7090e5f8da5f475e0ab434ab43abab0fd0ecd655ae35a6989c9d90b4bc71319c4e3a1a70bfd2c4a8d4b0f4342ac2bf192a2f65dfad3927010ebcc7e45ef SHA512 57ed56d22bc5d75c4f2f361ab49f44a1430c5fac665dbd9e6cbb2a92314f67e4a3735a99624c85ddcb3ec09080113ae14c48c8da3c08ba8f4c8e2797c7da0012
MISC metadata.xml 518 BLAKE2B 7f3f7f2f0b33f60afeeb4fb1dbf99bfd899cf324e2aa755ecb6b732571936798b2688be6fc6fd9b93702353c97bc629889ee1591b3b6d0c68430cefe111f81f0 SHA512 cad7fad4644fd70cd426457f44cdf6fe9a481dfcfaff0152e77fc551616398fc6c0b13f97175d88b5b337b1d2ac62b6c77cadbec95788cf67f346dab1c83b6e8

View File

@ -1,33 +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="Client for retrieving data from the La Crosse View cloud"
HOMEPAGE="https://github.com/IceBotYT/lacrosse_view https://pypi.org/project/lacrosse-view/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest