dev-python/vsure: add 2.6.7
Closes: #4077 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
5c85a60ae5
commit
670b4b614f
@ -606,11 +606,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 2276 Ebuilds in total, 2262 of them have in total 2301 (43 different) licenses assigned.
|
||||
There are 2277 Ebuilds in total, 2263 of them have in total 2302 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1293|
|
||||
|MIT|1294|
|
||||
|Apache-2.0|526|
|
||||
|GPL-3|145|
|
||||
|BSD|124|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST vsure-2.6.6.tar.gz 12210 BLAKE2B 54f1810d9ffaf3231065c541eb3698fb1ec353bc9a2c8aa4bb2b8ba10b023e67fc0cb76c74b7d38e5e98d1b13cb5d887ee937589d3337fbbbb7bc418c2af45f4 SHA512 0373d8b4be9ce639457c2ee570da6363f598b713571802798e30545dad674a7ce4ae8f3484a816cbf57c8c38be553d44a507e45dbceedd7dd03e41e0ec88f4d4
|
||||
EBUILD vsure-2.6.6.ebuild 711 BLAKE2B ee03275bb47b1b1da09fb88c1861583ab045675b984842d0bafcea32b1fb9e44dc0f1cf84834f681b64254e5a39f8c1886d6c3fabadc8dca536b1d63f103a8c0 SHA512 42601678808aa96125aada610c167f8503f1edfe2768a735ec356df22bf3eed41848ebfff1ebf53215ead8a88aa3e91af97348112ed1c8ab81e3fbc3d3dd7a11
|
||||
DIST vsure-2.6.7.tar.gz 12981 BLAKE2B dcb4c11127f2472651ba03739ded9cfc15a261d573833b04b6a2bce3fc40a376a69ac6bacc60f9fae3cc5d50830a08c34617019ed1e6ecf28ab993d49c53d33e SHA512 627b35923231060c1023bb90f206b49634732dfa19d21205db76cf7d8569342d9fefd7faf521050d82a5df0e847afbb41b0e27a44a0df3be55a4c47fd9db9f5a
|
||||
EBUILD vsure-2.6.6.ebuild 711 BLAKE2B d545aed0b514cffe95f3e5c832a2fa4771d69d97f65f9525a072a1f2fa006453c894660755d81eece2bb2268444baae9f79de05b91f0fa3bf2d82c9611d21e69 SHA512 de04a212048f07bb33fec97853db97dde81d8088bccbac962a3faf5552f5721a2944e4fc7d3e784078434758be4c2f7fbff2f0adce058f3e0a3e2bee65e35021
|
||||
EBUILD vsure-2.6.7.ebuild 609 BLAKE2B 5c44798b02a8b8312a17d4769d90e8016d9bc6d89d104fc53b9a256c477f878ef59e46af72e3260f7e91147a20199878590b148519ef08196209ad6590b3653e SHA512 93d7b5ce03e3cd790c805b52d1699640937b75fe2fcacf434137487f26292544a9c766fb91976b931a41088cc1d0bf20c48e15e133b3f9d0460757d84b0bbc81
|
||||
MISC metadata.xml 526 BLAKE2B 75f72474d332c3f2215509a9551f02412bc05213e518c50b0ee812ffc881ff8e9c9e13e11d60b3b9726b09deee74d0d78b4ddaa208925da512be74753f5b200c SHA512 4ccd05cdc7bb8c44334c57e937f2ea8d35cef8294e1126a74b431447c529d5c33e2534ac3b785b23e7576cd94c5381c2033ce9b36898d4b5aa5e37cead593185
|
||||
|
@ -1,9 +1,9 @@
|
||||
# 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
|
||||
|
||||
|
24
dev-python/vsure/vsure-2.6.7.ebuild
Normal file
24
dev-python/vsure/vsure-2.6.7.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# 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=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Read and change status of verisure devices through mypages."
|
||||
HOMEPAGE="https://github.com/persandstrom/python-verisure https://pypi.org/project/vsure/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.25.1[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user