commit: 107e7118d11192007a6d3fc1c14824fe94f9f88a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 02:32:39 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 19 02:32:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107e7118
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.0.1.ebuild | 38 -------------------------------
2 files changed, 39 deletions(-)
diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index 2b11a58556c2..00110142f6ec 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1,2 +1 @@
-DIST denonavr-1.0.1.tar.gz 182654 BLAKE2B
27e2cda7fedb67fcb693d1d95bbc4d19e1e23c50b34b2949c5254803632735860468c39fec128edfe2657ef4cac9b57880251345a5556866de9703d3cf3abf88
SHA512
3d8b433574bd51bba5750c12b451025082de41da95d1d2907d6e63820d244ce051a52519a1d5c061df447ae7498ff8178d0c7c58624d460a7cab8db3e3d27e29
DIST denonavr-1.1.0.tar.gz 209813 BLAKE2B
bcc6146401ff1c6516740e8ba6e9daf49577420c542f00c61acb6e82a77a4340c7849b722e6de81fccbb694bed2614bcf94417ca2360ae2d1ba369247eb2c896
SHA512
d0a2ed461d92bfc9926f0e2d6ceb64d79809c3718c360fe56c9e176e78697b5c7f8de4daaf47c00ca82c827873d67f57042ecd134415d1a9c354610f184a8b2a
diff --git a/dev-python/denonavr/denonavr-1.0.1.ebuild
b/dev-python/denonavr/denonavr-1.0.1.ebuild
deleted file mode 100644
index f6bddac6fc34..000000000000
--- a/dev-python/denonavr/denonavr-1.0.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