dev-python/pywilight: change SRC_URI, drop olds

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

View File

@ -1,5 +1,3 @@
DIST pywilight-0.0.70.tar.gz 25800 BLAKE2B 6ab9e3858140f0cdb67e4d833e6933c6a77806b40adae27fe8ad50f37bc94953f8f1ede9364968653655a2193fdb2b481ad9f4a35e3bfbc182233f0de0a88bfc SHA512 0c27b239790b803d0e3cbfd8d2e5027902d4e1dcccdbc886deea36275f98761f06f18d34ff2d07c465378b7cd02b1d15160a71ac450d7c2cb2e2476fecbf62f0
DIST pywilight-0.0.74.tar.gz 26147 BLAKE2B b0165ee85c80baa80fb273fa765587dc59b4e94effafc12cf33a683366f95aa37546625ed675ebe127e0aebaa6e946d9117c671d2918e54717d99b9753fc1c31 SHA512 cd2c4fcd4ced8140ab0da785bb64fc97eeda3dcf51d1ca43ac16053bf1510f1dbfa4614ac8f2cd91f247dc32db8696fa03f24bd429b1f39062942ee91ddb87f2
EBUILD pywilight-0.0.70.ebuild 703 BLAKE2B 0b0507025c90ee7f0a70aa315cb6faa12006b51c27c96a0a9a1801ca832278c18fda8f42bc1cf24a2d79f096d90ecc2b3f766b79ef26a1ed7b88ae2b1995e4b9 SHA512 54e0fef3a54700a6689a317468e9331e18ce9cd90530372eb54ecd355473dd42868c7b4c4d7ed415b4b1495a30c544e9f273624eebbfbe0ec50b33aeb4217172
EBUILD pywilight-0.0.74.ebuild 734 BLAKE2B 406a0edf1191772ad6c7db48ad4c591a7b5bee9d9e5d77e2cdd2e2800971f42f28cb72e7f06f0d2299a867826dd45076d8dc72019a7dd08d95948668171c3812 SHA512 d17e0df992f8945077d74c0b86c0d4a016839117cde6f00e933e5f6178e13d71be5d69fb36601af5acaf0cf4c1174413d77b47c4940af6c216bf8c9f2850efd7
EBUILD pywilight-0.0.74.ebuild 678 BLAKE2B 7049fab7938f6cb431ddce810797e608b0d2a20ebe2d2c9f63ce60f4dd8b9002ffb694cdec613b21def3ba741355d706b15e7dcaae7a19752ddfa5705821f290 SHA512 a5abe8305efd244a3d843ae0de7383236c66324a24b3424bb423cceef21b36451d0542d60c1449c0c5325e3f9d5209b071c637e0349f8a0c39a96e058ee2d82f
MISC metadata.xml 518 BLAKE2B d61d9663e40d5e0c325528d2ca362ca676cb32a8f1d246436631aa3d740f98e5a6868a36fcd7b38f829b062ceae394e5c74b7619f1a67db5e37ad8db464998db SHA512 9d1543b35bb25d35f59b0875561cae3fd33bdac0b90100d42dee766df490a091373f1d500950d8c16e0b0a7182dcdb039252699558adcad629f9cf2d9113ce7f

View File

@ -1,32 +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="Python API for WiLight in Home Assistant"
HOMEPAGE="https://github.com/leofig-rj/pywilight https://pypi.org/project/pywilight/"
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/requests[${PYTHON_USEDEP}]
dev-python/ifaddr[${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="Python API for WiLight in Home Assistant"
HOMEPAGE="https://github.com/leofig-rj/pywilight https://pypi.org/project/pywilight/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +20,6 @@ DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/ifaddr[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"