dev-python/forecast-solar: drop 3.0.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
f5f2705777
commit
4e6dd0cbc0
@ -606,11 +606,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 2391 Ebuilds in total, 2377 of them have in total 2420 (43 different) licenses assigned.
|
||||
There are 2390 Ebuilds in total, 2376 of them have in total 2419 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1360|
|
||||
|MIT|1359|
|
||||
|Apache-2.0|563|
|
||||
|GPL-3|152|
|
||||
|BSD|126|
|
||||
|
@ -1,7 +1,5 @@
|
||||
DIST forecast_solar-3.0.0.tar.gz 8135 BLAKE2B 3d96f09153e99a94964f3a8bb858648ff583f333bd83421a250ba9b58148dd24933168a35250f9844e267a853080c044683d39c447415e774b6da753e1be7ad9 SHA512 a16685a8e49e749b3e6e86903631f393fdb369210b5d84f0d3cf70c134396d6603b814fa8c7a594057fc71a25d1b6fa6611af3c51e288b7c77fd4b619d5da770
|
||||
DIST forecast_solar-3.1.0.tar.gz 10823 BLAKE2B 28382aedd7c1786a55d956a1ef8a4414200ab41a81ffff30f764c9621b6710e4419d65ac5a5d3036e4946b52b40cac22337155434c7228357e09fcaed41c563c SHA512 8090b80dfbd9ed7ef9efdd494a86feab7538e83dac7eb28cd2c7bea686ddcf55b2b9eb19ddde126ce5396946f4e7d8687ed247fc8389d29b56f0a3a44606b1bc
|
||||
DIST forecast_solar-4.0.0.tar.gz 11533 BLAKE2B 073f14e518d7b8303f8267376aab3d0d8aba6861b2bdc1663fe7086ba94d9c89b89b610ba025ee4d80d0286fd9467362258b49d86d8ea950c87608724e390831 SHA512 b5e7eb004a3d7a0c1c1f5c707b80145cb0880d2e07d52445095fc1ebce3658f162eb732ae11b137382b06262930a705fdc47c80abb6d892f048c22cd37e82cd4
|
||||
EBUILD forecast-solar-3.0.0.ebuild 870 BLAKE2B 1373d762d4ab6f5c4c2f2e1084db206044a6e192efbab90003d68d1e60a5e2b46ae6dcb7d66cca47186cb96f9c51e6481c3a5120d6b16a8da700d4838de14d36 SHA512 a0102d534fb2aa5f92ad7e570af194068aee51e7ced0a1a31c1f953b03e4bd0eda0d1f092b9225ced0d3640c348c3e2cd308df4ad9e0ede3971a3ff428c6b221
|
||||
EBUILD forecast-solar-3.1.0.ebuild 768 BLAKE2B 69e1833bca943a67d2fe0bcf3b71adfe0702292782721b5ed5f76c3b6472cfaa9743534d84ab368df8334a367edf6caa33c002e21c37c5fa6205b12c3506b107 SHA512 2955f582961db8cb68fa35ae2b3ebefa7b82b1e0eff9dc52e398228273b3dce1a3f6a82bb9d9bfa2dcc9591bc782fae20b8fcd43d194650105622393ceee663e
|
||||
EBUILD forecast-solar-4.0.0.ebuild 670 BLAKE2B 1b52cb7dd62cc37c74efb604c7cd7b9b40f7e1e471304c5505f2fa64d6fec532552f6b1f868535cdf246a091b71f60125759b65a0d1aad13da8925da2e5e9480 SHA512 55517877f4e0cb04caff71068fef2ea3f8bcb08296efdb8ea9c876ad28971ffc7bf9aef57234d271479774145f46b6d36860f5af7c2c35bbff921d0e37b18df8
|
||||
MISC metadata.xml 542 BLAKE2B 754b5aaa8ebb6f0869be2d5a8c5f4a24a1c54cfe62f467db0d5a094f7b1573dbccbb86b420721ea55cdd86df062e1c97336bea7a3220260036a918da3814a8ef SHA512 940b20f0603d9d48340027462517064cfe77b277ee7ad4e7d4e5ee9938afa2c60ccdbb9848c2ce9f00daf91dfd4d13d866950ace8f334eb9aa12147de37d3b2b
|
||||
|
@ -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="Asynchronous Python client for getting forecast solar information"
|
||||
HOMEPAGE="https://github.com/klaasnicolaas/forecast_solar https://pypi.org/project/forecast-solar/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiodns-3.0.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
# fill empty package version
|
||||
src_prepare() {
|
||||
sed 's/os.environ.get("PACKAGE_VERSION")/"'"${PV}"'"/g' -i setup.py || die
|
||||
eapply_user
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user