dev-python/beacontools: drop 1.2.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:08:00 +01:00 committed by Andreas Billmeier
parent 23e57546c9
commit ac1c37e8c5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 27 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 1726 Ebuilds in total, 1715 of them have in total 1739 (43 different) licenses assigned.
There are 1725 Ebuilds in total, 1714 of them have in total 1738 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1007|
|MIT|1006|
|Apache-2.0|359|
|GPL-3|110|
|BSD|97|

View File

@ -1,5 +1,3 @@
DIST beacontools-1.2.3.tar.gz 13435 BLAKE2B 527c5fa4db215853b8cf60c0f0119d202e10879217b83571e864e1e2222aac33602bb8674c4b5e85fa2d251dd95137bdd637f2e889525059f0e4f2695cb909de SHA512 98db16dec8b0f8f06637d8f946b7d9bfcfabc40dee5bc2f29de68de0b5d6fae3f1f1e7dbf00751c38958318ce1bce075b125c340d11093f43b84aed72c8a1580
DIST beacontools-2.1.0.tar.gz 24761 BLAKE2B 05dfcb773e680d0cf383ee77f247ea29e1bab1e01aa93a9e31ac87ada0f31a6a0cf8e510fd016715c31ee3297b52f44c740a23a6a0cbbd75b9556fc0aa311650 SHA512 5386d71114f82f2d65b41029e7e6cd302cd04330177f8ba966e908116ed95cebdb6ac165ccd3b846a3be53b2b3b8f6205c525a214059a574cbebf2c611e53646
EBUILD beacontools-1.2.3.ebuild 629 BLAKE2B 657173d07856bd7b9fd114a48f0d0a4341dafe35fa3308efbadd21ad7a643a958eab5d33c0c705b2731388ac4aa6a798eaee27c0a982f23d0b745db287bdfc27 SHA512 45ed6f8020f07b8c092bf3fb1e3c2368ee41a2c6e391f9679ded3de72409358c4728f1101266c4fb66cc03d1d888cb9d0afd656edfea0845528946ec893e281b
EBUILD beacontools-2.1.0.ebuild 676 BLAKE2B 95e7834fa206b3a8df5b85cd34b0f41e16cc591e5e7806b6ba62ac42fe312c92fc06dbfa969b857cf904dc4bec72b2db558119e134dcf97543dca1180c4b69a2 SHA512 235163ab38ce1302b8b7025d65b5fc0675c2ebe6746840825564e7e77e4e2f476ebd2651209531bcd3c1ae09e65d702114689d2351de2cf3a928f7b9aacc13bc
MISC metadata.xml 511 BLAKE2B df250863cae427a3357c6711a8f77150e8c80f89aaa2e438d420b8eb79cb4a66a9c3392eb525bff7ca8e85661925dd74633dc689244e0a35c971b157fd4b8f36 SHA512 af1c93220d591c21d2a660c14b57b3234ad2c54343545916561a498c225321fde8903ef416e9930e5d6274fc098411a39258a79487b6656dd532a67650659cb5

View File

@ -1,23 +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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A Python library for working with various types of Bluetooth LE Beacons."
HOMEPAGE="https://github.com/citruz/beacontools https://pypi.org/project/beacontools/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/construct-2.9.52[${PYTHON_USEDEP}]
<dev-python/construct-2.11[${PYTHON_USEDEP}]"
distutils_enable_tests pytest