From 379314709b955109bd90344f5e5d41b327cc57e1 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Mon, 30 Sep 2024 19:31:43 +0200 Subject: [PATCH] dev-python/aioymaps: add 1.2.5 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3816 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/aioymaps/Manifest | 4 +++- dev-python/aioymaps/aioymaps-1.2.2.ebuild | 4 ++-- dev-python/aioymaps/aioymaps-1.2.5.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 dev-python/aioymaps/aioymaps-1.2.5.ebuild diff --git a/README.md b/README.md index 67c60aadd..1adf44e50 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/aioymaps/Manifest b/dev-python/aioymaps/Manifest index a69b4af1f..0e2c8cfad 100644 --- a/dev-python/aioymaps/Manifest +++ b/dev-python/aioymaps/Manifest @@ -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 diff --git a/dev-python/aioymaps/aioymaps-1.2.2.ebuild b/dev-python/aioymaps/aioymaps-1.2.2.ebuild index 13f5056aa..cf2e2568b 100644 --- a/dev-python/aioymaps/aioymaps-1.2.2.ebuild +++ b/dev-python/aioymaps/aioymaps-1.2.2.ebuild @@ -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 diff --git a/dev-python/aioymaps/aioymaps-1.2.5.ebuild b/dev-python/aioymaps/aioymaps-1.2.5.ebuild new file mode 100644 index 000000000..fe157c163 --- /dev/null +++ b/dev-python/aioymaps/aioymaps-1.2.5.ebuild @@ -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