dev-python/androidtv: drop 0.0.72

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-09 19:18:13 +02:00
parent e39c0a84aa
commit 0c7ef906aa
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 5 additions and 38 deletions

View File

@ -617,11 +617,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 1993 Ebuilds in total, 1982 of them have in total 2001 (42 different) licenses assigned.
There are 1992 Ebuilds in total, 1981 of them have in total 2000 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1126|
|MIT|1125|
|Apache-2.0|455|
|GPL-3|130|
|BSD|112|

View File

@ -1,5 +1,3 @@
DIST androidtv-0.0.72.tar.gz 61558 BLAKE2B 1dd4664480008bc62f06326e5f9222896508c1e89dc6fdd1d918dd38f343e9fc860471b766cc33eb23c8f865f6e1076d5aa01bc51dbd20580e876967960c1c7a SHA512 f1bb967ecf9da283ca4f8fe435328c3ee9b3a3b7995f5dec2824ee00a6eb849dafe923f3d0543b0fffdb7e04fb9ae77f5c17e9cc816f3566eedad109ae1d0b8f
DIST androidtv-0.0.73.tar.gz 63050 BLAKE2B d97c2c3e1acb8624eee70b8940232b623e374c40056df2c7db7ec77f929743c881316a2ee4a016007407e438f0b9235273454947827f3f66f312a1cb72a7bc55 SHA512 fea66e7e0fc815902b3175201d8deb8515c4bedf451c6d546b6fb93a0c1b471a00d2af1975e4deb24b5ac8035413732aafecee9c9d8f8d19210e172851d8a65b
EBUILD androidtv-0.0.72.ebuild 801 BLAKE2B 759270d1a70459bacb32069916f68a44a8e65f3f10f478247019f7e33bc9302f8b40cf2c9053b8ba0671866b101abc80bfaa629d67e41fdf35f5ccabf3355c61 SHA512 0f9a53cf4a73cad9cd516fffcdb1c3adda6eeba974f5d5b701b888b1aa373dd03b59c8e2ceb8b7d60c5caca10888006c9e48eb766407ceea15e2a3f907dc4f80
EBUILD androidtv-0.0.73-r1.ebuild 947 BLAKE2B 145edc6d8f27dbd6eae6f908c315bedc34d3222529a34fabe5f42e1dd4e1d7651852efa467f859b5a13cf72db0b2be2ac4196f17da44a7101317bf3ff878089c SHA512 4e4364ef0e2e1b84ee546d95dc85fa50a6c3d83b230e9a9e138df51f1b13f2a1322e14faebf0773c876dbd84b957763247d5f891c330228bf9577d03d73fe7d3
EBUILD androidtv-0.0.73-r1.ebuild 947 BLAKE2B 81be177eb85f96a6bb1d064081e7f6c4745f897cd850a45dd67ec7a7a6300c81b2e5aa01fd4d2f865aef6107e3bbb9fb1f0e218915b63f25610db7e0fe8e61af SHA512 79bba15ea8c0a885b31d429aab753287ae296b3d01ac7ade27215a45e631139410da03e5a2b4c41c3cdabf117ca378696309ac0753dec8e1e06617d96680a179
MISC metadata.xml 602 BLAKE2B 5d3137a55716dfabdcd2d0fbd2f6f997400b76458e0693386ff503c8f896022ff190f7374d7f61a2721669b803a17a316fd2295a1f4b024b364f75c9370cc82c SHA512 891e755563dafef4181ad08a482d52d7715728d3beec989c890a77cc0beb511d94988de29ef4af96506c09e4c640192b2dc3939d9ed5418fd4124844ce77f11f

View File

@ -1,31 +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} )
inherit distutils-r1 pypi
DESCRIPTION="Communicate with an Android TV or Fire TV device via ADB over a network."
HOMEPAGE="https://github.com/JeffLIrion/python-androidtv/ https://pypi.org/project/androidtv/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test usb"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/pure-python-adb-0.3.0[${PYTHON_USEDEP}]
>=dev-python/adb-shell-0.4.0[usb?,${PYTHON_USEDEP}]
>=dev-python/aiofiles-0.4.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -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
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi
DESCRIPTION="Communicate with an Android TV or Fire TV device via ADB over a network."
HOMEPAGE="https://github.com/JeffLIrion/python-androidtv/ https://pypi.org/project/androidtv/"