thingspeak-1.0.0 fix RequiredUseDefaults

This commit is contained in:
2022-03-19 19:06:16 +01:00
committed by Andreas Billmeier
parent c91d756f76
commit fbf233ca5e
2 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
DIST thingspeak-1.0.0.tar.gz 7187 BLAKE2B feb1987f5185aa3c52a9b0b168741fc4f3a7a261c93e8ecf98c88e468ac0422f51a8063146878a2f3c0c8542d103706e3e31190bbf117aacd49b266e83d9f392 SHA512 b66304d5d8bcb7e740e94a6465712fd5887379a42b018384e90e41d3346f9da123a9a77d50f83e3418c74b0bf0a6e02c5bc4df59b3550c83c724da27e6bd93e5
EBUILD thingspeak-1.0.0.ebuild 716 BLAKE2B 688c82891dda7166f66739aeb7bffa3af0b0804abf727b7d6816170c2303ec93ebab5e413c3090181964d2640b9b14d978afa25235783ac262c2286f87765af8 SHA512 68b7b96a1f55716eb97bf42bdf2ed8681067942b9dcc077e81335dba6122d9b5256e6564096e16c38cbc009dd6dd6be1a7c7c52e27b228e57c3fd131ae40dc10
EBUILD thingspeak-1.0.0.ebuild 766 BLAKE2B 14838bf913f751dc49b7d9bb99d0c905c7313adb53b7f75b6952b1e04cbcb977fb374b1580f62f87f3729cca5d7c232e0786362167c0fbd08167864f615bedfe SHA512 d03839d40b955a1d6096d2e537c6385cd2b1d5293fe8b2a47719e09ecf8ff59ec2e29a2743bae288dcd1215c09f69d6b9797ebe43a7276e7cb216fc2a48add63
MISC metadata.xml 460 BLAKE2B 43153952e19059cb0220cc761289f77f6dd643a678f2e0251c6bb43535236621effe5c56f1a807902b5a9703bcc732c56a4e50d45e7a4f84441084582f5122cb SHA512 2582844f5c16a7c1efd0def8a0a6736e579ab491ca887f77f855ec202b5076af83cddecc4068264c2f25356f7f45ab53bb3af5390b4a8ca178ed5d770f6df3b6

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -13,11 +13,13 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=""
DOCS="README.rst"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (