dev-python/btsocket: drop 0.2.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
7ceaaa43e1
commit
685867928f
@ -606,11 +606,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 2396 Ebuilds in total, 2378 of them have in total 2417 (44 different) licenses assigned.
|
||||
There are 2395 Ebuilds in total, 2377 of them have in total 2416 (44 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1363|
|
||||
|MIT|1362|
|
||||
|Apache-2.0|556|
|
||||
|GPL-3|148|
|
||||
|BSD|125|
|
||||
|
@ -1,5 +1,3 @@
|
||||
DIST btsocket-0.2.0.tar.gz 17151 BLAKE2B 3787d5ccc058b96c2d49f3ea536d37e0381ccc95f49c47ab9091d431f98e49fd77dd874191dbe14a71b05f22f3af068542ef2d524a2a059deb87c74bc1aba356 SHA512 d691d3287e705b24c4ec0716337602b8adb6a105961fe7c957262327aee2011ba2425680dbf75e90a77fe06d0b691248ad505f6a3bd49287c5c070cf54231070
|
||||
DIST btsocket-0.3.0.tar.gz 19563 BLAKE2B 64a899b977888440ebad0e7e429664d0653c2993c280fea332765304d70bc71022f116bb6fc6b2d38ba32ef5c00edad350579160371daa9a8a859f7e177f8796 SHA512 a1f066ad9ad520e5a4d533749ab8c4c4c474310678a83c3f1a5a50d86dc3d50ab31c98a307d0ca8ded24e75474a577b58a69f65d2d4b65273e4cafbd1ed5d601
|
||||
EBUILD btsocket-0.2.0.ebuild 510 BLAKE2B f08079c202805f45f67c87f7a2315c8311eb3287b3d382d74c9f8a4a6fc5f223ba533c0a645de73b5b43f1e7f0246d5dc109d642f869a8ce4c07a9f9c3421558 SHA512 7c638becc47b47a49e813227b580bfbd653829bbe82ac59d1710eb414a8eb189c3e5a0b915fc025484ecc65d8c0644c4aa0a5201de624daa4f4c4c213c7160cd
|
||||
EBUILD btsocket-0.3.0.ebuild 510 BLAKE2B f08079c202805f45f67c87f7a2315c8311eb3287b3d382d74c9f8a4a6fc5f223ba533c0a645de73b5b43f1e7f0246d5dc109d642f869a8ce4c07a9f9c3421558 SHA512 7c638becc47b47a49e813227b580bfbd653829bbe82ac59d1710eb414a8eb189c3e5a0b915fc025484ecc65d8c0644c4aa0a5201de624daa4f4c4c213c7160cd
|
||||
MISC metadata.xml 521 BLAKE2B f4bd21fbabbe961d1bde9814b45636f6ea31c6b173dbaf0413bf7866192bdcf7071191b9c32b39b96b8bf191ad660c75464c2492df50520990c7c6fbb900c761 SHA512 2d8d890ad4ceb7635dbe866507d9d6ba7a49ed6f6718c452467d90696e3d2132e12db8751385d342654da10d80e3a2fba6dcedc1e5a8a25213bab59fa58094b9
|
||||
|
@ -1,20 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Python library for BlueZ Bluetooth Management API"
|
||||
HOMEPAGE="https://github.com/ukBaz/python-btsocket https://pypi.org/project/btsocket/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user