commit: 327c2a49c41c77bcdd30a4eb5b327c78373bcf59
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 29 02:58:15 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 29 03:33:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327c2a49
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.1.ebuild | 38 -------------------------------
2 files changed, 39 deletions(-)
diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index a830504f5839..fec295e021ad 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1,2 +1 @@
-DIST denonavr-1.1.1.tar.gz 209829 BLAKE2B
b28a6b19a05ff60fc23297c9d77a42990d78bd6a83c74731239a233d68cc50ea58840059c48c222cec5e94f314c3bffe016edb9ccede729187f9276d42019eed
SHA512
1f10b2dbb01809d50082df89803328a0d2e0cf95cf651bff2a4bb4cbbe934051b2bd9949f3bc99b276debe39dfeb94e09b8598488a5c9eb39b88b0f73fad1f6c
DIST denonavr-1.1.2.tar.gz 210061 BLAKE2B
c26f8f975357bff6244351d58cc8e81233b9db4406ea52e97f69772cd563780a8d40d691b2ac06bbeaa0f348947320a0479c2b410200908e5c7c195de1886b5d
SHA512
53be0a5fdf1973169f821b976b1be6e9646c50685a456dd3daab88bd74890c389aaa8b2baa48ac3c96ec376923cd0aff1a7dd8587fa0ba695765b8e7e655682c
diff --git a/dev-python/denonavr/denonavr-1.1.1.ebuild
b/dev-python/denonavr/denonavr-1.1.1.ebuild
deleted file mode 100644
index f6bddac6fc34..000000000000
--- a/dev-python/denonavr/denonavr-1.1.1.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