diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:41:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:51:59 +0200 |
commit | d6a4025168f4bc06431e729bf168f520b5408ef2 (patch) | |
tree | 2f4b0af572dd9fdb37db4f7910895bbe5917eba4 /dev-python/denonavr | |
parent | dev-python/defcon: Remove redundant versions (diff) | |
download | gentoo-d6a4025168f4bc06431e729bf168f520b5408ef2.tar.gz gentoo-d6a4025168f4bc06431e729bf168f520b5408ef2.tar.bz2 gentoo-d6a4025168f4bc06431e729bf168f520b5408ef2.zip |
dev-python/denonavr: Remove redundant versions
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.9.3.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest index a91b9fcc389f..5c827e7d7301 100644 --- a/dev-python/denonavr/Manifest +++ b/dev-python/denonavr/Manifest @@ -1,2 +1 @@ -DIST denonavr-0.9.3.tar.gz 92910 BLAKE2B c9b93db7908b2d0375c417f3980d1df2f5b5191fee5fa1ab32ca3031c9fe190b5c0fb3afabdd42c14aa6baf6b6e451171a339e58e0716882fb19d91648802963 SHA512 80ccedeceb1df0c0d71cd6ce2f601b9a966bfac0178321528e84edd7f422489039a7867df3493f14012be383fe95aa0b4f39d6fbb7a0c292b6b2e6efc1fe8b93 DIST denonavr-0.9.4.tar.gz 92936 BLAKE2B e7a38f1e967fa375bbc024fb2803ed7f4587b9bbf3540b47b2011bc30df7e907addcadf3ca26158e7a855fdb362c97c43a37d296b674c8774ff095e466a8a3d5 SHA512 32dd78f381a1c98b629e49dd90b127c023fad37b2e6f2fbd1aa4c5a308fe26a8fbca2e3f72e0ae5e26d498a421f029f5673af63353ed057213c2c3c4c77ef77f diff --git a/dev-python/denonavr/denonavr-0.9.3.ebuild b/dev-python/denonavr/denonavr-0.9.3.ebuild deleted file mode 100644 index d2099e429b0e..000000000000 --- a/dev-python/denonavr/denonavr-0.9.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) -PYTHON_REQ_USE="xml(+)" - -inherit distutils-r1 - -DESCRIPTION="Automation Library for Denon AVR receivers" -HOMEPAGE="https://github.com/scarface-4711/denonavr" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/netifaces[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/requests-mock[${PYTHON_USEDEP}] - dev-python/testtools[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |