dev-python/bluetooth-data-tools: drop 1.12.0-r1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-10 18:43:11 +01:00 committed by Andreas Billmeier
parent 3be5607891
commit 4882d5afd4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 deletions

View File

@ -612,12 +612,12 @@ 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 1628 Ebuilds in total, 1617 of them have in total 1630 (40 different) licenses assigned.
There are 1627 Ebuilds in total, 1616 of them have in total 1629 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|947|
|Apache-2.0|331|
|Apache-2.0|330|
|GPL-3|96|
|BSD|94|
|GPL-2|27|

View File

@ -1,7 +1,5 @@
DIST bluetooth_data_tools-1.12.0.tar.gz 14850 BLAKE2B 3dbd72c595ceeabaeec2724f80c72b25ee6f0c14dbbaa10a924a00c44a5635413b2f9a6b54a56887b2cf5df3ccd07ad120626757f00125972174a98a834a0330 SHA512 e6c16596819cab43fed3d15c037938fcb3634046abdbec59fcca65aace9aae3fdfdc627c82a97a85fad49d8a3ff840e00b99d9ee51fa22385f74c1ac1606f0ad
DIST bluetooth_data_tools-1.13.0.tar.gz 14878 BLAKE2B fa929f28f1a81f3b0d9b1b4490e2ab21c1e981e3a825b4ab464bc1d71b457e01588ccef977cdbe85cf7e313430a330d5a166e1e9da4c67f9a78f1732243e3550 SHA512 cb3ee71b796bed71dad58b1f28d314bec7f99a2ab774e35a0203675c5bc37b2c715bdbd5b1707ae22c2e79c74b8605693dd0f7ab9cac0d4122b24cbcf05f25c5
DIST bluetooth_data_tools-1.14.0.tar.gz 14920 BLAKE2B 8e08d9c497d930dd9da65c6ce749bec49f78a033cbff844e0ae23dd19faf41b2a884dd350d8dd8b126bfad5d3ecb8a22c30db39722062ea0c114823a543339e7 SHA512 151143e54fa315d6dfc3df4192a91356f041a195a8ba0cf9b319210c34287acaa3116e9d3aa1e845902a29a74f78b16c04326259df3c9c04eeabb86076eb5b9c
EBUILD bluetooth-data-tools-1.12.0-r1.ebuild 760 BLAKE2B 58b0ba8041cb671a431be46ea7b4bf380973651e5cfa6c620019c3c6e96b6a467595d7b497c2d42ff6635723f513995074691fc49079515ee1823d81124b489a SHA512 71d4edb6413adadfb34e1c5a49673d0140f951f7a2e493c2d3978fac95e94b74682914f9e9e9b0ff2503c1f3ad4e9ea4bb7c022948c8d4ebe3b070f75f563d0b
EBUILD bluetooth-data-tools-1.13.0-r1.ebuild 760 BLAKE2B 58b0ba8041cb671a431be46ea7b4bf380973651e5cfa6c620019c3c6e96b6a467595d7b497c2d42ff6635723f513995074691fc49079515ee1823d81124b489a SHA512 71d4edb6413adadfb34e1c5a49673d0140f951f7a2e493c2d3978fac95e94b74682914f9e9e9b0ff2503c1f3ad4e9ea4bb7c022948c8d4ebe3b070f75f563d0b
EBUILD bluetooth-data-tools-1.14.0.ebuild 760 BLAKE2B 58b0ba8041cb671a431be46ea7b4bf380973651e5cfa6c620019c3c6e96b6a467595d7b497c2d42ff6635723f513995074691fc49079515ee1823d81124b489a SHA512 71d4edb6413adadfb34e1c5a49673d0140f951f7a2e493c2d3978fac95e94b74682914f9e9e9b0ff2503c1f3ad4e9ea4bb7c022948c8d4ebe3b070f75f563d0b
MISC metadata.xml 531 BLAKE2B dfe73f41530273a0247cd87f68280675e0667b36d5bbbfea05e1dc4b485d923d96547ff0551864ebbaa991122235e0b13150aff148092d8d8dcb544a95a49c5d SHA512 88002e357b71f089566f5db4e514fdc6d072088e0bb67f2d7943759f9b2d8cfb9a7874d3fd56b315871ff060af3459053e522cd1bf152423bbf35f38c1e9efc1

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="Tools for converting bluetooth data and packets"
HOMEPAGE="https://github.com/bdraco/bluetooth-data-tools https://pypi.org/project/bluetooth-data-tools/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
>=dev-python/cryptography-41.0.3[${PYTHON_USEDEP}]
>=dev-python/cython-3.0.2[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest