dev-python/aioymaps: add 1.2.5

Closes: #3816
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-30 19:31:43 +02:00
parent a33942d60c
commit 379314709b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 5 deletions

View File

@ -606,12 +606,12 @@ 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 2011 Ebuilds in total, 2000 of them have in total 2028 (42 different) licenses assigned.
There are 2012 Ebuilds in total, 2001 of them have in total 2029 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1161|
|Apache-2.0|448|
|Apache-2.0|449|
|GPL-3|119|
|BSD|113|
|LGPL-3|26|

View File

@ -1,3 +1,5 @@
DIST aioymaps-1.2.2.tar.gz 4259 BLAKE2B b513785b1772440e66c61c1b84695b0d62abd28b3af7230acd3c2bf0680b0c4d9c4eea43fe47f96825e9d450f72b5969f9eb14e1f51edca2448d48c4b297847d SHA512 5728b6e7d6ae536ff2ce816aca4bf824907ac184d970b4e6a10a9305f64c8bf587db034d4af0c8d630fa0f600d897fab720378f55e7e77c022187350f99ae5b9
EBUILD aioymaps-1.2.2.ebuild 634 BLAKE2B b499f4a84a1154455873d2f5ca2032b98ca04ca027f597d03b809793e341b0613fbf3f86427430d195b0c3f36d3dae5917f1cc1e0f0b05fd2a6cf31833954942 SHA512 a03b77ef355d806f77f5499a0f961ceb0d2ba8ddaae1ed836fb8dbda584f50ff4e65655ae9cb186caa2225791852793c775bbdaffefa7797da6edc445a237d10
DIST aioymaps-1.2.5.tar.gz 4479 BLAKE2B 772e03726b7b4de618182e56b45d30139613795c916c66dc0d0f3cdb8ef089b0dbd5e6e456f5aaadfbcfb6ca7d00f99ae9b55c69779a349f9a54e998757356d9 SHA512 e1e443fd5779b045e38d5e36d0e2a2001f4d36d8b3075430575b7163b9c3f618143f890e15cffe95a5f590d16b50d1c2a0157f16e1f48727b256bc7489bb6ee8
EBUILD aioymaps-1.2.2.ebuild 634 BLAKE2B f7ec19bccb5425c6fe925de9efbcd9d571dfc6d8a05b607ab6ddbb18326373ec831a6681e6dee831dea5f1ca351883245d4f3cdb5243eb2cec290497abab5db6 SHA512 b0572fdd1bda34920a56013f0d676b9e4d603952f457c64896dc90de396d573c3e0fe6e84e09c7e34fc691d0d669bd9261ac92341f26d0f74cd04968c5e19a60
EBUILD aioymaps-1.2.5.ebuild 532 BLAKE2B b4f18040bfe49fbac654b88bb80a9ce608047c03cc88fc849552dc6d7dd771d7af7f2ac703a509aaadec617554632e6d75bd1e334a6b0a5805b9de4e699ee72e SHA512 e8eb4b1f9d3018de845081c03975b7c60a4b366d0f023f5b6792b61c4f23630293d8c316ae1be06e7a1d5042814944fc699d295cbf01123310093465216efe67
MISC metadata.xml 519 BLAKE2B 52875e2737da7eb1dfd8feb279f9c1da3582001c6b67cbb39fa811fbebd8a7aabd2a39f3e761fd3568eda44df518b5837d4ad058c2328be91a678c986507cd72 SHA512 f6a1047189c50f81992522f52e02e5c2cd0f3538bb1b3d220e3c31da94f62e89368e62468fd2526fdbad242dcb8b7a6ca95aef54391900777808167ab62cd59c

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,23 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Async client for Yandex Maps"
HOMEPAGE="https://github.com/devbis/aioymaps/ https://pypi.org/project/aioymaps/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest