Skip to content

Commit 9029c8b

Browse files
committed
dev-python/venstarcolortouch: drop 0.18, change SRC_URI
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 668b556 commit 9029c8b

File tree

4 files changed

+6
-46
lines changed

4 files changed

+6
-46
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
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.
615-
There are 1887 Ebuilds in total, 1876 of them have in total 1895 (40 different) licenses assigned.
615+
There are 1886 Ebuilds in total, 1875 of them have in total 1894 (40 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|1088|
619+
|MIT|1087|
620620
|Apache-2.0|410|
621621
|GPL-3|121|
622622
|BSD|102|

dev-python/venstarcolortouch/Manifest

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
DIST venstarcolortouch-0.18.tar.gz 12172 BLAKE2B 0d41c1adb6ef9442d047841d86c50f7290c3d1291a388db50405958531d60fcb79437876797466396251b53ef9e68eb40ac00894105af26a9dccb751afc5baba SHA512 45e4401d112567a47908b13fb012abe57934e304b62ceb079cd05b78ff93f855aa28948b1d3ede77b574d390d183fad5d3d8b29dd104301191837a35765e43fc
21
DIST venstarcolortouch-0.19.tar.gz 11724 BLAKE2B 5002759e8b90de52eec0699b9fb0b8986df945bebd67ff82f6e7f9b3b9c28990ce522bad463dc96db201220f28cc0ae53e6130aad1dc372504f6015d27ce3821 SHA512 ed4c192e6f144073a89409a15faba3a9860faa2f303e99f2f49ca001c8f490ef3480c158aebc68343e500514284f5ef48ad7bce13d1c384fa165ee54b47cc033
3-
EBUILD venstarcolortouch-0.18.ebuild 771 BLAKE2B 053ecf09e3bc044cc5bb6ff6a649b319f37ab0e04fa6b53740497ffd376a8a32b7d1c10488861c9ababe5da3b3f362f2f2032fd657c172f2df240d4b9e0a6f9e SHA512 66ca7ac5a46911d9963e885fbc9953266dc23261d6d7e4f3d850c282deb41856439a4e3d8842ede81002025e1cf140db4e19f53aec7296c985206cee1b2d363f
4-
EBUILD venstarcolortouch-0.19.ebuild 771 BLAKE2B 053ecf09e3bc044cc5bb6ff6a649b319f37ab0e04fa6b53740497ffd376a8a32b7d1c10488861c9ababe5da3b3f362f2f2032fd657c172f2df240d4b9e0a6f9e SHA512 66ca7ac5a46911d9963e885fbc9953266dc23261d6d7e4f3d850c282deb41856439a4e3d8842ede81002025e1cf140db4e19f53aec7296c985206cee1b2d363f
2+
EBUILD venstarcolortouch-0.19.ebuild 683 BLAKE2B 67c955e9c8eab09a29725e5c6e6474282dedc3b82b5e098cc69d88aefe4fe6f1440ebfa69e7b12b7d6b68332b75d7b15bd87c85b41284c6a4a60ba1325bd5215 SHA512 49c606051f577a62b972bd16538dd18c7df35842ba8f6586d0a24b5ac719c5d2b74c3e76e1752902ad42ce0de0a4a40169fa1be2fbc6d3f68e1cfdaa6d4ddfcf
53
MISC metadata.xml 533 BLAKE2B 7e95dea63d64319d21069cb835c253f0311d424b99063567c6069e1d69952ea937feaafbd9a3ec3a4ea7840dbd64ee5d51f77b1a01e27e17712d9d280f73474d SHA512 6c99a40dcf0738e7c72a10b658f14bc5bf0ef2538efefcd444b3a5eb3dc997047e05b1d7308c074119a92d830e28930813624e9f4e2d3cf74a806e8ae49c95bb

dev-python/venstarcolortouch/venstarcolortouch-0.18.ebuild

Lines changed: 0 additions & 34 deletions
This file was deleted.

dev-python/venstarcolortouch/venstarcolortouch-0.19.ebuild

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
6-
PYTHON_COMPAT=( python3_{9..11} )
5+
PYTHON_COMPAT=( python3_{10..12} )
76
DISTUTILS_USE_PEP517=setuptools
8-
9-
inherit distutils-r1
7+
inherit distutils-r1 pypi
108

119
DESCRIPTION="Interface Library for Venstar ColorTouch Thermostat API v5"
1210
HOMEPAGE="https://github.com/hpeyerl/venstar_colortouch https://pypi.org/project/venstarcolortouch/"
13-
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
1411

1512
LICENSE="MIT"
1613
SLOT="0"
@@ -22,7 +19,6 @@ DOCS="README.md"
2219

2320
RDEPEND=">=dev-python/requests-2.14.1[${PYTHON_USEDEP}]"
2421
BDEPEND="
25-
dev-python/setuptools[${PYTHON_USEDEP}]
2622
test? (
2723
dev-python/pytest[${PYTHON_USEDEP}]
2824
)"

0 commit comments

Comments
 (0)