broadlink-0.18.0 fix RequiredUseDefaults

This commit is contained in:
2022-03-18 20:35:15 +01:00
committed by Andreas Billmeier
parent a9be9deb13
commit ec0eb8765b
5 changed files with 5 additions and 73 deletions

View File

@@ -496,11 +496,11 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
## 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 1815 Ebuilds in total, 1807 of them have in total 1816 (33 different) licenses assigned.
There are 1813 Ebuilds in total, 1805 of them have in total 1814 (33 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1087|
|MIT|1085|
|Apache-2.0|344|
|BSD|107|
|GPL-3|107|

View File

@@ -1,7 +1,3 @@
DIST broadlink-0.16.0.tar.gz 14573 BLAKE2B 6848cb70f656aee799b40f47fb7ba9e15cf485532a01953151988205437d51848f84f1d8b3a18af7ece0140df55dbf64bd49ef1763bcf60b5761e932b75d3c82 SHA512 40c22b1ed3a6a06bb6db43a2112a1581f46d7d6824cc189e6b062536d9c8db33915502b5b635675dbd93f822e2cd484d8d69f6fb8a3771fbd05a1314761ef5d5
DIST broadlink-0.17.0.tar.gz 15881 BLAKE2B eeda0380ce18e135ac561e6edc0daec34df44b1f8e37d6d1031f63c37c433b18526c06f53bfb9ec9ccd766b9dc3b09a6d7a45baee8f079ab6dd0d62491dd3dfd SHA512 e46a5a7eb912ac5f5617e90bf31b7b8410ef9da438241eabf21c2dfccbb031650d695fa755a42ff348ce65249ebddeebed9566077cf6dc93b6ea68b4cc8f807d
DIST broadlink-0.18.0.tar.gz 17334 BLAKE2B 4acc90d96b6c89f2d56041be039721249a8a49b8df818580cd003469e29f3e51320544240de739efe5497bbf40d3d1f70edada5a5ffe5580451b33c89a743f91 SHA512 f487c891d0e1e6ab45965bbfa3e2c5a7d6d23bc97c18974fe27ad603715b77040e1ef638e827afc5114254cc34464b50ee1176887af53c3d10736d302035f501
EBUILD broadlink-0.16.0.ebuild 778 BLAKE2B 8d4b3c74d37ad18fd20ff4ff54f8d3ff88c033f27a5ad05a2cb6e46a08bd7da135e13ff54ec034696d514f5eff3e2f843eb4a882fa38ddb944b78d38305a24c3 SHA512 adea6a23cda316c76be6350e65c560966c935209ac8244f4ba0848dbeb19848d3bea55eb3117fcea9bf945349b443c3b3f9790ff48234474c84308e371476a47
EBUILD broadlink-0.17.0.ebuild 777 BLAKE2B 7af6b1daf3b0916466a7512b3d5f7ee6ed72f1c20a14f39ae1b2c0702ab3fde6e74cdc29995b70f7e5d05a2fcf468f813663c8c586868296bfc888df7d9126ca SHA512 0e3090b9413c3b01833352648e47c2bba659f5f5acdeb3222d98b31ef53bf38bc3dc1d701c62cb67eb6b7009175c9fafbe5ffcecc907bb09a2d5b3710a9a5de0
EBUILD broadlink-0.18.0.ebuild 773 BLAKE2B 049bc94249bb549b9d36bc8cbc3e0b822d572f71392a60ac8b36b5f01564cb2816a942b355773380090e5d4efc5ed179df3aa1ec63cbf2e29612b1eeb8fa4c6c SHA512 6cb4b63b57fee3fd88ebb85f8a8cdb4b6c79ff6154bd2d53bae205b5bcb77fb172a9492fa5ff2de817d2fb5e94925555f63c1349204510dc04c93345f99452bb
EBUILD broadlink-0.18.0.ebuild 771 BLAKE2B f8ab713b45ca13abc9fc6a756c60299f0f113822b36d2a58be4158fc5b22617b9517afb668b6a9f4431318c2e8eeb4106e7da0a37a751c08a9f5d20581298811 SHA512 deabb5b7d8358a32120e6a6a3c2c06499e5919dfd0822861cfb5cb63b271ab58225d7a7a8fc71dcf886f41c088852956dcf0905add9ac9d9c01308f6793f5be0
MISC metadata.xml 456 BLAKE2B e42190c6f9a66e64f1075ec2521de76d0f3aa1f7df00a14742dedbd71cac262bf8865115a947ec89cc9dd337cbdc52d2cf651159a90ce13d0dd22ebf6257e142 SHA512 20b72d66d1955e609b45dbe20e9a9fafd29f9ec1f263356a81f1e5333b178c9de65772b0b695a550180bea38660fb444866d11c7e32d2ee01764e32d3e1f1cc6

View File

@@ -1,31 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Python API for controlling Broadlink IR controllers"
HOMEPAGE="https://github.com/mjg59/python-broadlink https://pypi.org/project/broadlink/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/cryptography-2.1.1[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
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
}

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python API for controlling Broadlink devices"
HOMEPAGE="https://github.com/mjg59/python-broadlink https://pypi.org/project/broadlink/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/cryptography-3.2[${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
}

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )