dev-python/yalesmartalarmclient: add 0.4.0
Closes: #3815 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
379314709b
commit
42773ef8f5
@ -606,12 +606,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 2012 Ebuilds in total, 2001 of them have in total 2029 (42 different) licenses assigned.
|
||||
There are 2013 Ebuilds in total, 2002 of them have in total 2030 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1161|
|
||||
|Apache-2.0|449|
|
||||
|Apache-2.0|450|
|
||||
|GPL-3|119|
|
||||
|BSD|113|
|
||||
|LGPL-3|26|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST yalesmartalarmclient-0.3.9.tar.gz 13038 BLAKE2B d23583373f2070791840e3047700baafa6e3cf7ea6b52420af93e51365fad2cc5c3a19f76425d4522c8835368c88cc26381234b230182ad224523ae36362a574 SHA512 a9a1d28e888c10fb81b491e81b3ae417ab9a78a5a82586ca97023c3c32eb99bb1d21d3ada4f45d7d3e6c4bddc7b8e14d56bbe40a943c64eb3f22272ea28e0966
|
||||
EBUILD yalesmartalarmclient-0.3.9.ebuild 679 BLAKE2B 6e4696d89da134b89b9d59b394b765284dfbe1269e03bcc0d14a4b36b0e3a2bf68737ff93e78910329e8db36f8633dfe58473752a84164ff015d758ff9db838e SHA512 553beac5a997ebc3dbbb834a332ffd0b5e6ba24a45d73341c7d3fbb492c4626c9930fa8103f14268f14eabfa93063913288acb5965515ddab76c257e824006a7
|
||||
MISC metadata.xml 416 BLAKE2B 8f9acafb7ea3f9580fc38692758e49fa471bc327c4d4ad02fa8ac31deaf5663aad11b73035272dd0678ccae2b2ce883f5835267397b317053693f696832513d1 SHA512 697aaca7d6c59ca350d719a2f69b5f8ceb123505d7d06279311f89c94841a0f4004b1d73bc05ca62b144e58c1c82dbc0624747d1ddf4b16a2f6d6f0d9512f0d0
|
||||
DIST yalesmartalarmclient-0.4.0.tar.gz 18712 BLAKE2B 0d21e89755830a207830d5e5a6a87d9d6ff868a96ea67d08722789d25ee1648d4fc235a89ff98bdb11039015ec5540fd52c0411f2ec7b206e7a3152bf1307f49 SHA512 3d4e257265344dbb04eeb7c240f0d8553f9917c6b61de878f3f1a8a055a39642730ca8c4cb525c4e55afd91a6cfeea0acd5e3f215c7425e3b3370bd2d8caf113
|
||||
EBUILD yalesmartalarmclient-0.3.9.ebuild 679 BLAKE2B 78840471c077bb2499cd9bb43e2fc14aace4868875d2da0d7b10075611f6ba3890677cba768e480b5fc2fa5ed3d1dfac0b7ed8d1c7f77cd596f7155be8c202fe SHA512 b1d955c2b61eb6092aa495e79d0c87bfbf4b7f2cb5d5e3d0f5207acb573dec8864f51e64c192cc20e60ca40af7ad790005f27ff2a13540b416a59999b348da68
|
||||
EBUILD yalesmartalarmclient-0.4.0.ebuild 576 BLAKE2B 7fa02a1d8d4bff5648c5ad94c2784f39176b351479aa536e76bbee36392c4af89bc83a16bd53d7ffecb563989cfb489f328406d33b994cf077dbc10645ae803c SHA512 0911217d04f118462619ce4b12c01289a62912e7984fe1a890d0f8a0061f61c44909b292671e6146283d93a280cbc327cd136342359c9d5f76528a60fec5db70
|
||||
MISC metadata.xml 547 BLAKE2B 45b7f1220e31e085e602d73d8b405684134000b84af2367803e14d79c80d4969b08688b5944315fd73cb17255e6400169d22d925cc32f0eb1f7fa3a078df8a0d SHA512 85b40583c5c80cc30aacfbbbba9f5230da8021425c7007f5129fa8c9078392822d335d69bec60054bf51747d904a06e99c94732f0456544d61944dcb75fcb6eb
|
||||
|
@ -8,5 +8,9 @@
|
||||
<upstream>
|
||||
<remote-id type="pypi">yalesmartalarmclient</remote-id>
|
||||
<remote-id type="github">domwillcode/yale-smart-alarm-client</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>goran.johansson@shiftit.se</email>
|
||||
<name>G Johansson</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
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/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.32.0[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user