dev-python/pybravia: drop 0.3.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:48:39 +01:00 committed by Andreas Billmeier
parent c1fd99e8f1
commit 0c0208cffa
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 deletions

View File

@ -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 1648 Ebuilds in total, 1637 of them have in total 1655 (42 different) licenses assigned.
There are 1647 Ebuilds in total, 1636 of them have in total 1654 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|955|
|MIT|954|
|Apache-2.0|344|
|GPL-3|105|
|BSD|90|

View File

@ -1,5 +1,3 @@
DIST pybravia-0.3.2.tar.gz 8249 BLAKE2B 126e8d2dfae82fb0d09a8f8adf7e9bd5a0567b62a20c35664f807e126f6b40c78497814ae0702350a7db02095a7c7a85a965e8a4dedcfd81829bdc1886f27b2b SHA512 ce3a8c49e56015b48a01c3c20116728d73a0e4006190ca0917412de17efa6ef4ab2fb365e09389967013c4fa940ee8d2b8200473147bd111e639ecfea9c5d369
DIST pybravia-0.3.3.tar.gz 8322 BLAKE2B 849cb28b9f07c45a043f8f932db8ed6f2456dee963232f270fa870737c69c344e742311f03cadf8686dad0634dc2aae0bd1d02d693f6939d9b3ee2011ed0fbb5 SHA512 5fbf132c6043650b9a831dfa705547d84d782aa434e6523c324f5542e0a9e967466ed1b9da59e946ed77f9cddcfc4db3155915e80de5eef6401880294c9ad1e9
EBUILD pybravia-0.3.2.ebuild 668 BLAKE2B 7e3c54ff067e00725ae37cffd50ed48b8c7f120e37bc4a47dd82b1ccadf269ef862bd3ab986780a84c220a6a18bb0f4724c84d1f079f2791ce57a8013f8ed6d5 SHA512 3fa016aa9b4f8142c89f3705fd135d90b6dfd24cdddd936ee8a748efa83e5ac375bd7709506b40c7c0c64b941f4d6ce42aa74033eabead2d4acc97df8b00ab40
EBUILD pybravia-0.3.3.ebuild 668 BLAKE2B 7e3c54ff067e00725ae37cffd50ed48b8c7f120e37bc4a47dd82b1ccadf269ef862bd3ab986780a84c220a6a18bb0f4724c84d1f079f2791ce57a8013f8ed6d5 SHA512 3fa016aa9b4f8142c89f3705fd135d90b6dfd24cdddd936ee8a748efa83e5ac375bd7709506b40c7c0c64b941f4d6ce42aa74033eabead2d4acc97df8b00ab40
MISC metadata.xml 508 BLAKE2B 4c108b76bd8c05069c5225ccc9ea7452a18244f8b14657ff7e84d4b816dfc4aff62e0bcf14c72cf39d30cfe5bf09d06b3140a4e92d259668913670c7d88c7762 SHA512 0b5f40d19b5ba55798b8fc5999cb3619ebb1c0acf0f909758b5103791542404bb9eb14285defa0e4980c8faf9e42d2ebe7c5bea27e35ee743ed83fd53ccaaffb

View File

@ -1,31 +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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Python async library for remote control of Sony Bravia TVs 2013 and newer."
HOMEPAGE="https://github.com/Drafteed/pybravia https://pypi.org/project/pybravia/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest