dev-python/crownstone-sse: drop 2.0.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:12:07 +01:00 committed by Andreas Billmeier
parent 4c4fd3069a
commit 9e76a2b278
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 1717 Ebuilds in total, 1706 of them have in total 1729 (43 different) licenses assigned.
There are 1716 Ebuilds in total, 1705 of them have in total 1728 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1002|
|MIT|1001|
|Apache-2.0|357|
|GPL-3|109|
|BSD|95|

View File

@ -1,5 +1,3 @@
DIST crownstone-sse-2.0.3.tar.gz 16652 BLAKE2B 6700d5f3e471bb3ba68ccca0323e35637408811e0b5c15ec3330555ec7c34afeb0d754e8623fd23574511ea8dfe26224692b1a86e88bfe098d83274d287a8ce6 SHA512 483b69757fbe1f8227f9bee6c40675a126c85524e6d762d548d1fc665cc99514fcc5472f8fc88041f2278b235502b7675efff1d5e479d684bf17ee3fc59504f0
DIST crownstone-sse-2.0.4.tar.gz 17044 BLAKE2B b8ba2c2293e5a906a2a0c9dc00672e57e1f682de42043f2972bcfcd20197e5a042e16afb601b54d01987929c634b3b8694cc9bb2bbe656aa616b7983fa6cc5e1 SHA512 0dfffaf9e0c616f9247b5e6f14d5c778e26c23b503ac18e6cfef858c79f34f3dc08e0ee6dcf51c64213e6c82e0723bc4fb316cc6152fdf159b8a874eea3fde8f
EBUILD crownstone-sse-2.0.3.ebuild 764 BLAKE2B eaa2968ad8af7400c0021e56e85fdb7c43141fd2b4af25b279048e0dfaac29ad705cb630c88de74b4bdd67e949b8c1fb74ec5fd70b420fb06040f4117bb25453 SHA512 b78076cdcef14efe135ba790d9c47f634f0e620f3c26404232fef8a83c6d3b1fc19f96aad11c25f337e5337d7b45807414bedb9463a2ce8823cc64ba86c30c2e
EBUILD crownstone-sse-2.0.4.ebuild 764 BLAKE2B eaa2968ad8af7400c0021e56e85fdb7c43141fd2b4af25b279048e0dfaac29ad705cb630c88de74b4bdd67e949b8c1fb74ec5fd70b420fb06040f4117bb25453 SHA512 b78076cdcef14efe135ba790d9c47f634f0e620f3c26404232fef8a83c6d3b1fc19f96aad11c25f337e5337d7b45807414bedb9463a2ce8823cc64ba86c30c2e
MISC metadata.xml 411 BLAKE2B cac96005e7fe560b1811534f344cbd40cf17fc99d6843d8905d8429862a8657064a970d58b8d48b6e1d2e3a731c948635f24cc1a5e638eb7baee05348b8ab25e SHA512 793c68f4c7722212b8d1cf9cd625b73a6da61785d6edc89853922af2d228435864afe4d762b3da3314db09164cbfd4198164a53672809f49cd11ee039992b6fd

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_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python library that listens to Crownstone SSE events."
HOMEPAGE="https://github.com/crownstone/crownstone-lib-python-sse https://pypi.org/project/crownstone-sse/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
dev-python/certifi[${PYTHON_USEDEP}]"
BDEPEND="
test? (
>=dev-python/asynctest-0.13.0[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest