dev-python/zhong-hong-hvac: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 23:39:22 +01:00 committed by Andreas Billmeier
parent 0671d777a6
commit e2a1d9136c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 8 additions and 13 deletions

View File

@ -612,12 +612,12 @@ 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 1904 Ebuilds in total, 1893 of them have in total 1912 (40 different) licenses assigned.
There are 1903 Ebuilds in total, 1892 of them have in total 1911 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1095|
|Apache-2.0|413|
|Apache-2.0|412|
|GPL-3|123|
|BSD|105|
|GPL-2|27|

View File

@ -1,3 +1,3 @@
DIST zhong-hong-hvac-1.0.9.tar.gz 6798 BLAKE2B 402ef6aa714b3a0d31cdfd7bca17e7b0515753e54c4d5676d5ac762c15211e6d5fdfc4ddce22b1160db58b92fbd68169de3b5ae295c51e7835b0956028a1048c SHA512 edb4ef02f125a5a3a8c3acc9bb51a01b803ec4ee5af9e0bdc92077c1a991955b2012593a6e427216213ac9762efe722522afc0734a2ab2d9a7971f6d1f7172e5
EBUILD zhong-hong-hvac-1.0.9.ebuild 801 BLAKE2B ca15df4d62b9d5267b8cf119def1ffa165909c75d7fb062b0ab66d6caedebf8a6246ccf2cccb7987bde6bdad90e968cae0f15325ba9efacdc548e8bed8d16633 SHA512 55691a511c5e72168b82d47536402dad29ade76944078129adb6f5d65ea6ea30d2fee86f951891c568f9abf16228aba125588d6ba14359b93ffb3077e63a2c6c
DIST zhong_hong_hvac-1.0.9.tar.gz 6798 BLAKE2B 402ef6aa714b3a0d31cdfd7bca17e7b0515753e54c4d5676d5ac762c15211e6d5fdfc4ddce22b1160db58b92fbd68169de3b5ae295c51e7835b0956028a1048c SHA512 edb4ef02f125a5a3a8c3acc9bb51a01b803ec4ee5af9e0bdc92077c1a991955b2012593a6e427216213ac9762efe722522afc0734a2ab2d9a7971f6d1f7172e5
EBUILD zhong-hong-hvac-1.0.9.ebuild 672 BLAKE2B 326941ace017a24373c1463b49768124143dbe8a61ce02d0ebe6d9c0265a287b03b427b753fc0940c5db058dbe2bd9eea976d6a4b516b3929d615304bfdf480d SHA512 4b6b9c00538e1039665293f069b47377ea50bf1590bebc3e2ffbe0c97d39cb043ebc541239fa998949fbea85379e93316b09b596d313c0a76160e7572b1b249f
MISC metadata.xml 518 BLAKE2B bb729814d960d4cf12c46739ec8e83b2f2d95959c80d69b78f11076a34ba6993fe0e9b297fa8c1c4d8f96eb97e584a749f6e3edd10cf208d813c9ce1bf729aaa SHA512 05efb55686a6a61a9e0d527a53117d7c8409af8e3015a0acc572bf0451ab8f6a8211705dcab37cc931b81c2eb38bc87f7b5705c79b79afc20c382ed0c782f661

View File

@ -1,17 +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 library for interfacing with ZhongHong HVAC controller"
HOMEPAGE="https://github.com/crhan/ZhongHongHVAC https://pypi.org/project/zhong-hong-hvac/"
MY_PN=${PN//-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
@ -23,7 +19,6 @@ DOCS="README.md"
RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"