mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/denonavr: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST denonavr-1.3.2.tar.gz 220846 BLAKE2B e7b99f465d6302bc5898097e1db1b32b3264bf2b35b88ed7fb976f41a6b1a58d7429ab515c6f5b952c19e556cee97f50fae499e680edeed37d6b87d1a1fb77cd SHA512 8dc742476d62e9fc50e1d6b92347a0fccdd13d16aa590880ec83644305a08d3447ebc935b67ba90f3996121e8c381eb9eb4334f1e19746fe62f1bddf4a31cb29
|
||||
DIST denonavr-1.3.3.tar.gz 222060 BLAKE2B 70dde943d5a8bfb6dcec37449299993570e6667104647c861f0d39549ecdf4fb13caa23986817f04921a479c7736ac017b95fe918e813e1685e522e425e01856 SHA512 94a897218a9ee09d3276d76e23ddba4039665fb694c86b6fb3a34d7d210a61af6326736a38a21e825aa703f3c5eeb73a526286b8d5af97667af327397db8f9d2
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
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}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=( pytest-{asyncio,httpx,timeout} )
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user