cleanup nextcloudmonitor-1.1.0, PYTHON_COMPAT

This commit is contained in:
Andreas Billmeier 2021-09-02 17:10:00 +02:00 committed by Andreas Billmeier
parent ab6a283ec7
commit 6b393c1a74
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,3 @@
DIST nextcloudmonitor-1.1.0.tar.gz 1925 BLAKE2B 503a54b25a70314227f9da7ce9f0b736a0c32ea00bc9e8bb61cb325f48a0f840f55738d967481819594ed846f5bedb5ae02018dd46cd2670e8e4ec8a5f0ac871 SHA512 c42d77dbe28c16f2555ec9bc8190608a3e359d051ad1d425e95e802c62e1f74c06e204b1f476a2c26df99027b9848ec8db5a54d83c7fa95a003c246659382289
EBUILD nextcloudmonitor-1.1.0.ebuild 743 BLAKE2B 2bb12b1ff5caaf1929cc2943f60a274eaeca1999941eccb4dc38cfa6115f8fbb9ea97db584408bcf960df41f61e978d7f28c5a0e759eaf53fc71a9e4e6e3e528 SHA512 d7268f21d140ee4cdcae19181a7e6c665d1a68aa85011f76e69ef90bc4b16129903ccaff5d7cab79969cffc7d6ea6e480d1040c55ce9477cf16f7d3f39365dcb
EBUILD nextcloudmonitor-1.1.0.ebuild 751 BLAKE2B 37975a82027add1efc131c4110867901239d63efb444c0c3afd7585b9acd25cfaa445761a741b21ffd94f29df0f8751df69622f146bf7898ddeb1d46910f2dc8 SHA512 b15f0323793582b684c9bb88674f818e7bcdf4e9d4faf08f25b64e0a68e6811211dda993e21b7f41d3615e222a5502fd6b84d5afac0b6da2cc80ab40b4dbbfb6
MISC metadata.xml 335 BLAKE2B 5400c60c200c7cd5284ab315a9f28e128e2cc209829f150a822a3271fb832fdcb1bd7d02cf0472d902d2e653a68cb373b550a361fa7f36bf8516edc96b790865 SHA512 3c1b8d9b72b82b4b01f3b524be172817ace1bcc898b01d4cf61c5a4a6bba7a5384487700237a86b1aea7c68a9091cda24a9577fce6b8ed7d2e3d4a77cd52dd8d

View File

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@ -16,8 +16,10 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]