From 7972abc05090180dcc09d2b16af4020ce1cd1841 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 16 Mar 2023 18:25:06 +0000 Subject: gentoo auto-resync : 16:03:2023 - 18:25:06 --- dev-python/denonavr/Manifest | 4 --- dev-python/denonavr/denonavr-0.11.0.ebuild | 44 ------------------------------ dev-python/denonavr/denonavr-0.11.1.ebuild | 40 --------------------------- 3 files changed, 88 deletions(-) delete mode 100644 dev-python/denonavr/denonavr-0.11.0.ebuild delete mode 100644 dev-python/denonavr/denonavr-0.11.1.ebuild (limited to 'dev-python/denonavr') diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest index c3e4dccc20da..07fe0e91c7df 100644 --- a/dev-python/denonavr/Manifest +++ b/dev-python/denonavr/Manifest @@ -1,7 +1,3 @@ -DIST denonavr-0.11.0.tar.gz 171742 BLAKE2B b91008a8eebcc0e228db772f2fe2d0bcd3fe7cc036d8aab2c547698224e63e0cbea2d9e9dcb5244556712ab5e04cb9c5e06731eba93a37061536668065c03931 SHA512 63624ec23db6e953741f4610a7df22fa0a69ae750957e883f0447c7a193c28e3a70245547f270c05bf93fdaca2c22b1fc5147b5e2b886c28049faf7f02b6bcb2 -DIST denonavr-0.11.1.tar.gz 173372 BLAKE2B a18bebfd66d1974b10e23f08fa2e2ca1ebef45ed29edf77ce9d68a26c657aebdc906bf10154d1a3ae94f1cb97ebe58a54434f3bba2510323a2a651e87f2e6987 SHA512 4354873577fbb021dee198a955c8fd89115c379c8e558ef827224a4dbdb2705edddcfa071cc42f923a12f9730b5a9adbfa85eae8f6f377357c854cb48a01d5e7 DIST denonavr-0.11.2.tar.gz 178495 BLAKE2B 7ee308a071f3e325849b67aa901d9999a31c566ce7fc7a0c5c71bb53d9bcd5effd4bf54dc0b4301f4403d01bca83af15ef603c0229b182ab1c1b2801ae934e61 SHA512 70ac865e20d6a71c51007e6b135b873492707bff1497616d44fbcf30ab8e3c172d93df08cfc23bebca929cb965d764d6d105d2ed4a0a5fc30d19732b66a88820 -EBUILD denonavr-0.11.0.ebuild 1051 BLAKE2B f4911759a899a1a20f600e3cdacf46d374a3147a09bbac172c87d57e61e2a44f26394e685b7af6d190f0f982920e8ea00bb49a38fd2831b2648cace44085cc60 SHA512 c28a974cb26c048199237cabee1e639aa825db02c33abc60eb512bbc1f25fcb39acc03a787a1a762b916deb8be08214d9f9d318d9542572f60b41b5486b253b5 -EBUILD denonavr-0.11.1.ebuild 949 BLAKE2B 72f957652df9f447aa4a3e437489fe58a7d27ac2368665f82a9db2e0742383b075e65f888c9f09d60b4fd1817716be210533c42ab5c32862b410c7daa13e566c SHA512 647118db0a7819e82e4558f6330728d380f64fb80f0749be1373dd2fcc5277a0105b06a4dec73189a9907408560df370f991629ccdbd2a91cdbf843473858c06 EBUILD denonavr-0.11.2.ebuild 957 BLAKE2B 8543387d51461eab89b41a982228a922397b7f0720827cb517a3f306d4177bf4edc7a21dea34614f7326c4ecadea954c38315a8957b5d852698bd0fbde3e2380 SHA512 e5208268e7ec2f8106458831cefc731c3cc2948330fc44596aefac72e89f30373677e9bb51f0cd0e5c7e26069e96c262b272c72c6637e4a36c6686f44bfc093a MISC metadata.xml 538 BLAKE2B 7f0ea063a1ebe7cfbab11a8e92b803606c6454ea9bf871bc804f048a58b35e0ab66eafbee64d8d4328e4e3cd5361a810527813c48aba212950f263da2b4454cf SHA512 3531537b37f09f4b0d27d124d1bc698d8b8eeb410a0f3504f315a8002a8443a886959706e437359796623f3462b3d12d89ad677fbde73ee6081c61ed01663ad4 diff --git a/dev-python/denonavr/denonavr-0.11.0.ebuild b/dev-python/denonavr/denonavr-0.11.0.ebuild deleted file mode 100644 index d5846bc80fc7..000000000000 --- a/dev-python/denonavr/denonavr-0.11.0.ebuild +++ /dev/null @@ -1,44 +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 - -DESCRIPTION="Automation Library for Denon AVR receivers" -HOMEPAGE=" - https://github.com/ol-iver/denonavr/ - https://pypi.org/project/denonavr/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -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[${PYTHON_USEDEP}] - >=dev-python/httpx-0.21.0[${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 - -python_install() { - distutils-r1_python_install - # https://github.com/ol-iver/denonavr/pull/240 - rm -r "${D}$(python_get_sitedir)/tests" || die -} diff --git a/dev-python/denonavr/denonavr-0.11.1.ebuild b/dev-python/denonavr/denonavr-0.11.1.ebuild deleted file mode 100644 index 5ef6e71f8645..000000000000 --- a/dev-python/denonavr/denonavr-0.11.1.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[${PYTHON_USEDEP}] - >=dev-python/httpx-0.21.0[${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 -- cgit v1.2.3