diff --git a/README.md b/README.md index 283098e41..2f396f2cd 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 1746 Ebuilds in total, 1735 of them have in total 1759 (43 different) licenses assigned. +There are 1745 Ebuilds in total, 1734 of them have in total 1758 (43 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1020| +|MIT|1019| |Apache-2.0|364| |GPL-3|110| |BSD|98| diff --git a/dev-python/aiolyric/Manifest b/dev-python/aiolyric/Manifest index 84b211b81..4900add6b 100644 --- a/dev-python/aiolyric/Manifest +++ b/dev-python/aiolyric/Manifest @@ -1,5 +1,3 @@ -DIST aiolyric-1.0.9.tar.gz 6408 BLAKE2B b5ea6bc3263f41c4cd9344e45c6d3a4f53facacdc74c35528ec183b7170b40de346d34d43e9dc999bfaae95c0c39baf272f28b698d7206a91f27cdc95a003239 SHA512 774d75a9a95124b3efab276dae1fa02005dcf930c031ae25390184c8899e9b04d1e17bc69390c31ca33e7463f386afbb74e3650c97ccad4fe6742df5f6682a17 DIST aiolyric-1.1.0.tar.gz 7056 BLAKE2B 4a29729f15f56ec6f50b7bad5221f8ee83505400d9ec98e7b690e0de7ca4e7a7cec77a0ea4d0a3372009798b29e716efd34fb9ffcab260ad6f4bba77497a3894 SHA512 1c6bef6b46f7f54edc9d423248389193f74613f834a5e2b540d849ecdb5b3dcee90614b2c616db7cd16c918d08ca6e0f2c68cad3020c0cefd4e5db763c0a8fef -EBUILD aiolyric-1.0.9.ebuild 650 BLAKE2B 6dd65ab1168fe249d590c7c465302d5431179a4a2e5740bd1bcb00395b04e33e24eb411e466e842ae5190acca8f2d548b588dc1ae7aae78b225df760d1fab103 SHA512 b78954fc5de1f93696ea9cbfe0a135b55df40c33b76e516cb787ef0bb48e2eefa25c2f098802aed5f14d8b94ddb7e7204a83c89fe5680db3fb96694e22f6d0f3 EBUILD aiolyric-1.1.0.ebuild 650 BLAKE2B 6dd65ab1168fe249d590c7c465302d5431179a4a2e5740bd1bcb00395b04e33e24eb411e466e842ae5190acca8f2d548b588dc1ae7aae78b225df760d1fab103 SHA512 b78954fc5de1f93696ea9cbfe0a135b55df40c33b76e516cb787ef0bb48e2eefa25c2f098802aed5f14d8b94ddb7e7204a83c89fe5680db3fb96694e22f6d0f3 MISC metadata.xml 517 BLAKE2B cb4a861793ed493d89a5c5d07b798ce517c2b6ded1116566bfda767dd05457a8cbbe37213fbe4caabd7602887645e37d6ddca021ce7ac1040717b8b9702e63e2 SHA512 06f86fc3f6e239692c213792532757dc4a18089612e38ff5130883eb07eae4f6cb5d8cf7e4d924900f896fdc9c87acf63d6770de3ccf3ecf82b9c7c0169d4466 diff --git a/dev-python/aiolyric/aiolyric-1.0.9.ebuild b/dev-python/aiolyric/aiolyric-1.0.9.ebuild deleted file mode 100644 index 8b77620af..000000000 --- a/dev-python/aiolyric/aiolyric-1.0.9.ebuild +++ /dev/null @@ -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 -inherit distutils-r1 pypi -DESCRIPTION="AIO package for the Honeywell Lyric Platform." -HOMEPAGE="https://github.com/timmo001/aiolyric https://pypi.org/project/aiolyric/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND=">=dev-python/aiohttp-3.7.3[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - -distutils_enable_tests pytest