dev-python/pywizlight: change SRC_URI, drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 15:41:34 +01:00 committed by Andreas Billmeier
parent c15fe0bf59
commit 5ca45012ad
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 7 additions and 43 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 1878 Ebuilds in total, 1867 of them have in total 1886 (40 different) licenses assigned.
There are 1877 Ebuilds in total, 1866 of them have in total 1885 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1083|
|MIT|1082|
|Apache-2.0|408|
|GPL-3|121|
|BSD|100|

View File

@ -1,5 +1,3 @@
DIST pywizlight-0.5.13.tar.gz 40178 BLAKE2B e4005eaf350ff395770c29ca9a6be1681228dadb1eabdb39ce1d9ecc858e2c7a9b5a402d89290ea8adb65cf3cee9b2d9079ebb3b0e02416997dd6ab329b5a1ef SHA512 d575634f5268fdd4d1262963cb3643194786ca0b45f6265ea193fdf13710001fbf5af583744ed99d875947e7747aee90f3619eed8d6a29a4b1222d97cd831a19
DIST pywizlight-0.5.14.tar.gz 41155 BLAKE2B fc165f0a5dc8d5ca0e48a56d47a2c7a971d1dc893704629a3d2c5f4fa2ad868eb96afcf621290603705af85f9b4ad830a0969a48ad0900d0ef5fc5a40af90a2a SHA512 3af5148f9e3156397e82bb8954f486b4c2572773046ef3d4e87b7a1d7471cfda1449df991f269ef9e5e636f616e6a0a6ced358d85b0914de79cb5a843bcf5111
EBUILD pywizlight-0.5.13.ebuild 674 BLAKE2B 14c9bb4edb52f5f3afc83d8e94479bbb0a40bf9ce7e0cded8beeb2ca2f95fc5c65f4af11ca03efc5f5d2edb0893f6f84ae365b7633e401c25805ab404b25ec10 SHA512 fad834eb25d9f4e4865157569ded0dd6f0a6450646cad717d307f2f35ed45f539e6834eaa758138592850f2bbf88a4dd4f3c1c23974fe17521b9829e98db766e
EBUILD pywizlight-0.5.14.ebuild 705 BLAKE2B 041f6d7c741d6bd149340aa41cc55b551a5f2abb742222a73244c489f540ff9c77df9324fee85a2043dc12812bfc7655fe2230eb2236dbf1c74878757ef0e83e SHA512 81849fff9fab37058095a127d446eebab1ef81c3efe862bd9d3069a69797e2287c2f884e74371e0d0c3c6cb8114d4720caf97076482dced1c385ef5792a00c79
EBUILD pywizlight-0.5.14.ebuild 649 BLAKE2B daf6722ea7f17c8ea1c6dc448be5fd0fd5e2ce3a6cb172558c15c94ce3858892f4f2dcbf7431fc63f0917fcd8dcd868990efd5b58c33028d207e3fb807a678a9 SHA512 6145f9dc8b8e9dea2381a945e3ed55d1a8c47e463e45db0cf391bf82d638ec0b668eb59927694e61ae07e8c3552f7f465f8c453a72e282664cd8897f43e499db
MISC metadata.xml 511 BLAKE2B 6468297b92380859c0e47e4c61edaafd8bb3789a3973a5350ac396f0d2eb3685e215c53a3c4ccee58a7308f3e0d47150751ea2050a7b472a5e58f91345e1f756 SHA512 a7eca7738d47636cc0583151fa5da10d0233ee42d9dd20bf79a60c0c5d4157c19b9f57d25fe6977b6365b4b5872b0593166f1ff6f767b00568eb6f597ee9b42a

View File

@ -1,31 +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="A python connector for WiZ light bulbs (e.g SLV Play)"
HOMEPAGE="https://github.com/sbidy/pywizlight https://pypi.org/project/pywizlight/"
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="README.md"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}

View File

@ -1,15 +1,13 @@
# 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A python connector for WiZ light bulbs (e.g SLV Play)"
HOMEPAGE="https://github.com/sbidy/pywizlight https://pypi.org/project/pywizlight/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +19,6 @@ DOCS="README.md"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"