dev-python/pytradfri: change SRC_URI, drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 00:21:58 +01:00 committed by Andreas Billmeier
parent eaeab8efed
commit 6744624a39
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 5 additions and 48 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 1888 Ebuilds in total, 1877 of them have in total 1896 (40 different) licenses assigned.
There are 1887 Ebuilds in total, 1876 of them have in total 1895 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1089|
|MIT|1088|
|Apache-2.0|410|
|GPL-3|121|
|BSD|102|

View File

@ -1,5 +1,3 @@
DIST pytradfri-9.0.0.tar.gz 29740 BLAKE2B 4c1a2eae09f677d7ecbf3059f14259465fe83d1e05227aabc3c15c401a1d528d65055260c4178952005deb0aa070d7954f169499b022f720154d59dfa887f78f SHA512 0228aed488bba45e8cac6349922813e5925c99c9cacfe4ec4f7893a71b38d819ff61fbca242cbe9b4fdac8ea5dd1f99220dc472aed955c49e564f5a62e73402b
DIST pytradfri-9.0.1.tar.gz 29724 BLAKE2B 2bc78e45053d5bfedacaf6373ebe754153dae6ff4cdd1e2c96ab61e514a908fad06b0abea95aae77b9ce125832ed7f979a3e9476b978fd1050b7c705b95d4388 SHA512 ce633813d33663f32725dea2f0213379d6044235f7843acabad7b2f93edb578e87c61fc57f929b03405026242cd970f9b73bdeaaf0849e848f96300d3f96a944
EBUILD pytradfri-9.0.0.ebuild 970 BLAKE2B bdd379b0bd88331366f82e408ffed68c60da7316965317c8d6a6bda7ff05a9884ea03c8c1450bc21bf99ab85d6a6c8782785708a47e2aa7d96c50980bf7be2ce SHA512 032448ee9dd06916cb6c5637d3872ebac75952328d3d28c9f771e524cd8ad89adf30a9ddf9fad217c298e662fb69e7c4a00120af5ab500065ef168c3a4c88e58
EBUILD pytradfri-9.0.1.ebuild 1001 BLAKE2B 8136539a7b656b57f2293419cccbe3dde051c270dee5ab1b0d5af8d6e6e8ad1fee1c141eb156a8e0274b6edc2502132bd1b7253129137b6572521f0283d5eb81 SHA512 eb57ab3ac833bfb14ba2a1a55ba84ce5b724f26dfad91fdd8acf802656ffb32d66b222c7bc6b2cee04d6a853b5033e3118c4b0a58b9c36134b9af5aa7f6c44f2
EBUILD pytradfri-9.0.1.ebuild 915 BLAKE2B 3d713342f466d01edbd2c4430a65e51ca94302b8bd31a3804996518c6d74e3a4a4f6b30f6b1e52b76119d172f81b237d40d102738362a64a186aeef559271612 SHA512 675736b39ae25bc9245a5de852197e8ce8c067bf28c46d73edfc2ba03adca8813d6e83a4d31ac38e81d0b2d82e644e37f9683d02220f8a99219b61cc32200662
MISC metadata.xml 543 BLAKE2B 1bec2aa4d5233913a34ff94f7cf477b433db5d6082674a06049d3909f842add9a3a7fbd0fc83f96b213f94c8b19d2dda06373a7d1e0a3b62e6627af211e31567 SHA512 5ed8bb2d29665af65c24e5149db013074ec833a2d5ddbb89a7166fc1d7dd798d9482eeb741880e8a3a8f7a334f814e07fb467cbc91926f59d3b959d21d712b97

View File

@ -1,39 +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="IKEA Tradfri/Tradfri API. Control and observe your lights from Python."
HOMEPAGE="https://github.com/ggravlingen/pytradfri https://pypi.org/project/pytradfri/"
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 )"
RDEPEND="dev-python/pydantic[${PYTHON_USEDEP}]
~dev-python/aiocoap-0.4.3[${PYTHON_USEDEP}]
~dev-python/dtlssocket-0.1.12[${PYTHON_USEDEP}]"
DOCS="README.md"
DEPEND="${DEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
>=dev-python/pytest-timeout-2.1.0[${PYTHON_USEDEP}]
dev-python/flake8[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -3,13 +3,12 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="IKEA Tradfri/Tradfri API. Control and observe your lights from Python."
HOMEPAGE="https://github.com/ggravlingen/pytradfri https://pypi.org/project/pytradfri/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -24,7 +23,6 @@ RDEPEND="dev-python/pydantic[${PYTHON_USEDEP}]
DOCS="README.md"
DEPEND="${DEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]