dev-python/tesla-powerwall: drop 0.3.18, update 0.3.19
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
3fa22e20e5
commit
4802441a73
@ -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 1659 Ebuilds in total, 1648 of them have in total 1669 (43 different) licenses assigned.
|
||||
There are 1658 Ebuilds in total, 1647 of them have in total 1668 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|966|
|
||||
|MIT|965|
|
||||
|Apache-2.0|345|
|
||||
|BSD|96|
|
||||
|GPL-3|95|
|
||||
|
@ -1,6 +1,3 @@
|
||||
DIST tesla-powerwall-0.3.18.gh.tar.gz 19897 BLAKE2B ce6675d93ad6aee185ca392b4d45992e820c4831a659f7992bbc3c2b6d9b75e321030a8ea57b884070efa02d469709cc41a163fa352cf067172bf6a852eff81d SHA512 108048738aa8bb8ed3f047b7e009fee10b79b8738ddb01f8b9e6344924293c013c4cac4538109e18ef11cdebc1eab5af3cafc06b6c90bec4d8f8a2134c02ee19
|
||||
DIST tesla-powerwall-0.3.19.gh.tar.gz 20480 BLAKE2B 5c2dcc63fe983c3ae0897ca7e3ec868a3b9ab2e858e902dd700393ff80e6151281b49b882e1a802dd99fcaa053b38d331bacc31a85926cf2f41052365079037b SHA512 7af7878736c82fabdbc782e7e5d9e0841ade7db4099e2e97b839997ee3c8630cf30efaa438068c22d6183b26666422c7fa6a108524ee9ab7f268ce805cf8385b
|
||||
EBUILD tesla-powerwall-0.3.18.ebuild 837 BLAKE2B e190da0682cfeb92b9ebb909d56d2cd3862d066348750c94149cc5ed2c49c1ba9376a31222111774a34b32abcbe2be815be93420c2a6b4bf2ef3a8537f8b92a2 SHA512 fdd32ed58ffa73fbd09c8ac797fb1501bf3c4e1d930776a5bd38524c8e8f2b49308ae5597a899d543b5fd2b0f1d61c0f414364a8633282679bd590dd7167347e
|
||||
EBUILD tesla-powerwall-0.3.19.ebuild 868 BLAKE2B 80c61e47e72892d77760e8b4311706e5fc35af19efac97445fcfa15158c369afea9f9c135e83a3bd91f131de79a69697cc29f967a8b9e2b100fbd29e476d3d4d SHA512 3b2a50625524458f92d68a8bf5e474ecce97b969a91632de1120ae7904bd2bde01ce06f6c99745d274b237d8280d92786e1842d052d98b639e4aa73447fac0d6
|
||||
EBUILD tesla-powerwall-0.3.19.ebuild 828 BLAKE2B e571beb1da626e9018349286711fcc46586247807b05b5432692d5bed61bff8188ffd48dd719dba60202770e60656222afea49e1217db704d3227bf8178da97d SHA512 0305719f4d37f22d4c78d19b8b35b9c30509e322bad9c236f22a46dd5b4d7ea488c7a2a43226e2874bac7295ebf0585ddb0085e9cbfde94a44f8d137cba2b3a6
|
||||
MISC metadata.xml 520 BLAKE2B 3e11252bdf79174fcd895549e43cbd95cdbbdd8cd4b9511e7e477acd1c6afe5ee68a2f2b75cb79086f06376c92ba27a150fe259fe380f22ed9d3bcc264899de9 SHA512 8d1c3aa30a2c3ee91f7dbda9d2637745d88c66a332c3d92ec9f9ac7bf399b89067cd76fe31792818a96fa0e0e44784df58078cdbda0a6268604e680974ae0c3d
|
||||
MISC tesla-powerwall-0.3.19.ebuild~ 837 BLAKE2B e190da0682cfeb92b9ebb909d56d2cd3862d066348750c94149cc5ed2c49c1ba9376a31222111774a34b32abcbe2be815be93420c2a6b4bf2ef3a8537f8b92a2 SHA512 fdd32ed58ffa73fbd09c8ac797fb1501bf3c4e1d930776a5bd38524c8e8f2b49308ae5597a899d543b5fd2b0f1d61c0f414364a8633282679bd590dd7167347e
|
||||
|
@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="API for Tesla Powerwall"
|
||||
HOMEPAGE="https://github.com/jrester/tesla_powerwall https://pypi.org/project/tesla-powerwall/"
|
||||
MY_PN=${PN/-/_}
|
||||
SRC_URI="https://github.com/jrester/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.22.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/packaging-20.0[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
@ -23,7 +23,6 @@ DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.22.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/packaging-20.0[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user