dev-python/ambee: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-10 13:04:23 +02:00
committed by Andreas Billmeier
parent ea392466bd
commit 977aa72c74
2 changed files with 5 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
DIST ambee-0.4.0.tar.gz 11158 BLAKE2B 091eab6e9287db054b96564c37841751b1564f4f8ef514f7d30456a124bb1e1430c63ecbc703d094c60df1fd4fb2b3de411de6b6e6dbc318fa14e209e65c7a5b SHA512 5b6ef035db1376dbe10aa2041ff093813c3f2c12726c15d8018e972fede3c4e6ac1f26d6b794f22f7277d24a4b5254b376d1836a9c8287b3faeb7c8efee17594
EBUILD ambee-0.4.0.ebuild 732 BLAKE2B ea3490fa4ea1e314da0cf2b04dbac3ceb9bdada7fcc3316b7ce7fe509dc1800d1a3e31fd8f9c436b263f26bba1ed9c2372774a226a46eb558d8ffe9a6a70fcb0 SHA512 948b5669cbfdc10c6eb7f27ddae1c8e21d3a5e2106a101c436aa9df73244b2d18d20cb3cc8f64b694b311dc7632b9f8653d88d6378dfee179bd5b18f6ba028d0
EBUILD ambee-0.4.0.ebuild 676 BLAKE2B 8957e5b5f9c00e5d51136dd6e1e554e0600ff763ffcdecff96570370da04106b947e6507ebc434d9f9902f517b83d1b8e6e798143a595d2a494e75bd62f8de60 SHA512 cdce8d35e3439fa0adaec9f6428f5485b8dc0d901ca39e127423e56cae7262615ef77519c74c7b93b54d88d065d5179a3c63f7416429a508c905fb5a42f41b62
MISC metadata.xml 513 BLAKE2B 13c522caa1fa72d3ecd2ce29ae477c7800a0b8cef6a186a1adfdbe2db6fb010933e7e62f27b3ec7ef62886a427a247aa8dfe7d43a4d12c1f4fdbd9fcc23c36ff SHA512 df459df13ee4fbfd19bfbf477c87810fd56e1efb1ce50708c588dbc4b3a30ce04bd06463900855de1c615f3c97d537b9160be31f05c48211014958048d97146e

View File

@@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for the Ambee API."
HOMEPAGE="https://github.com/frenck/python-ambee https://pypi.org/project/ambee/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -22,7 +20,6 @@ DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"