thermoworks-smoke-0.1.8 fix RequiredUseDefaults

This commit is contained in:
Andreas Billmeier 2022-03-19 19:03:57 +01:00 committed by Andreas Billmeier
parent ed16644ca5
commit c91d756f76
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST thermoworks_smoke-0.1.8.tar.gz 4787 BLAKE2B e8694f035ff351677cb65ca302aee94e33212474a46e819169ca8179b78bfaded5bf0530f58d95dcaf153f1a1d34f308809837189f3a9d057aa16f732a672f49 SHA512 1c5214532e4c95a9cb7a20965b23ca32fa12c7602ff0722c721a54d4578c915f062fd85df88cc4b9ef31977730eae58bca4a87a2b24bdccec8335275073dfc9d
EBUILD thermoworks-smoke-0.1.8.ebuild 799 BLAKE2B 0d7f091547c84e1c99f969b05495aba7d7b029c737ff7076c97f5de27c975988ac12c7d263f931bb4e9144db12443402751e32ace267a94fdc22b223a8879c81 SHA512 9ad68be44e7d8b41b6a742184309723558695430988a7c56abf9e25bcfa7e5f703d1d3c2ae814b9bbaf33e1568863c2e504af8f4ded7c3befb4ce60442f0ce66
EBUILD thermoworks-smoke-0.1.8.ebuild 849 BLAKE2B 240e98f0801e435146d00266517cd8dd3c4d2f63c9e712d39f82167d9ed73b9b74530d6422f4f2285053dbdc74ae58f00bbd9401ff538ab393f93932286c6a4a SHA512 30d76b224eb834bf152d684776c3f2ff999a96b82acb9dd8ca4f54924ef017bad5b251fec443fa8f6a887f90b39464f7221a779ed5034d903da7919dba5a1bc3
MISC metadata.xml 343 BLAKE2B 49386e685476e414940d062a0d769cb34f4d1f37c090b67f641b521b85648cf3fd2bbafb08164b0fc03c5e00fae0877a5a53a28ab20f4c15d21649e87c45cd14 SHA512 34c5c77fdd2f39e4a0b7780ecc3b27b93d1c354afef34f15bba4f487a41680189a0947170cbd976c5deceb75529b241a8f66620cf2f5c8252b544a57b563d337

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=6
EAPI=8
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@ -16,12 +16,14 @@ S=${WORKDIR}/${PN/-/_}-${PV}
LICENSE="GPL-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=""
DEPEND="${REDEPEND}
DOCS="README.md"
RDEPEND=">=dev-python/Pyrebase4-4.3.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]