Skip to content

Commit 0c7ef90

Browse files
committed
dev-python/androidtv: drop 0.0.72
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent e39c0a8 commit 0c7ef90

File tree

4 files changed

+5
-38
lines changed

4 files changed

+5
-38
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1993 Ebuilds in total, 1982 of them have in total 2001 (42 different) licenses assigned.
620+
There are 1992 Ebuilds in total, 1981 of them have in total 2000 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1126|
624+
|MIT|1125|
625625
|Apache-2.0|455|
626626
|GPL-3|130|
627627
|BSD|112|

dev-python/androidtv/Manifest

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
DIST androidtv-0.0.72.tar.gz 61558 BLAKE2B 1dd4664480008bc62f06326e5f9222896508c1e89dc6fdd1d918dd38f343e9fc860471b766cc33eb23c8f865f6e1076d5aa01bc51dbd20580e876967960c1c7a SHA512 f1bb967ecf9da283ca4f8fe435328c3ee9b3a3b7995f5dec2824ee00a6eb849dafe923f3d0543b0fffdb7e04fb9ae77f5c17e9cc816f3566eedad109ae1d0b8f
21
DIST androidtv-0.0.73.tar.gz 63050 BLAKE2B d97c2c3e1acb8624eee70b8940232b623e374c40056df2c7db7ec77f929743c881316a2ee4a016007407e438f0b9235273454947827f3f66f312a1cb72a7bc55 SHA512 fea66e7e0fc815902b3175201d8deb8515c4bedf451c6d546b6fb93a0c1b471a00d2af1975e4deb24b5ac8035413732aafecee9c9d8f8d19210e172851d8a65b
3-
EBUILD androidtv-0.0.72.ebuild 801 BLAKE2B 759270d1a70459bacb32069916f68a44a8e65f3f10f478247019f7e33bc9302f8b40cf2c9053b8ba0671866b101abc80bfaa629d67e41fdf35f5ccabf3355c61 SHA512 0f9a53cf4a73cad9cd516fffcdb1c3adda6eeba974f5d5b701b888b1aa373dd03b59c8e2ceb8b7d60c5caca10888006c9e48eb766407ceea15e2a3f907dc4f80
4-
EBUILD androidtv-0.0.73-r1.ebuild 947 BLAKE2B 145edc6d8f27dbd6eae6f908c315bedc34d3222529a34fabe5f42e1dd4e1d7651852efa467f859b5a13cf72db0b2be2ac4196f17da44a7101317bf3ff878089c SHA512 4e4364ef0e2e1b84ee546d95dc85fa50a6c3d83b230e9a9e138df51f1b13f2a1322e14faebf0773c876dbd84b957763247d5f891c330228bf9577d03d73fe7d3
2+
EBUILD androidtv-0.0.73-r1.ebuild 947 BLAKE2B 81be177eb85f96a6bb1d064081e7f6c4745f897cd850a45dd67ec7a7a6300c81b2e5aa01fd4d2f865aef6107e3bbb9fb1f0e218915b63f25610db7e0fe8e61af SHA512 79bba15ea8c0a885b31d429aab753287ae296b3d01ac7ade27215a45e631139410da03e5a2b4c41c3cdabf117ca378696309ac0753dec8e1e06617d96680a179
53
MISC metadata.xml 602 BLAKE2B 5d3137a55716dfabdcd2d0fbd2f6f997400b76458e0693386ff503c8f896022ff190f7374d7f61a2721669b803a17a316fd2295a1f4b024b364f75c9370cc82c SHA512 891e755563dafef4181ad08a482d52d7715728d3beec989c890a77cc0beb511d94988de29ef4af96506c09e4c640192b2dc3939d9ed5418fd4124844ce77f11f

dev-python/androidtv/androidtv-0.0.72.ebuild

Lines changed: 0 additions & 31 deletions
This file was deleted.

dev-python/androidtv/androidtv-0.0.73-r1.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55
DISTUTILS_USE_PEP517=setuptools
6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..12} )
77
inherit distutils-r1 pypi
88
DESCRIPTION="Communicate with an Android TV or Fire TV device via ADB over a network."
99
HOMEPAGE="https://github.com/JeffLIrion/python-androidtv/ https://pypi.org/project/androidtv/"

0 commit comments

Comments
 (0)