diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-05-05 12:56:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-05-05 12:56:24 +0100 |
commit | 9a0e466823bee57eb01cc2c6cd2f3d89d8849c55 (patch) | |
tree | c0ce8549b49d6e0deae18c3b40c8e3f6fbbb5228 /dev-python/denonavr | |
parent | c26f6443eb756efd40810cc7b85e6f8fc470fe0f (diff) |
gentoo auto-resync : 05:05:2025 - 12:56:24edge
Diffstat (limited to 'dev-python/denonavr')
-rw-r--r-- | dev-python/denonavr/Manifest | 2 | ||||
-rw-r--r-- | dev-python/denonavr/denonavr-1.1.0.ebuild | 38 |
2 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest index ce6334419266..6292fe8326f7 100644 --- a/dev-python/denonavr/Manifest +++ b/dev-python/denonavr/Manifest @@ -1,3 +1,5 @@ DIST denonavr-1.0.1.tar.gz 182654 BLAKE2B 27e2cda7fedb67fcb693d1d95bbc4d19e1e23c50b34b2949c5254803632735860468c39fec128edfe2657ef4cac9b57880251345a5556866de9703d3cf3abf88 SHA512 3d8b433574bd51bba5750c12b451025082de41da95d1d2907d6e63820d244ce051a52519a1d5c061df447ae7498ff8178d0c7c58624d460a7cab8db3e3d27e29 +DIST denonavr-1.1.0.tar.gz 209813 BLAKE2B bcc6146401ff1c6516740e8ba6e9daf49577420c542f00c61acb6e82a77a4340c7849b722e6de81fccbb694bed2614bcf94417ca2360ae2d1ba369247eb2c896 SHA512 d0a2ed461d92bfc9926f0e2d6ceb64d79809c3718c360fe56c9e176e78697b5c7f8de4daaf47c00ca82c827873d67f57042ecd134415d1a9c354610f184a8b2a EBUILD denonavr-1.0.1.ebuild 909 BLAKE2B 028a83e2c4641ccbbc45f93cce2f3523a8e836b19cecf9017f7bf17348c20783a57103cb4c1b3e28b8b41a5264094bc78ff8877a383557bf6df9aae60eacd67d SHA512 2e13ef01cacef32fa63f2c7f32e8f34a03e995c75fcffc8bcfdb8e771adc674524404e30bff692bff5caf9d5d59479b5a8db617a21e5f46709d078b42e6708cc +EBUILD denonavr-1.1.0.ebuild 909 BLAKE2B 028a83e2c4641ccbbc45f93cce2f3523a8e836b19cecf9017f7bf17348c20783a57103cb4c1b3e28b8b41a5264094bc78ff8877a383557bf6df9aae60eacd67d SHA512 2e13ef01cacef32fa63f2c7f32e8f34a03e995c75fcffc8bcfdb8e771adc674524404e30bff692bff5caf9d5d59479b5a8db617a21e5f46709d078b42e6708cc MISC metadata.xml 538 BLAKE2B 7f0ea063a1ebe7cfbab11a8e92b803606c6454ea9bf871bc804f048a58b35e0ab66eafbee64d8d4328e4e3cd5361a810527813c48aba212950f263da2b4454cf SHA512 3531537b37f09f4b0d27d124d1bc698d8b8eeb410a0f3504f315a8002a8443a886959706e437359796623f3462b3d12d89ad677fbde73ee6081c61ed01663ad4 diff --git a/dev-python/denonavr/denonavr-1.1.0.ebuild b/dev-python/denonavr/denonavr-1.1.0.ebuild new file mode 100644 index 000000000000..f6bddac6fc34 --- /dev/null +++ b/dev-python/denonavr/denonavr-1.1.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_REQ_USE="xml(+)" + +inherit distutils-r1 pypi + +DESCRIPTION="Automation Library for Denon AVR receivers" +HOMEPAGE=" + https://github.com/ol-iver/denonavr/ + https://pypi.org/project/denonavr/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/asyncstdlib-3.10.2[${PYTHON_USEDEP}] + >=dev-python/attrs-21.2.0[${PYTHON_USEDEP}] + >=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}] + >=dev-python/ftfy-6.1.1[${PYTHON_USEDEP}] + >=dev-python/httpx-0.23.1[${PYTHON_USEDEP}] + >=dev-python/netifaces-0.11.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-httpx[${PYTHON_USEDEP}] + dev-python/pytest-timeout[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |