dev-python/growattServer: add 1.5.0
Closes: #3272 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
cde8079f35
commit
14c9db584b
@ -617,11 +617,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 1798 Ebuilds in total, 1787 of them have in total 1806 (42 different) licenses assigned.
|
||||
There are 1799 Ebuilds in total, 1788 of them have in total 1807 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1027|
|
||||
|MIT|1028|
|
||||
|Apache-2.0|396|
|
||||
|GPL-3|107|
|
||||
|BSD|106|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST growattServer-1.3.0.tar.gz 14362 BLAKE2B 9292ed375b2e860a4178db39a9e1474351b2af9d3397bd6710dd7a82d15809dff02e4fcc81ca5a3d8885ae0f03a1f73191ac7a784512d111478c6a142a7bae7d SHA512 ebb58d88414c398efee0a7a90cd4fa1574e53f6390cd4ec9ac0e9bb0f0e4b5372fbc17bcd83840218ff7d14ba39d52b4c5afa4c7a23c5c442843807c228bf7d7
|
||||
EBUILD growattServer-1.3.0.ebuild 630 BLAKE2B b6c08cef1927d461a9aa4dee7a06dbd2234dbae1ff946aa4f1063a8a043fed137c94d30572e0a9cac36ded85aab5a24f4e80449e2a6255645a6705d24edfeb8c SHA512 0fe8a90e56c12d24ad84a884ad461b8178a23da5fc275fd27a692612aa04696d2793a0656144fe923ca9edd276a998bcd4dbc56772fc5dece00280de94c05348
|
||||
DIST growattServer-1.5.0.tar.gz 14991 BLAKE2B e889c3f99c3322924f374b5a5e09b83de76b7e4fb5a9ba45c7ffc49e336bc4e4b1e54c85e491b2240065c0ca1bb847d290d5eca81955b4e299e6908a3de43452 SHA512 ea184b4fb54bc0ba6919381eaf28ae46a20a9f51d3b14ae816502ec38cbd65df7d68dcc9279f507aeb7f2e2df4a13a61d36408dee83ce2bbfe2e1e6647ad14fc
|
||||
EBUILD growattServer-1.3.0.ebuild 630 BLAKE2B 5072f8ad807a1b0fbf9a1b4f12274409bc7fe82ac9f3a333d430792a58bf7d9fc6048b3146db638a1a71d1138e829d8036daf6e0d4e849b1d67a167ad1ff4bde SHA512 d7dcd79e7d27bfdd8c7e81d172831f4658565d00fc03fd8e01a458532ff640af66723e2744546210364a57ed0b07ef6e099065a8c2b7ee53652c6256befe8c34
|
||||
EBUILD growattServer-1.5.0.ebuild 569 BLAKE2B c905ee373d642c9df6cc5235b3c54989215415b3a656accc7b7054f0753955d38d92b3b7a3a3363b0540894ffcc396879eab3dbbf0ce147af24801f49f8dcad5 SHA512 ac789a70a88677881c7e0f170a3a8a04bed2b42dfb3cdaf497fe76fba91a87c62b0b9347b1530bdb89aa2e0d1d005d2cfc3adcc21d9770db32b0a71767d873bc
|
||||
MISC metadata.xml 529 BLAKE2B 569d5790cc43b9e0fdc5a27412ab353ed7205481685c9a757f66a75e36b2f2475b0e02183ecabd2f5faa0fe38de26613aa00c1c50d739b5205bdc41c0c52848d SHA512 4047c63a9818e8aefdf2712d16d31ca21f8d5e32c610a459fb007db6783ada94057098f524a651bfe035f51eac279f7b51c5e3cca33165ea516b5e71af0a16b7
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
24
dev-python/growattServer/growattServer-1.5.0.ebuild
Normal file
24
dev-python/growattServer/growattServer-1.5.0.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# 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
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A package to talk to growatt server"
|
||||
HOMEPAGE="https://github.com/indykoning/PyPi_GrowattServer https://pypi.org/project/growattServer/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user