dev-python/bluetooth-data-tools: drop 0.3.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:06:09 +01:00 committed by Andreas Billmeier
parent 07314d90b3
commit d1fce692c7
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 1660 Ebuilds in total, 1649 of them have in total 1663 (40 different) licenses assigned.
There are 1659 Ebuilds in total, 1648 of them have in total 1662 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|955|
|Apache-2.0|354|
|Apache-2.0|353|
|GPL-3|96|
|BSD|95|
|GPL-2|27|

View File

@ -1,7 +1,5 @@
DIST bluetooth_data_tools-0.3.1.tar.gz 10053 BLAKE2B cfb7e9cf9e3e9abb09361d1eeae5f03ad9a297b7ee1b680f27824f9a0bbc2f78d392239476681869af56409a79bab03219ce8d60e31d5bdacc15415681351b17 SHA512 42281315e6350f35e79c7a5c6f5d1ac4dd9f2d21270f669304b9f46047566028038fe8db62c87df9d054ccfbc9710e792e27bc46fd72baf8e9b54843ca54265d
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
EBUILD bluetooth-data-tools-0.3.1.ebuild 705 BLAKE2B bfefbce96a4f86ca22592a1978d8f5e750e6d2157f11b8b70743138c0751db3105140ad1859f56dd99a9d5aa8bf9b37472b26a42ea4f8868b0cc8f0e53c61610 SHA512 c91bfa903b5231f082356578ac3fed2de34234dee7d97496f3f7111360e9587d325835dde24e57bccba6c3f3974312c6ffb2a9ef6a24d7f493034ab4c68e85cb
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
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/setuptools[${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