dev-python/androidtv: rework, remove olds

This commit is contained in:
Andreas Billmeier 2022-10-15 12:32:07 +02:00 committed by Andreas Billmeier
parent 0adf2fd8fd
commit 88be7ac800
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 7 additions and 81 deletions

View File

@ -538,11 +538,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 1730 Ebuilds in total, 1723 of them have in total 1735 (35 different) licenses assigned.
There are 1728 Ebuilds in total, 1721 of them have in total 1733 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1032|
|MIT|1030|
|Apache-2.0|334|
|GPL-3|104|
|BSD|98|

View File

@ -1,7 +1,3 @@
DIST androidtv-0.0.63.tar.gz 32155 BLAKE2B 28bfd7fa900d1fec173fa36e133836cb4adcb7a67c986ca13c5b7a8c4a9c974405464fc290f8fac6f774eb51c0592ad1c19bb1bc4eee2416eef533763f434005 SHA512 900f88e14ec8eb4f7355d6d7ed4fb4ff7bfa5000753190b6b6ad481386a80fb36e476a31afceb53547c2198fe17951fe6434127ba69abe2854a6d4b826fdd1c7
DIST androidtv-0.0.66.tar.gz 34771 BLAKE2B 3d14f8bf9434b5a77452c3bf689664720e3a340d47e5443b64fd9e34a1eeff7acebf094cb26093b902b8dc4b09aa9899c86cf7e3c75428ece0e210eec01575ff SHA512 1e41e2e651e80edb20dfa32df06c55d0678aba6a3bf94c59a05baff7f16ca52e6ff2f6967f15a74a714b400caf78aea78d0c014901d9d4d5141ad783794464f2
DIST androidtv-0.0.67.tar.gz 36352 BLAKE2B 778925f01d72f882e332fcc3cd3eca95f4f96a2755331d85047e733879e8a69b4ba0f3864846b812b78de33d66825197bd431b0cf15cb05c6c7a4b0e4fad596c SHA512 ff50e2df1c122b68d09b1536a55f81f78f552a8da4a74b38014c0f9d51b4c59ffead791eec8e26b1d780c79c0a58f188120816306d75b6666a8b9b0dad115b20
EBUILD androidtv-0.0.63.ebuild 964 BLAKE2B 13d27fdfbf7a82484b87ad33bf060f86f7b9972e017bd17a1532088eb5627097d9193202f07143edf4b1429f01e1516cdbba2037d272b435116944479afb8bf6 SHA512 6793a512da06d478a226b36c90983d1ef9451bb5b198b81039a2c8084bc3267f3350548afed9df805bedc724eddcd92973d4b49ab5784a67a62a47bfecc2d404
EBUILD androidtv-0.0.66.ebuild 964 BLAKE2B 13d27fdfbf7a82484b87ad33bf060f86f7b9972e017bd17a1532088eb5627097d9193202f07143edf4b1429f01e1516cdbba2037d272b435116944479afb8bf6 SHA512 6793a512da06d478a226b36c90983d1ef9451bb5b198b81039a2c8084bc3267f3350548afed9df805bedc724eddcd92973d4b49ab5784a67a62a47bfecc2d404
EBUILD androidtv-0.0.67.ebuild 964 BLAKE2B 13d27fdfbf7a82484b87ad33bf060f86f7b9972e017bd17a1532088eb5627097d9193202f07143edf4b1429f01e1516cdbba2037d272b435116944479afb8bf6 SHA512 6793a512da06d478a226b36c90983d1ef9451bb5b198b81039a2c8084bc3267f3350548afed9df805bedc724eddcd92973d4b49ab5784a67a62a47bfecc2d404
EBUILD androidtv-0.0.67.ebuild 970 BLAKE2B aaa612795c77515342f6e5b19f70ec14c8a76381f9fd400c0f882956d089abc3403b6fec15cd9d0d1dd74a6869d866df4dd58f5a3bc6f9cc6bd79c43d1693e96 SHA512 ffb3fe2fb658bb7e2dc0e7145fa24508469a0a8a987eefb4658201c9cddd06fe309c7f55c36e6ff61680457b8e65a1338eb7daa6c1740bd57337750a6f8ae036
MISC metadata.xml 467 BLAKE2B a18a44a1d761dd7d94f98375f0dc6607a4c0bc8414fea37cb0c952974275146c4bf4ebe4d1a62e72a514690d3c4eac92997dcb99dccf1ae42507a05458377698 SHA512 2aa06e706fb50e8766d201d65c6681f0051606b8d58836c3b9fe35f9edd43e0c9555b19ebc2b6337cca81cbb7a15f461ed808a7bce04d0add549de15ceab23e5

View File

@ -1,36 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
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/"
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 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[${PYTHON_USEDEP}]
>=dev-python/adb-shell-0.4.0[usb?,${PYTHON_USEDEP}]
>=dev-python/aiofiles-0.4.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
}

View File

@ -1,36 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
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/"
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 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[${PYTHON_USEDEP}]
>=dev-python/adb-shell-0.4.0[usb?,${PYTHON_USEDEP}]
>=dev-python/aiofiles-0.4.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
}

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test usb"
RESTRICT="!test? ( test )"
@ -34,3 +34,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest