dev-python/zeversolar: drop 0.3.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:13:49 +01:00 committed by Andreas Billmeier
parent 2486e6b09b
commit c5cbb8dfcc
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 deletions

View File

@ -612,12 +612,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 1620 Ebuilds in total, 1609 of them have in total 1623 (40 different) licenses assigned.
There are 1619 Ebuilds in total, 1608 of them have in total 1622 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|939|
|Apache-2.0|333|
|Apache-2.0|332|
|GPL-3|95|
|BSD|94|
|GPL-2|27|

View File

@ -1,5 +1,3 @@
DIST zeversolar-0.3.0.tar.gz 6649 BLAKE2B 78088dea65e3c40ef61707d5949cf699b228c5bb4c9e4f08d0c5fa8cfe27947946ef3bf6b1e9aff1dabf74d3e7ab227adb9bfb7e1657d6fea0d76d1f33d1fe6a SHA512 a55a354df7edd0cbc1974928b8be56523efb71ff7994ce5ae380b4d6f8b7e2fdff69877c8c597ee48fe08807c7b24457bd3716ab6495e2bc36efc4e145e1617f
DIST zeversolar-0.3.1.tar.gz 6989 BLAKE2B 6b8685ab3c14519f4c8af024eff6c7414c7c061f9ffd89d5650df0c7bf312b06aa26bb6f34d5977eede607c8e477e0a6f6a18c80a3d0035127c2cab2b6a2591c SHA512 391a743cf1d5d6855130a56f70be0b413515a31bc6c372640aa243f34d37b8591a2a2fa0a461b826b66662f9be7c9bad3c972127279ad17b7a40a603d58f39a1
EBUILD zeversolar-0.3.0.ebuild 737 BLAKE2B 5a092d2673212d6539302c8d35bca9a7f622f80c9f4b4501564fa8a9f3f8466ba3cb8106e6f89b919b2a97fe60e984bf6ac1072cf9cad3118eaa5f8d705a1a75 SHA512 5430e895f9ce2084af09833286e178b698f2eb7d37c13c3f48e663246162869fa23fa9bd24b86371383e5b54e9973b42ed58de22289fe0c17e3d1ec0064cc901
EBUILD zeversolar-0.3.1.ebuild 774 BLAKE2B dfba84fb48116d7330e4a2785e61bd88ef0ee784a4ea320ce37e089af7649d3ccfe15e91ad950f7967c963371ed9b4774ab268e7d95bc0199ba98b0d64d01cc7 SHA512 ac40f9617a70b3a2aefb80131c792d80f5c22ee5c52e39616a8c260c558b3c357e0987afb972007e5f31f86986bcc237cfb9b07c2c45a0c2e2678822b0959cbd
MISC metadata.xml 547 BLAKE2B c1558563ab30dcede71454a737a7e80f9d1974c2df8c4eb659d5ba02bd6fc8d2fab32d9555dcea24c9bdee242bc9c93e9205cc98f4b304bd71af6d000f4a5bd1 SHA512 8fff3e95368e1afc5971db4a3f343435be217f36f09dc3aaff8ee11f1cb3a33c92918e9a6fbc161546eead4467d797a71e9c5f8a2c07b2e912ae96101274d20d

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_{9..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Simple Python wrapper for the local CGI provided by ZeverSolar"
HOMEPAGE="https://github.com/kvanzuijlen/zeversolar https://pypi.org/project/zeversolar/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest