diff --git a/README.md b/README.md index 741327302..0d1dca53e 100644 --- a/README.md +++ b/README.md @@ -538,11 +538,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 1726 Ebuilds in total, 1719 of them have in total 1731 (35 different) licenses assigned. +There are 1724 Ebuilds in total, 1717 of them have in total 1729 (35 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1030| +|MIT|1028| |Apache-2.0|334| |GPL-3|104| |BSD|98| diff --git a/dev-python/aioymaps/Manifest b/dev-python/aioymaps/Manifest index 5c0bf48db..197f7e2e1 100644 --- a/dev-python/aioymaps/Manifest +++ b/dev-python/aioymaps/Manifest @@ -1,7 +1,3 @@ -DIST aioymaps-1.1.0.tar.gz 4745 BLAKE2B abdf3bd1b3a454228acd48e9772851031a42bc32d82b182898ad16bcf89b3bc31ab4d93ece84289c1e2d3b4fd64dede74f0a997d4be8d0a0de10eca1c26a7500 SHA512 12a025ba2cab4a920af72d5cf1fe92ad6e5cd0418f00c5f0e3c03554019e24991c4cc77a89b70ac9032583beacd9b151d5bb0eb826995975c8cc79f8ed2013ed -DIST aioymaps-1.2.1.tar.gz 4223 BLAKE2B bb92cdbd38cefa8966c2a6e7de20ec613fdbec457846d4fd84c82c1b9d8498df08d2783e7a327fd74bc21a1c94a8a0ccd2eb853eda4beef20d0e847cc4384a63 SHA512 4b60a1a06d62bc99cf6653aeb1daf54e6c991842dc54a11d18e31a93aeaaa7bb79e0a7136f3b5710b95b6e37746d0140ffaba64abd17bc3e67509ba5ff5faf9c DIST aioymaps-1.2.2.tar.gz 4259 BLAKE2B b513785b1772440e66c61c1b84695b0d62abd28b3af7230acd3c2bf0680b0c4d9c4eea43fe47f96825e9d450f72b5969f9eb14e1f51edca2448d48c4b297847d SHA512 5728b6e7d6ae536ff2ce816aca4bf824907ac184d970b4e6a10a9305f64c8bf587db034d4af0c8d630fa0f600d897fab720378f55e7e77c022187350f99ae5b9 -EBUILD aioymaps-1.1.0.ebuild 733 BLAKE2B fea67587a2e07aef4f2ca0b9a273c991994240ca436575e0414ee5bcd7b0bc87eaa1e10414d2f3eb55ca6d824d9ca31c68f8c2e62f78059d1a519006c6340957 SHA512 ca467936d8a772c27b071d16309bd5324cd48682cb1217dd90acd2b4a09883ec766024e2d99cf05ff71082d3f3380e2de296b6976fc983b9e228c31bc0d5db6c -EBUILD aioymaps-1.2.1.ebuild 750 BLAKE2B d82e5c3b1f56d1de4fe2031cfb07a625e8b9bfca6475d93085cf398fd7dec3b7c2368c945e075cd7b460d6a09a48e7635cba0db619a7eafc3cda400a6f71d496 SHA512 18f81c2a217b804551cb3e2e249f78c75e91b5ae84be1110719ddb12e01271a7f1a9d042fb15e40ccca97114222a46b3082baba0afe7637671dabadad7733242 EBUILD aioymaps-1.2.2.ebuild 750 BLAKE2B d82e5c3b1f56d1de4fe2031cfb07a625e8b9bfca6475d93085cf398fd7dec3b7c2368c945e075cd7b460d6a09a48e7635cba0db619a7eafc3cda400a6f71d496 SHA512 18f81c2a217b804551cb3e2e249f78c75e91b5ae84be1110719ddb12e01271a7f1a9d042fb15e40ccca97114222a46b3082baba0afe7637671dabadad7733242 MISC metadata.xml 462 BLAKE2B 6f4fca3707b8617cac288db7b95f0fedf4dbf95a8a68fc276702adb581cff8d9e0d8238e0710f68aaf38d2f68736aa81f95994d67eb7cc1b301b0eced2580acc SHA512 1e92ba8aa22cdbfa4af4119418054b9cfccea10addb5b7d4a6dbfdbb2733d637182f40757d89367364becb779644d1efe7d54548fa50e5fe53f7f5dde44e777d diff --git a/dev-python/aioymaps/aioymaps-1.1.0.ebuild b/dev-python/aioymaps/aioymaps-1.1.0.ebuild deleted file mode 100644 index a7ba314fe..000000000 --- a/dev-python/aioymaps/aioymaps-1.1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Async client for Yandex Maps" -HOMEPAGE="https://github.com/devbis/aioymaps/ https://pypi.org/project/aioymaps/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - nosetests --verbose || die - py.test -v -v || die -} diff --git a/dev-python/aioymaps/aioymaps-1.2.1.ebuild b/dev-python/aioymaps/aioymaps-1.2.1.ebuild deleted file mode 100644 index 84504c782..000000000 --- a/dev-python/aioymaps/aioymaps-1.2.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Async client for Yandex Maps" -HOMEPAGE="https://github.com/devbis/aioymaps/ https://pypi.org/project/aioymaps/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.rst" - -RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - nosetests --verbose || die - py.test -v -v || die -}