From 02e3385e91bd3ac5dfbe20386630b5b063b483e1 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Thu, 14 Mar 2024 23:02:22 +0100 Subject: [PATCH] dev-python/bring-api: add 0.5.6 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3059 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/bring-api/Manifest | 2 ++ dev-python/bring-api/bring-api-0.5.6.ebuild | 23 +++++++++++++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 dev-python/bring-api/bring-api-0.5.6.ebuild diff --git a/README.md b/README.md index ef009c6b0..1615d2fd2 100644 --- a/README.md +++ b/README.md @@ -617,11 +617,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 1905 Ebuilds in total, 1894 of them have in total 1913 (42 different) licenses assigned. +There are 1906 Ebuilds in total, 1895 of them have in total 1914 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1075| +|MIT|1076| |Apache-2.0|438| |GPL-3|127| |BSD|105| diff --git a/dev-python/bring-api/Manifest b/dev-python/bring-api/Manifest index e2c52cb5e..b765a4cc6 100644 --- a/dev-python/bring-api/Manifest +++ b/dev-python/bring-api/Manifest @@ -1,4 +1,6 @@ DIST bring-api-0.5.5.tar.gz 64330 BLAKE2B a3b5925972d150ac64adac7345fd4d73b98034686805881c5b6738cdc996243e5c0a1fce86d3f8182820ff941c4ce0b2e521dca6b671c71a6742237b6de6c6b1 SHA512 4ab5a41029ac288b550e3a8c87be0c5112bff7b5ad0c12e752a81e2acdee6d4611e99da32932fade07d45229ef4b45eaf8adef1f7e4bfd0681857182c1d55175 +DIST bring-api-0.5.6.tar.gz 64421 BLAKE2B 724b24eb94486dd958db9e47d29981f850648fb21fb347e4c7042cec86b3eb198c53fe68fc79e120b9ebf5d9ea55914625525bb77fc41b17a28081cbcf46122c SHA512 026e2d983806001968a75ba79152f659ff0969f095df16d38bb470f537c826ca430730dae7751b7067afbd70d790aa20735987f7a504e09a4b3fb6f796f64321 EBUILD bring-api-0.5.5.ebuild 576 BLAKE2B b716bca400e044caa29236d10f44edc3450251185a1b00d9106a3b08a192d8a510c4ef9e5723c0f85bb1cc00dcc41e5d3d975f43dd0f32c14c4389daa4cf5305 SHA512 874a61e85ee28b09fab29d34a323637ee26d8a25a634aec7392cb802eee104a20fc425acc7549ff01d789782e82a3fb8c5a362ed5303ee03e57ac9f0eaf7c154 +EBUILD bring-api-0.5.6.ebuild 577 BLAKE2B f954182871bad3a0e6fb3854b7f9def1266be44d5efc59429f8cb5f8de9738f0193e4c93e53faa44fb0fde8e9d6f7c7ada53abdca72468059c9ab339aedcbf7b SHA512 c4de4852d763c2e443a5a8812e2bb4ea97a0dd3d99fa38e882d1b55e76484fe99f19e58532a0420a16ac5ca2904d6651dc6d0335d1f99bc9f630936cbc66cd70 MISC metadata.xml 530 BLAKE2B 8a352f417a5320e07a476b2a19bd1d8d3f9b9782da4200e4db00edc1e393c946c3f44fc23537dfb34c06c5e0e198f80c5bccfc0a22b8754c0641308336a34928 SHA512 c223d5742ac038247c87aa8f8ed2387d195571d8d6cd5937c76c9965b69a62da612b8e5a5bf120554da149fc20590adece41a316790d196bbad246bc3937cf3d MISC x 594 BLAKE2B fdbbd32c828dfe9734628d4cca9aa617de3b8525bae7e2efb6f05cf2c83fe43acd96d0c4229db16ef5d5c00c080a170a1be3040d249843be5b064ed22aef083b SHA512 bca8290ded0f6aef6a53d8e2fc58d6419701f129b3660ff86d9bb3297666d5d3afedf7b23a565099ab6416f6e719a46a7bd41dcbb45482edcc695ebfecfbd501 diff --git a/dev-python/bring-api/bring-api-0.5.6.ebuild b/dev-python/bring-api/bring-api-0.5.6.ebuild new file mode 100644 index 000000000..ea6523e37 --- /dev/null +++ b/dev-python/bring-api/bring-api-0.5.6.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..12} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi + +DESCRIPTION="Unofficial package to access Bring! shopping lists API." +HOMEPAGE="https://github.com/miaucl/python-bring-api https://pypi.org/project/bring-api/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" +RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest