dev-python/denonavr: treeclean
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
d80d3ecb92
commit
70e1d8ae46
@ -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 1712 Ebuilds in total, 1701 of them have in total 1719 (42 different) licenses assigned.
|
||||
There are 1710 Ebuilds in total, 1699 of them have in total 1717 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|998|
|
||||
|MIT|996|
|
||||
|Apache-2.0|355|
|
||||
|GPL-3|109|
|
||||
|BSD|93|
|
||||
|
@ -1,5 +0,0 @@
|
||||
DIST denonavr-0.10.12.tar.gz 167623 BLAKE2B b0d12782e21cf08ba72e069e4952d2c531669de7f357af34f8aa3254cb67c80b75989f67a37281420e7dbb7929082a92327ebf1bb744539e9d2396117ff54714 SHA512 791205d4b367f05388a262935c3e24086cf1603eafc65881fa31e323e9c16c4ac6fd9f09672586fffc63a7a306556183732d71820f05e7c6c66cf17cb33af9c4
|
||||
DIST denonavr-0.11.1.tar.gz 173372 BLAKE2B a18bebfd66d1974b10e23f08fa2e2ca1ebef45ed29edf77ce9d68a26c657aebdc906bf10154d1a3ae94f1cb97ebe58a54434f3bba2510323a2a651e87f2e6987 SHA512 4354873577fbb021dee198a955c8fd89115c379c8e558ef827224a4dbdb2705edddcfa071cc42f923a12f9730b5a9adbfa85eae8f6f377357c854cb48a01d5e7
|
||||
EBUILD denonavr-0.10.12.ebuild 866 BLAKE2B 3f9e9d106a2ce8633f7bb783ae822227f5556f7248b77a511d8e43b6479979f15b5c2734c47a9fad0928909a62625cf2226bc9dc34451ef9b3741d0da1e8524c SHA512 0f097ab3168a880eea092c88d5580e401b9475c330f04170590512b5a9975bdeeb9e7e870f7836619582b1b71b3ab43cc2c3938d65b377afc0812f226d99c3b9
|
||||
EBUILD denonavr-0.11.1.ebuild 958 BLAKE2B 2bd3a27b73eb4395b11ce296552f39868c3ac0a794c138403c5513b07b37f332315920e3b25d562ae13c94c5dcbd827418ada305935abbc8c04a4f38b0f12645 SHA512 b23497f2585467876ee4841ed56778d061e26e793db5a9b74053dd3f81dc1d18dac39f944be9ce8aa72cb52a511200bb75deb05d8e21bc4dd0c395452486c9a1
|
||||
MISC metadata.xml 508 BLAKE2B cc00d358c1405aa96a7283ac1bad63c2da53c085ffcaa8804c05d37583715140228a08d0b9a6553103e37a9bdedfa3f6ac43caee2ae89447cd079f9525db2f7f SHA512 186d551f84ce632b517ca6143b85f751b418993c95fa29c794e27889aa1033429a8705474079bcee800bb54b23751cbdfaaa7bb2f4e173af0b9af1327abd3810
|
@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_REQ_USE="xml(+)"
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Automation Library for Denon AVR receivers"
|
||||
HOMEPAGE="
|
||||
https://github.com/ol-iver/denonavr/
|
||||
https://pypi.org/project/denonavr/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/asyncstdlib-3.10.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
|
||||
dev-python/defusedxml[${PYTHON_USEDEP}]
|
||||
>=dev-python/httpx-0.21.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/netifaces-0.11.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-httpx[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_REQ_USE="xml(+)"
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Automation Library for Denon AVR receivers"
|
||||
HOMEPAGE="
|
||||
https://github.com/ol-iver/denonavr/
|
||||
https://pypi.org/project/denonavr/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/asyncstdlib-3.10.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
|
||||
dev-python/defusedxml[${PYTHON_USEDEP}]
|
||||
>=dev-python/httpx-0.21.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/netifaces-0.11.0[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
>=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
|
||||
' 3.{8..10})
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-httpx[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,16 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">denonavr</remote-id>
|
||||
<remote-id type="github">ol-iver/denonavr</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>scarface@mywoh.de</email>
|
||||
<name>Oliver Goetz</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user