From 323b71c6aeaed95db5bbf0e87559cf5c93cdb158 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Tue, 28 Feb 2023 07:02:48 +0100 Subject: [PATCH] dev-python/bsblan: treeclean Signed-off-by: Andreas Billmeier --- README.md | 4 +-- dev-python/bsblan/Manifest | 3 --- dev-python/bsblan/bsblan-0.5.0.ebuild | 36 --------------------------- dev-python/bsblan/metadata.xml | 16 ------------ 4 files changed, 2 insertions(+), 57 deletions(-) delete mode 100644 dev-python/bsblan/Manifest delete mode 100644 dev-python/bsblan/bsblan-0.5.0.ebuild delete mode 100644 dev-python/bsblan/metadata.xml diff --git a/README.md b/README.md index bfd695a5c..fe6766ad1 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/bsblan/Manifest b/dev-python/bsblan/Manifest deleted file mode 100644 index bacfd5941..000000000 --- a/dev-python/bsblan/Manifest +++ /dev/null @@ -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 diff --git a/dev-python/bsblan/bsblan-0.5.0.ebuild b/dev-python/bsblan/bsblan-0.5.0.ebuild deleted file mode 100644 index 23d0f99b0..000000000 --- a/dev-python/bsblan/bsblan-0.5.0.ebuild +++ /dev/null @@ -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 diff --git a/dev-python/bsblan/metadata.xml b/dev-python/bsblan/metadata.xml deleted file mode 100644 index 917acd297..000000000 --- a/dev-python/bsblan/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - b@edevau.net - Andreas Billmeier - - - bsblan - liudger/python-bsblan - - liudgervr@gmail.com - Willem-Jan van Rootselaaar - - -