-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/4082 Signed-off-by: Andreas Billmeier <[email protected]>
- Loading branch information
Showing
4 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
DIST pyxeoma-1.4.1.tar.gz 2314 BLAKE2B dd957e4c451c038060dbba7701f387b73046f43fe352b8b6b5630f9782b013a99c828556fb76ffff6f4da00d4f6c4427c33322766115e6cc9b9615c686b85ad6 SHA512 08be69f0944525adab5a823271bf342beeaa8d81bc4150df054a31187ad1b4cbff1cc206c0d6ab2d9dca510f597abbf3c7a825e7246247ae472aacf5fc326d96 | ||
EBUILD pyxeoma-1.4.1.ebuild 614 BLAKE2B 82554fed02769b78d1ad4efefcebfea0a1b2cfbee1b012403143058c2be2e2e2703f345df0f7434e240be981442d214b4226303d7b4f04521e1285db73b66142 SHA512 373d9c72398b033bc32ffb8fca1129f4cc46378e2ad2741394a6a740bb0fbcc8ee82b5f1590642536cf32437a2435856ac7615ce95156987fd06b4b03bf91836 | ||
DIST pyxeoma-1.4.2.tar.gz 3298 BLAKE2B 9e12b582fbb0e7253e38c878e2b762d92776367972d61bc7802d8a3b6d7e95b218a6255a4661cea2a3a456e8bb4ab2917c1b2731bc21b45143db09955c502bca SHA512 6194b03c744913fb61b8340bb4d862aab2eaa37186306764c63362f5ba6ea1c4e0abb8015136a1a77459182da55db0829d16adcee8649abe1ef4b6e472fb1fb3 | ||
EBUILD pyxeoma-1.4.1.ebuild 614 BLAKE2B 8521aa47e121c9937e8c9221189db0ecce562f8b29b1b0b15de9abc8aa6ea194303ea5b3b7843e859458d41366ed29d8c931ceb96e0b6a944359c8a9c0b88f37 SHA512 379037e0ac21eea7ab6675244541c43ebc45992f772cca165595d91922077f73bebf32ab73a9cd3a8479362a5f2d8e475471de57cb02c5aac89d4b1be609ad11 | ||
EBUILD pyxeoma-1.4.2.ebuild 512 BLAKE2B 4b67d637e77bff741aa29782a8bb1e4c2332f2e3746e1556e2d3bc3e27250f7610a5cc961536adde72053608652baaccf2e7e645be8c6467d157151792f200c0 SHA512 5bce1c4744fc2e39464dc68c894cb32ac69524deb5b4cecbd9452e96974d4ef372dceb3f28ceb6a80c463d55e9dd390c834a9d11f618d566463038f0e6b07b75 | ||
MISC metadata.xml 512 BLAKE2B c63ec4c3fcd57438788168b6feac7ca06178d6738c43de4231d6dd5246bef31cc7ced1f828e5965478aec2b45af8e25f843e6c98351e651decf5b41dc101ff73 SHA512 ea1506c2e494dff994b2af44d78c5d11f8958184a9e8e432c724222df134c9a304113371297f00a3b568f29479627f017f4ea9bb01191ccada5709ace3f55316 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# 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="Python wrapper for Xeoma web server API" | ||
HOMEPAGE="https://github.com/jeradM/pyxeoma https://pypi.org/project/pyxeoma/" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm arm64 x86" | ||
IUSE="test" | ||
RESTRICT="!test? ( test )" | ||
|
||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]" | ||
|
||
distutils_enable_tests pytest |