pytrackr-0.0.5 fix RequiredUseDefaults

This commit is contained in:
2022-03-19 13:35:47 +01:00
committed by Andreas Billmeier
parent 73ae71bee7
commit 302ec81234
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
DIST pytrackr-0.0.5.tar.gz 2560 BLAKE2B 5a5fda84d24718b14361a4ba6a6b7a3d4a934b2bbda0b8c6187c339e0b0b56ff80bbb3ba1a6330623e5f65efe7fdbb4fe67e257c0c26354957f45423cef77425 SHA512 48037eb9c53843fe7122441d5d70a2ba54f01bebe04fa480b7b17d66058e969d407603dbdb40dada4e16b4d8ef0a2ad6c346e660b5f62a8dec9fab743acb1c54
EBUILD pytrackr-0.0.5.ebuild 743 BLAKE2B c460052610a6f114ea4a9d8a9ca4e3764eb17e55549b5fbcb8b6975dddd0bff5f3a9fde645d8d94a9d8895b43b15a8463e5b95ab7e529145d815d8b04c2eae27 SHA512 c7507c5290e033f2235d1fcb997183697a8a36198c414bc4e0f51008c366f0d1caa3cb54d3b40fffa5678ba2c19a71ce72d262cf13f203138f503faf61be0644
EBUILD pytrackr-0.0.5.ebuild 760 BLAKE2B 77d27ff70032f5f41da349ce418a0448900d673887d6cfd2691a757a6464d1b0d9c808227c86b3901aaa4ed963158b3eebf7b8d3ed0f63cedb2c8b2fbd2b2708 SHA512 72d4006222067f060ae4fd1890124b8d3b9ada7e07c6d8c8a1e5880f7ed85afb9749da8c76c942aafb7a23a7c94eb9a03d86c81e5914dd314e08a3c71da53b43
MISC metadata.xml 327 BLAKE2B 47320a1afe06a4254e4ebd6c57f0b55dd3a29d45bedb5c2d081f38a440b19c0e8ade2da4c55f9a35f7dcde07619d4f4756794c4db66dddca41947881002a92de SHA512 889f11d7dc097a41ba20997627a326242ed7d2e6d35905189529dfd7e7919730b1761d59b82ba0fb298bab3d092594a5d80a232c5c46dfac4def4c888c75f2b3

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
@@ -17,6 +17,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]