diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:18:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:30:38 +0200 |
commit | fc91ba05bd2b5dd7451f6f4cc36b7f5d131f4278 (patch) | |
tree | 89dc7492d1be3ba74a6988df8e81537ad90d3256 /dev-python/denonavr | |
parent | dev-python/DBUtils: Remove old (diff) | |
download | gentoo-fc91ba05bd2b5dd7451f6f4cc36b7f5d131f4278.tar.gz gentoo-fc91ba05bd2b5dd7451f6f4cc36b7f5d131f4278.tar.bz2 gentoo-fc91ba05bd2b5dd7451f6f4cc36b7f5d131f4278.zip |
dev-python/denonavr: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/denonavr')
-rw-r--r-- | dev-python/denonavr/Manifest | 1 | ||||
-rw-r--r-- | dev-python/denonavr/denonavr-0.11.2.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest index a1fe91cfbb77..024b1e6daab2 100644 --- a/dev-python/denonavr/Manifest +++ b/dev-python/denonavr/Manifest @@ -1,2 +1 @@ -DIST denonavr-0.11.2.tar.gz 178495 BLAKE2B 7ee308a071f3e325849b67aa901d9999a31c566ce7fc7a0c5c71bb53d9bcd5effd4bf54dc0b4301f4403d01bca83af15ef603c0229b182ab1c1b2801ae934e61 SHA512 70ac865e20d6a71c51007e6b135b873492707bff1497616d44fbcf30ab8e3c172d93df08cfc23bebca929cb965d764d6d105d2ed4a0a5fc30d19732b66a88820 DIST denonavr-0.11.3.tar.gz 179597 BLAKE2B 139cda38958e320d72f11ef25e94db67346b7e9f253cbbf60a0cc5f5e2e42846f070a57cfb1596cb648d1d70a62983d8f5fe6b91aec5b95501c049c1c65b7141 SHA512 a361ac3dd6385ad7c042f6cb7bd2092c39da75c167277347d199ab9de3a1ef9fad84e41428cfa02058c680c905965214e42780fa4d4fb1f4a1116102284fe571 diff --git a/dev-python/denonavr/denonavr-0.11.2.ebuild b/dev-python/denonavr/denonavr-0.11.2.ebuild deleted file mode 100644 index 348c94b806b5..000000000000 --- a/dev-python/denonavr/denonavr-0.11.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -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/httpx-0.23.1[${PYTHON_USEDEP}] - >=dev-python/netifaces-0.11.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}] - ' 3.{8..10}) -" -BDEPEND=" - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/pytest-httpx[${PYTHON_USEDEP}] - dev-python/pytest-timeout[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |