dev-python/bsblan: treeclean

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-02-28 07:02:48 +01:00 committed by Andreas Billmeier
parent 56a8ddf0e6
commit 323b71c6ae
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 57 deletions

View File

@ -573,11 +573,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 1735 Ebuilds in total, 1724 of them have in total 1728 (34 different) licenses assigned.
There are 1734 Ebuilds in total, 1723 of them have in total 1727 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1012|
|MIT|1011|
|Apache-2.0|372|
|GPL-3|107|
|BSD|91|

View File

@ -1,3 +0,0 @@
DIST bsblan-0.5.0.tar.gz 9421 BLAKE2B 30f5487abcfd9b281a3ac6d6ae9c7105ed7d8aa023d30acae67275d3fb7d9e5eb673532e2cb905f3f100214bbc52045182cf9e25985ed2837ee0f7541133bba5 SHA512 05326cab2310f3561303fde3fb5d8ef7c557d202165b0e531e0e7f30cd029445e4a338b9f879b3d4a9aa3e15f4ad5e4530b233e0356b744c95c115ed6de5825a
EBUILD bsblan-0.5.0.ebuild 818 BLAKE2B 78e5c0ce0271db975013aa3a3b963d9e508400fed9b3e7a1eeacfd9e2358e8571659ad503576d8b4b108064cfbf85caf4867d8a89e647ade113518991c541e59 SHA512 5de857bc208c8841bcf283e6439fe5c42264586c4d6e09a7809f9aaa6932ae249a354f7ea147222324b83fd32f614a2c0f9e4ca251fb10c397d9c1459069100e
MISC metadata.xml 527 BLAKE2B f19321269e516c098ae3fd707c0ed73d8325ef08da73ee967415af70f44ade4e0da85faeaa6d67740352bc892be5b60dd6507a55f81eb62102a92a9c4ffbec71 SHA512 d9496b28a3e2c9395a16e3badf3783cd11c94675654ddc8169ed957b107e4aa71073ead5c80c709790125d00949b9370d9cf8ea55b701f52160975cbb5b36431

View File

@ -1,36 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Asynchronous Python client for BSBLan."
HOMEPAGE="https://github.com/liudger/python-bsblan https://pypi.org/project/bsblan/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/attrs-19.0.0[${PYTHON_USEDEP}]
dev-python/cattrs[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,16 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">bsblan</remote-id>
<remote-id type="github">liudger/python-bsblan</remote-id>
<maintainer status="unknown">
<email>liudgervr@gmail.com</email>
<name>Willem-Jan van Rootselaaar</name>
</maintainer>
</upstream>
</pkgmetadata>