dev-python/venstarcolortouch: drop 0.18, change SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 15:14:43 +01:00 committed by Andreas Billmeier
parent 668b556746
commit 9029c8b9c0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 6 additions and 46 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 1887 Ebuilds in total, 1876 of them have in total 1895 (40 different) licenses assigned.
There are 1886 Ebuilds in total, 1875 of them have in total 1894 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1088|
|MIT|1087|
|Apache-2.0|410|
|GPL-3|121|
|BSD|102|

View File

@ -1,5 +1,3 @@
DIST venstarcolortouch-0.18.tar.gz 12172 BLAKE2B 0d41c1adb6ef9442d047841d86c50f7290c3d1291a388db50405958531d60fcb79437876797466396251b53ef9e68eb40ac00894105af26a9dccb751afc5baba SHA512 45e4401d112567a47908b13fb012abe57934e304b62ceb079cd05b78ff93f855aa28948b1d3ede77b574d390d183fad5d3d8b29dd104301191837a35765e43fc
DIST venstarcolortouch-0.19.tar.gz 11724 BLAKE2B 5002759e8b90de52eec0699b9fb0b8986df945bebd67ff82f6e7f9b3b9c28990ce522bad463dc96db201220f28cc0ae53e6130aad1dc372504f6015d27ce3821 SHA512 ed4c192e6f144073a89409a15faba3a9860faa2f303e99f2f49ca001c8f490ef3480c158aebc68343e500514284f5ef48ad7bce13d1c384fa165ee54b47cc033
EBUILD venstarcolortouch-0.18.ebuild 771 BLAKE2B 053ecf09e3bc044cc5bb6ff6a649b319f37ab0e04fa6b53740497ffd376a8a32b7d1c10488861c9ababe5da3b3f362f2f2032fd657c172f2df240d4b9e0a6f9e SHA512 66ca7ac5a46911d9963e885fbc9953266dc23261d6d7e4f3d850c282deb41856439a4e3d8842ede81002025e1cf140db4e19f53aec7296c985206cee1b2d363f
EBUILD venstarcolortouch-0.19.ebuild 771 BLAKE2B 053ecf09e3bc044cc5bb6ff6a649b319f37ab0e04fa6b53740497ffd376a8a32b7d1c10488861c9ababe5da3b3f362f2f2032fd657c172f2df240d4b9e0a6f9e SHA512 66ca7ac5a46911d9963e885fbc9953266dc23261d6d7e4f3d850c282deb41856439a4e3d8842ede81002025e1cf140db4e19f53aec7296c985206cee1b2d363f
EBUILD venstarcolortouch-0.19.ebuild 683 BLAKE2B 67c955e9c8eab09a29725e5c6e6474282dedc3b82b5e098cc69d88aefe4fe6f1440ebfa69e7b12b7d6b68332b75d7b15bd87c85b41284c6a4a60ba1325bd5215 SHA512 49c606051f577a62b972bd16538dd18c7df35842ba8f6586d0a24b5ac719c5d2b74c3e76e1752902ad42ce0de0a4a40169fa1be2fbc6d3f68e1cfdaa6d4ddfcf
MISC metadata.xml 533 BLAKE2B 7e95dea63d64319d21069cb835c253f0311d424b99063567c6069e1d69952ea937feaafbd9a3ec3a4ea7840dbd64ee5d51f77b1a01e27e17712d9d280f73474d SHA512 6c99a40dcf0738e7c72a10b658f14bc5bf0ef2538efefcd444b3a5eb3dc997047e05b1d7308c074119a92d830e28930813624e9f4e2d3cf74a806e8ae49c95bb

View File

@ -1,34 +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} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Interface Library for Venstar ColorTouch Thermostat API v5"
HOMEPAGE="https://github.com/hpeyerl/venstar_colortouch https://pypi.org/project/venstarcolortouch/"
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-2.14.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,16 +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} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Interface Library for Venstar ColorTouch Thermostat API v5"
HOMEPAGE="https://github.com/hpeyerl/venstar_colortouch https://pypi.org/project/venstarcolortouch/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +19,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/requests-2.14.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"