dev-python/androidtvremote2: drop 0.0.7, 0.0.9

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:07:25 +01:00 committed by Andreas Billmeier
parent f8a326b0dc
commit f6db6c3afc
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 68 deletions

View File

@ -612,12 +612,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 1651 Ebuilds in total, 1640 of them have in total 1654 (40 different) licenses assigned.
There are 1649 Ebuilds in total, 1638 of them have in total 1652 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|948|
|Apache-2.0|352|
|Apache-2.0|350|
|GPL-3|96|
|BSD|95|
|GPL-2|27|

View File

@ -1,7 +1,3 @@
DIST androidtvremote2-0.0.14.tar.gz 25207 BLAKE2B c0ed73e5b207e12aeb45935419fc77face3d945c319e1afd3eb62a5e24eb98a0a4693af307100c1e4836c57e984d59f4b35d15bbb5de99b68bb67da306eb177f SHA512 a649366a8e179f31c67823d03656ad7234eb25f04a061c8daec11c5d2c0762d39e9eb51b999a754c4df0520b3adc543f28e9ad75af7e8e527b7a24ae492312b3
DIST androidtvremote2-0.0.7.tar.gz 24040 BLAKE2B 5bed993d4381622e82cafbdeb2153b1e0b9cf02ecee75f6398990c7b105579badb140c69d3b1f45bb5690ad0e5636af9e03e45783dfa4037a568e7c1ee3ce9f3 SHA512 6f1dae80747de20d6cd8726f0eb56e18bcb22ebd9eb5ef128ef15ba7b07950f915967b8cb152fe6e986908cd07bfe330f5c3a0dd2c636735600694d6ec9788d0
DIST androidtvremote2-0.0.9.tar.gz 24175 BLAKE2B 3b95d32cf0531b1bc55b16724aa992f7642a7b08727a8bceefbcdef4908927d63899b10f23086a2c913b0790052e74d72d699fa548f01f708263085bc55e5958 SHA512 5a39a94655bb7a95e43f0bdabc83dcedddc7ac3ca03224b330c342514c8362857113a618009e0fb3eec258608097da62e9c2b3b85ee8e239192a192562c740ba
EBUILD androidtvremote2-0.0.14.ebuild 836 BLAKE2B f8ee5a71d734ea67f0be563397a4ff15c1468ee13b57bfb4be59d3e1f8fcf3ee3e556aaef75979997e554a7f474e863bd18348e7f387f257faf02162fd94b553 SHA512 88b0bf47ce429bdc53607125172be169258ba7c7ef7c4b7ae81a1674161b9cf621e83abedb3f03f5eea57a39fe2708563695172a13e884676f4117cd75db3d40
EBUILD androidtvremote2-0.0.7.ebuild 816 BLAKE2B c25b3ea73d3d46fd19c4fb3aee7e2466b86b65b2ea6cfe199376af42fd16078b65f7afa740ab29b4776b4aa6b2f062a219d3954a49db304da8f541b941bbf0a5 SHA512 6b8d88a85161cc9957c6bad9330fb4fabd0e7093010d9a0fcc85a157f8e411dddc882d2559626665505e8b2c8977cee0ae902eea634b24acbd01b0135efce5ae
EBUILD androidtvremote2-0.0.9.ebuild 775 BLAKE2B 03627a6c08c89c9adeede08e446e72892277ef8a31fca1156f87b148be0b307fdf2bff591e4d65581bb04afbbff187266aea610ad1efdb29edae4eea8e12f8f7 SHA512 2d8f2b5aa6d9f3c10e42fc840145c475e358f9835389b303f664f3072d905ca2d36e834dc2badd15355725a0588fa67eef82e1038a3aeba3915ee7c09b4c8d16
MISC metadata.xml 522 BLAKE2B 516348610d828c7fc831d74b22577a3dfca8326e5683a7d2d5e501e98b31d41a33267f93eacc8dce10c83b1da56cc5fb3fe2cb696cbb840f265fddec54a43afa SHA512 c909021bb51c51c0ab098a1cf565bf1e03b2ca09060392e3958b6a4b9b80ef077b824ebc422902ac48135b9cfd95f8c565a366b7e7ee9de4312caa5f99005e10

View File

@ -1,33 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A Python library for interacting with Android TV using the Android TV Remote protocol v2"
HOMEPAGE="https://github.com/tronikos/androidtvremote2 https://pypi.org/project/androidtvremote2/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiofiles-0.8[${PYTHON_USEDEP}]
>=dev-python/cryptography-3[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-4.21[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,29 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A Python library for interacting with Android TV using the Android TV Remote protocol v2"
HOMEPAGE="https://github.com/tronikos/androidtvremote2 https://pypi.org/project/androidtvremote2/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiofiles-0.8[${PYTHON_USEDEP}]
>=dev-python/cryptography-3[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-4.21[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest