diff --git a/dev-python/pyopenweathermap/Manifest b/dev-python/pyopenweathermap/Manifest index 7da4ee59a2..c6820e3c9e 100644 --- a/dev-python/pyopenweathermap/Manifest +++ b/dev-python/pyopenweathermap/Manifest @@ -1,5 +1,7 @@ DIST pyopenweathermap-0.0.9.tar.gz 3798 BLAKE2B c548ad45b7e5a24afab30c0638c15e408d911d7f2ff7314f942db327cdef012609b92a484eb391c07aad73438184427bc01f6c7ad0843594bd7c03f31f8c32e8 SHA512 83871844b2c9c18ca0a5c41fa244def3508071996811be0590420964c40df0cc8a71448284841122b83566fdf91cd7d294a0c59e1d65283f78cdfcebb408cb89 DIST pyopenweathermap-0.1.1.tar.gz 4242 BLAKE2B e2a265610dcd2e6f0919673be574e4c41a543fd0e309f4de3dee4da35b537a103b1897673e83bcaf20b06d89bbcd8cbe1a13bdae425ccd549bb4676cd1e7be9c SHA512 3f5058982b79a961cb7d4b7ae2520b596998f7a8bdbad584ab71198ad1fcd58d7968f64bd52c44de10c54fc09303b74bc36bc897be004128c45c02dd7bbbf908 +DIST pyopenweathermap-0.2.1.tar.gz 4494 BLAKE2B 24a7ce494951e5cd4fa99efb535a3369d2d870e2d662ff265c84c89254ceecba94af82c6c56e14593f46346e3f2c34df7da88a06fc29d3fa7ddf6f54cfef2e67 SHA512 1efe6f39de52613eb93dd01008b26bf56e8385e06cd6c4d3de5717b98344deb25e592fa7a30599a30164cfc6d493c4eeb24e7bbc092013e6d92a81e445cecaf2 EBUILD pyopenweathermap-0.0.9.ebuild 581 BLAKE2B 9858fe86acc1866f7166c8b382e1025e3f35dbe146f088de86b6fef6359b535f56c0ee2d8cb30d529538f2d7cd92a16407cb4454db87a3c24d67f975784c2355 SHA512 8e346684d573557fc2c90ed7cc73f3dc04e4f757af3ab7f607239bd420153f66613e1d8167a186cf2de6880b09d5806a8ace4ab30fe96509d5504afbf3e2bdfe EBUILD pyopenweathermap-0.1.1.ebuild 626 BLAKE2B 5decf765a55dece41aa8fee1c3d1f7507ec1f02f42fccf14832ca267d3afadcb7fa3b1a8403b0005f71aa9f553d25e9c50e80a608cc5e8e43ba8c3aa42062288 SHA512 7d57b245dcf4a78bb1cb28eae32ae4c7e161e7a6c0c8eaa3d865b6eedd127f2836c0abe84fb7cec0696705fd3ae8097197db0581ded2f90e262f41e235d6c463 -MISC metadata.xml 451 BLAKE2B 203d165021eb47c3646920282feba4a042cd46ef8f6f7c5d47b874bd4a8db9b3216a5f567adffb7c4255eb7bf0d27ced04756ae0b05a744f59b36aa4612e463c SHA512 1a0b33f25a7d55262c0918b71e88fbfd0aac0182c2253469655677acebfd25e44536ba34b7b45b3283fdc6f296c9fa392366a1bfda8951a16eacfe613fdc76e3 +EBUILD pyopenweathermap-0.2.1.ebuild 626 BLAKE2B 5decf765a55dece41aa8fee1c3d1f7507ec1f02f42fccf14832ca267d3afadcb7fa3b1a8403b0005f71aa9f553d25e9c50e80a608cc5e8e43ba8c3aa42062288 SHA512 7d57b245dcf4a78bb1cb28eae32ae4c7e161e7a6c0c8eaa3d865b6eedd127f2836c0abe84fb7cec0696705fd3ae8097197db0581ded2f90e262f41e235d6c463 +MISC metadata.xml 518 BLAKE2B 3b4467e32c145987965efe6680c10bd77ea85e61ce5e4e89fd56962a2c67b12cb4262bdc0a055ae43a04368a30a24021d565a2c30151b2fe81e80f7c54e8e249 SHA512 dd92d6778c741070aa40c6032f7362c3b22b26cf5c6ff246d09bb84b41e035666272998d3e63aae5a1ba4cceb96c72c88c160ec47f99e52bfdeae9cea7d167e1 diff --git a/dev-python/pyopenweathermap/metadata.xml b/dev-python/pyopenweathermap/metadata.xml index 3061e6f9b2..8254559ce8 100644 --- a/dev-python/pyopenweathermap/metadata.xml +++ b/dev-python/pyopenweathermap/metadata.xml @@ -7,6 +7,7 @@ pyopenweathermap + freekode/pyopenweathermap iam@freekode.org Evgeny diff --git a/dev-python/pyopenweathermap/pyopenweathermap-0.2.1.ebuild b/dev-python/pyopenweathermap/pyopenweathermap-0.2.1.ebuild new file mode 100644 index 0000000000..f54aee9f06 --- /dev/null +++ b/dev-python/pyopenweathermap/pyopenweathermap-0.2.1.ebuild @@ -0,0 +1,27 @@ +# 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=poetry +inherit distutils-r1 pypi + +DESCRIPTION="lib for OpenWeatherMap for Home Assistant" +HOMEPAGE="https://github.com/freekode/pyopenweathermap https://pypi.org/project/pyopenweathermap/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=">=dev-python/aiohttp-3.9.5[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest