dev-python/pyblackbird: drop 0.5

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:48:18 +01:00 committed by Andreas Billmeier
parent d5a3ec2218
commit 24f94feefd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 34 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 1650 Ebuilds in total, 1639 of them have in total 1657 (42 different) licenses assigned.
There are 1649 Ebuilds in total, 1638 of them have in total 1656 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|957|
|MIT|956|
|Apache-2.0|344|
|GPL-3|105|
|BSD|90|

View File

@ -1,5 +1,3 @@
DIST pyblackbird-0.5.tar.gz 4555 BLAKE2B cfbc1133063ba8bcc434f20893e0b840b0598c9a6d91c4fcb299e3b718671480f12251cc299770eb38bc5a883e4b413f5678a9a6dd77e1ade16c40a2a547cc38 SHA512 88d81a674499ea562ffbc5924194f6fe2b4269a3cb2f99dc9c1a0994f71f6164c9204cc6a7ca10ed6f483bdf642262fc5807e532491c7eba9207d8bf03005921
DIST pyblackbird-0.6.tar.gz 6963 BLAKE2B 926d5683e20c619fc4637320fd007ec553899523f346cfe7856015f0d24ab93f1b13c7e79816abadaae61fafac6c0f99d4114399b696d7c455e4d23a72d02d38 SHA512 c5fc0dbbb776dc0a65a19b1f40389ded1280d49ed7046ab959328024e6b775d2bad03c73b0d7c8bb83df804f52a00490c67da90c6cde7ca327b1c3d01b24a6a2
EBUILD pyblackbird-0.5.ebuild 698 BLAKE2B f85c52560bde0a70f0dc514fc22c02a7a5c10f0baa20ef2a9a6242a76e8d3793e8baafda3c6e8a4a2d9ed4132d3dd999b3df6c53716950a44cce7857c223aa9c SHA512 df877fb707adfff00824f1a67eec575aa3bf6c5ed86e2c25e3524c53adf3714b75970b4faa5a6877fd2148906093f820a1d3c952a283f20f6745f9a763831c62
EBUILD pyblackbird-0.6.ebuild 698 BLAKE2B f85c52560bde0a70f0dc514fc22c02a7a5c10f0baa20ef2a9a6242a76e8d3793e8baafda3c6e8a4a2d9ed4132d3dd999b3df6c53716950a44cce7857c223aa9c SHA512 df877fb707adfff00824f1a67eec575aa3bf6c5ed86e2c25e3524c53adf3714b75970b4faa5a6877fd2148906093f820a1d3c952a283f20f6745f9a763831c62
MISC metadata.xml 514 BLAKE2B dbd68015bb7a1a130aaa460b729b6453fa37715293ba54ec0b09efbcfdbae376d3426aca8a0416c9c5dedb692c60cf65dbda6402fd5d23e971a501b6901c385f SHA512 248d2aad18773586570cbe4151a9bc27d79537e94b3442879423dfdf44b69b10162d4bfadef78defce70a26e69c6ce340f12e1ec9ca830addc17cf3f61ae7895

View File

@ -1,30 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python API for talking to Monoprice Blackbird 4k 8x8 HDBaseT Matrix"
HOMEPAGE="https://github.com/koolsb/pyblackbird https://pypi.org/project/pyblackbird/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/pyserial-asyncio[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest