diff --git a/README.md b/README.md index 6220b837e..c4830a119 100644 --- a/README.md +++ b/README.md @@ -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 1724 Ebuilds in total, 1713 of them have in total 1737 (43 different) licenses assigned. +There are 1723 Ebuilds in total, 1712 of them have in total 1736 (43 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1005| +|MIT|1004| |Apache-2.0|359| |GPL-3|110| |BSD|97| diff --git a/dev-python/bond-async/Manifest b/dev-python/bond-async/Manifest index a98e00b74..f72d21717 100644 --- a/dev-python/bond-async/Manifest +++ b/dev-python/bond-async/Manifest @@ -1,5 +1,3 @@ -DIST bond_async-0.1.23.tar.gz 8852 BLAKE2B f2c5cefaead78f45f056126270b3b08ca02674f0f37227a3e425e1829f410ab6b804fdbe9bc9f2f8efc4e20adf8b075f6606c7276478314f5c3feeb50aa28d8a SHA512 3182d32c5508dd830c194621fc71f79b1893856368ac6dea45b94b3ead340504fe93bb81d2956451d1f5af7890ad4381f16ef2e9c4b4a671aaf65009aedc0c2d DIST bond_async-0.2.1.tar.gz 9629 BLAKE2B 997992e1e27bc6b69ba7b466d26ce0e29a53b13a4949f85e031c6719b8e829d71b0d36e80698f69e66277c520d40fe2a7b5b6b37070a6cb9d65f7f7da9c96116 SHA512 3a9b1b8565b7e8efed21e5c0b8e8792cf378ded9c12fdf7370682aaabe8d3a313d01543372c6f2c9b1db7daefef9c10acc68a78e7cdec89d53e904547fbb17ba -EBUILD bond-async-0.1.23.ebuild 705 BLAKE2B 2ec1dd389bc4c7cfde341328f6d2cf93d1d7424c576984ef5bbb34bd6d6536e36b53f2b8c635bd9cd4818ad8ca058cadaa15f96401a42cdef4579ad69805f2ee SHA512 d79e1e3093bad5e5b90db4d25377600d1053f49f7294430045f181706b1902b196387bcfad39880cc2b50a602562d7da4fafd342f00d97e72d175feab2fbfdd1 EBUILD bond-async-0.2.1.ebuild 750 BLAKE2B 71e5a233586b1e5d62720988f8dfb0ad4b04c8be22e89d0331b5cadfaac95d96b58019dcb1c6507ef3a1d1c1363bd0e412cb72043fe1ad11a4a13f3d6d6c477d SHA512 7bb4784e51aa398977e3fdf71e34086dc87a502f8547c6d05bcf81848d04fd538863288061b0f902ce496f5b0c492132a00bc2ca3646d6f231805000758258bb MISC metadata.xml 513 BLAKE2B 9ddb9fe8db74d6dbaed1b43d3e112323a24592bb4b2b7268c663ff31c3b19e074ec9685531752f411d684c79fb48e117c67be6d39da9b7084ee5b6f437f1f944 SHA512 ccb3f5f7cbdbc8a7eeb5bd48f3530b6cd079d38bc97456e20a74797dcd8377e51fb87dc32ea7c281ce8fec98dcab7a763a68930c03911dfadd51f0b3d48867e3 diff --git a/dev-python/bond-async/bond-async-0.1.23.ebuild b/dev-python/bond-async/bond-async-0.1.23.ebuild deleted file mode 100644 index 2107796c5..000000000 --- a/dev-python/bond-async/bond-async-0.1.23.ebuild +++ /dev/null @@ -1,32 +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="Asynchronous Python wrapper library over Bond Local API" -HOMEPAGE="https://github.com/bondhome/bond-async https://pypi.org/project/bond-async/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND="!dev-python/bond-api[${PYTHON_USEDEP}] - >=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - -distutils_enable_tests pytest