commit: 969a53664b918bb28656857638aef4bda213fe8e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 2 04:29:59 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 2 05:20:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969a5366
dev-python/denonavr: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/denonavr/Manifest | 1 -
dev-python/denonavr/denonavr-1.1.0.ebuild | 38 -------------------------------
2 files changed, 39 deletions(-)
diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index af171dc71324..e2ed0ac19742 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1,2 +1 @@
-DIST denonavr-1.1.0.tar.gz 209813 BLAKE2B
bcc6146401ff1c6516740e8ba6e9daf49577420c542f00c61acb6e82a77a4340c7849b722e6de81fccbb694bed2614bcf94417ca2360ae2d1ba369247eb2c896
SHA512
d0a2ed461d92bfc9926f0e2d6ceb64d79809c3718c360fe56c9e176e78697b5c7f8de4daaf47c00ca82c827873d67f57042ecd134415d1a9c354610f184a8b2a
DIST denonavr-1.1.1.tar.gz 209829 BLAKE2B
b28a6b19a05ff60fc23297c9d77a42990d78bd6a83c74731239a233d68cc50ea58840059c48c222cec5e94f314c3bffe016edb9ccede729187f9276d42019eed
SHA512
1f10b2dbb01809d50082df89803328a0d2e0cf95cf651bff2a4bb4cbbe934051b2bd9949f3bc99b276debe39dfeb94e09b8598488a5c9eb39b88b0f73fad1f6c
diff --git a/dev-python/denonavr/denonavr-1.1.0.ebuild
b/dev-python/denonavr/denonavr-1.1.0.ebuild
deleted file mode 100644
index f6bddac6fc34..000000000000
--- a/dev-python/denonavr/denonavr-1.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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