dev-python/yalesmartalarmclient: rework, remove olds
This commit is contained in:
parent
0a74154722
commit
6d99a2c248
@ -538,12 +538,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 1871 Ebuilds in total, 1864 of them have in total 1876 (35 different) licenses assigned.
|
||||
There are 1870 Ebuilds in total, 1863 of them have in total 1875 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1125|
|
||||
|Apache-2.0|351|
|
||||
|Apache-2.0|350|
|
||||
|GPL-3|121|
|
||||
|BSD|104|
|
||||
|LGPL-3|30|
|
||||
|
@ -1,7 +1,5 @@
|
||||
DIST yalesmartalarmclient-0.3.7.tar.gz 12861 BLAKE2B ac89b44eef1b6b4255f76b0d3282c1b6c2645963825b058712849d58f42efe17ebd1957209f361a3e6548c70932e05e18dd41610673706b4195512a9ada019aa SHA512 28527e79773490b24faafd955137c8c0b9f130e7fc76ecd579994efc4d84244defb88ebd0826a34d3ec0d56e23ebbce2039d9e03c15be0920d163c72bb47ce6c
|
||||
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.7.ebuild 768 BLAKE2B b69adcdb60eb4ec97cef7bd9eb32c8d46fe8104744d1fb1f1bd77d1ce1ebfbeaf3112748e88b40b1ef3bbf2aeeb0321f64ff96519ef969d73eed12b978ab2079 SHA512 88ad0da1fd0f10c230d03acfd316be2ef78419e84a963e42db8fdd1795fab95c45e5ee0746e1ed90281fa79e1b582089a4cbeef0abbe907f988ca4133c601541
|
||||
EBUILD yalesmartalarmclient-0.3.8.ebuild 768 BLAKE2B b69adcdb60eb4ec97cef7bd9eb32c8d46fe8104744d1fb1f1bd77d1ce1ebfbeaf3112748e88b40b1ef3bbf2aeeb0321f64ff96519ef969d73eed12b978ab2079 SHA512 88ad0da1fd0f10c230d03acfd316be2ef78419e84a963e42db8fdd1795fab95c45e5ee0746e1ed90281fa79e1b582089a4cbeef0abbe907f988ca4133c601541
|
||||
EBUILD yalesmartalarmclient-0.3.9.ebuild 768 BLAKE2B b69adcdb60eb4ec97cef7bd9eb32c8d46fe8104744d1fb1f1bd77d1ce1ebfbeaf3112748e88b40b1ef3bbf2aeeb0321f64ff96519ef969d73eed12b978ab2079 SHA512 88ad0da1fd0f10c230d03acfd316be2ef78419e84a963e42db8fdd1795fab95c45e5ee0746e1ed90281fa79e1b582089a4cbeef0abbe907f988ca4133c601541
|
||||
EBUILD yalesmartalarmclient-0.3.9.ebuild 799 BLAKE2B fedf3bae94daf0cb0ffc42e8149ed996685fd0e4d97a664157ad26e968ffb83535782a849d31f2cb22db14f5d48ef0d3afbb73b5d152455f29ba928e6d28e3c3 SHA512 a3ff1a166682070fd8a60cb0b94a7bf85e72b5c4d6f0cefbfdb866a75b808e931e8aba853b061c4ab1c96df18a2ec667cbc1718912e63f8b3c94deddb4ec57c4
|
||||
MISC metadata.xml 339 BLAKE2B 6d53b4ccf6d4b6cc2259a31a68238ebe0095df3f513ed5b287df1ee4434140af90d305a955bd0b291f651fedb1a89321ab73bbc706f957bc066463f6f1ddda76 SHA512 cf8149a37b95d645c10e63c677e9fe575a68f2efacf0d3064ccad63a8aebf43abe7c132d50e86f3b93057d15a59ed22bf4e17fdb705d09df1617b4b06319377c
|
||||
|
@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..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/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
@ -31,3 +31,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
Loading…
x
Reference in New Issue
Block a user