dev-python/yalesmartalarmclient: update SRC_URI, drop 0.3.8

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 23:40:20 +01:00 committed by Andreas Billmeier
parent e2a1d9136c
commit 5d2421fc8e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 7 additions and 43 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 1903 Ebuilds in total, 1892 of them have in total 1911 (40 different) licenses assigned.
There are 1902 Ebuilds in total, 1891 of them have in total 1910 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1095|
|MIT|1094|
|Apache-2.0|412|
|GPL-3|123|
|BSD|105|

View File

@ -1,5 +1,3 @@
DIST yalesmartalarmclient-0.3.8.tar.gz 12883 BLAKE2B 19bba68eb5755062dbff6a4d440e24d3f9eff706f677323b11fd3e6c715a7b5c4f53f7bc9aa171afa509cdea8223d54aeb7d7a1ee8fd16c8111e4a9319832ee6 SHA512 af9d515b28c4bbb9d3bd3009d45775a25c701554e4e6aaff387fd5066b6ca1ae9a59e7183f12664aeb7a6abf48b3af5520d70574a01cedc9bd60041a89e38e33
DIST yalesmartalarmclient-0.3.9.tar.gz 13038 BLAKE2B d23583373f2070791840e3047700baafa6e3cf7ea6b52420af93e51365fad2cc5c3a19f76425d4522c8835368c88cc26381234b230182ad224523ae36362a574 SHA512 a9a1d28e888c10fb81b491e81b3ae417ab9a78a5a82586ca97023c3c32eb99bb1d21d3ada4f45d7d3e6c4bddc7b8e14d56bbe40a943c64eb3f22272ea28e0966
EBUILD yalesmartalarmclient-0.3.8.ebuild 704 BLAKE2B 96d90fc22bfc5a5949f859428f9b546e6348a42e0ddc6be5cd8ff210f12c6f1a3ea5a6888bf90599b91ef57f5219c0ded4a3800386bf3fb8509f7788fb7d3d5e SHA512 a0e242ecba0febc4a5f9fb160189720e6b8d87dd6f94e578a5274e175353de71681d5c8892562bce9255c5115663e007890d849e693d92c2c731e34a02c30928
EBUILD yalesmartalarmclient-0.3.9.ebuild 735 BLAKE2B 16da1ed1a4404c48b803816d5e8cabee5a08eec9e0bbc26310c46b0bad50a5ca2a07630c3ec44d267aa23960e5e2fdbb0da6c01708b76daca3b3ba58084be8ce SHA512 0ca77e2263bb45cdca4822603eee7a0da2c69ebefa681e2950c6efb1a0e918fd086f254c299bc0d5da054803c1eeeb038786363b0201a7fef43900d489195614
EBUILD yalesmartalarmclient-0.3.9.ebuild 679 BLAKE2B 6e4696d89da134b89b9d59b394b765284dfbe1269e03bcc0d14a4b36b0e3a2bf68737ff93e78910329e8db36f8633dfe58473752a84164ff015d758ff9db838e SHA512 553beac5a997ebc3dbbb834a332ffd0b5e6ba24a45d73341c7d3fbb492c4626c9930fa8103f14268f14eabfa93063913288acb5965515ddab76c257e824006a7
MISC metadata.xml 416 BLAKE2B 8f9acafb7ea3f9580fc38692758e49fa471bc327c4d4ad02fa8ac31deaf5663aad11b73035272dd0678ccae2b2ce883f5835267397b317053693f696832513d1 SHA512 697aaca7d6c59ca350d719a2f69b5f8ceb123505d7d06279311f89c94841a0f4004b1d73bc05ca62b144e58c1c82dbc0624747d1ddf4b16a2f6d6f0d9512f0d0

View File

@ -1,31 +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="Interact with Yale Smart Alarm systems"
HOMEPAGE="https://github.com/domwillcode/yale-smart-alarm-client https://pypi.org/project/yalesmartalarmclient/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/requests-2.0[${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="Interact with Yale Smart Alarm systems"
HOMEPAGE="https://github.com/domwillcode/yale-smart-alarm-client https://pypi.org/project/yalesmartalarmclient/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -21,7 +19,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"