dev-python/tesla-wall-connector: change SRC_URI, drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 15:38:37 +01:00 committed by Andreas Billmeier
parent c7be4e2d75
commit b54411a178
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 8 additions and 45 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 1880 Ebuilds in total, 1869 of them have in total 1888 (40 different) licenses assigned.
There are 1879 Ebuilds in total, 1868 of them have in total 1887 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1085|
|MIT|1084|
|Apache-2.0|408|
|GPL-3|121|
|BSD|100|

View File

@ -1,5 +1,3 @@
DIST tesla-wall-connector-1.0.1.tar.gz 5817 BLAKE2B cd9389a5a262aba574ae662155b53df47b9dc15e0a46acd8030ad94c545afee01e82e7bd97296d8af6ccab7e86fa8f86ddc2fb54f8439bf3d5485a33aae3ae7b SHA512 400f4cfba7f1940960159fc6957733350b0d7758bffb581d102ed0132c7a9e26fc09dee75837e8478819439c306266cb935808200a0a6e1873f199320381eb05
DIST tesla-wall-connector-1.0.2.tar.gz 5803 BLAKE2B 7a95181d9221571a6363148af696dd18769fa48540a8564148957bfca76abd485e944f5bfbecfbab96f7d0ef8ef879fbae61bb448c9d3cd55f6d6556eefa0c4d SHA512 7f340d97df109ef96ebb339e2e3902a8bd78f780b0abdac17ed8f5760a213c2cc600afe0e8aad7fc91ee691d8cc390b80e6a9a1e97c90da519c43ed153010b57
EBUILD tesla-wall-connector-1.0.1.ebuild 797 BLAKE2B 48d132c5ee3ca8476553bf961832d41ee7214392f7f4f15a1ec9928827e12d50fa6313ebf0fc3b755f75f6093546e863d58589e2e9100d55b42b5775bdb34254 SHA512 ac7f480564a05206dc167eb83a6051651552d7ab1239fd2e8e94612fb3b05e1b6dc81ecc8572bc2f180bf4f6aab08cc652649b93f915c04a643cca728f2c2ccb
EBUILD tesla-wall-connector-1.0.2.ebuild 879 BLAKE2B baa908710d69ec11b8e8ab1ac7d4331ba5a90a3001f486d94b4c28435f9b8cabe97bc62d0ec1dc870b37ca8831a8b3dc97bef34eb0837f5595914919ab3a63c6 SHA512 e02407077484aec99eeb43d358c10f44167e7eb8dac483a4e153524169e8324fd5bf881af731037fab4fc137e70f49f15fd620f7daf468a33b52f0c6b5ab395a
EBUILD tesla-wall-connector-1.0.2.ebuild 839 BLAKE2B 16a9c789aa3395dce3e9a9f45cb700e10208c9702387befc19a833369a245911bad2fab2e003b6fa74d4e1ed91e4f16bb93293c2cb6d371b89639331c6bf1a2d SHA512 5baf4edf9f173732cc500534a14a1d410a5f8ceb26c416f8dffb5106f9df8e51f3a91ca177b7d222ab3c735d3593fe6bf831c90099a23ad40ba0f6d3f010cac5
MISC metadata.xml 550 BLAKE2B 12eac933d4284d7f54b3407f8ba759a85bb8113c35fb6e5d91d285629e632294568f6deb610a7351182e55e6d8f340084a1970e3790cd025d134e6a3afe2d257 SHA512 0df8ab34ab5a5c981aa968062595b0a2ea628b36e12d5d67bec91244c5238fec59cffcde91a74f9c7802d1d14a0a3e01caeabb127bcfae96a931e4be80558999

View File

@ -1,33 +0,0 @@
# Copyright 1999-2021 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 Library for communicating with a Tesla Wall Connector"
HOMEPAGE="https://github.com/einarhauks/tesla-wall-connector https://pypi.org/project/tesla-wall-connector/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
>=dev-python/backoff-1.11.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="API Library for communicating with a Tesla Wall Connector"
HOMEPAGE="https://github.com/einarhauks/tesla-wall-connector https://pypi.org/project/tesla-wall-connector/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +21,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
>=dev-python/backoff-1.11.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/aresponses[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]