queueman-0.5 PYTHON_COMPAT

This commit is contained in:
Andreas Billmeier 2021-06-28 20:29:56 +02:00 committed by Andreas Billmeier
parent bc38c57c24
commit 7128888476
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,3 @@
DIST queueman-0.5.tar.gz 2510 BLAKE2B 7c248c1d99a3535e098c1dc8bd969ec836d07e2f15ca76f1d74adb3338596b13ec9b8deb5f90370c3398a55b47a7da95f26a8524f17e84a6091d38c690efbea8 SHA512 b0b84dbeb1a8c1d25bcae9b87be9b838a111bfd50ff9010f74bb09192139aa7e5f1c8f1308291a8b1fa2f4c303c1f032660bb1c077fcd269cc616a5a8db93a6c
EBUILD queueman-0.5.ebuild 799 BLAKE2B a44762882e27344cadd4d54739794e7f3499f952ff569614a2f57dd0a939d0dccec73df23085a7dc8c92b0029c2af59e834e21eb09611e809ed96660e553e48d SHA512 a889c84d7e1c6f769b84d258e4c0f9b8ae48ad88c6ae6583ad54378741f5643a56aac346a97ee801e96c7aa06d9319073960205a4a1afadc16732148ebe9bf39
EBUILD queueman-0.5.ebuild 819 BLAKE2B 350a3b2b539e453435b470d8fe30b6518f51f28928f03b2aa894889c4025e360d291699946fb9c11242534985f509b48b8640b2668f390474ae8f3a3b1c95308 SHA512 23bc98b29c1bb2eeb67f79c1337ddec9bfc1c95fd7ad7832cca90f337321659725f4abf80232a7a390b28dc67a29b27b9a58cdc7c3fcab6c5fcb750775329816
MISC metadata.xml 450 BLAKE2B d8e01c0faa31e4c7ee99fa076888f375c25aa0c685a109e18b940887a6ffb0a7dc9f92b2d5af7854c26bbd15e5b5bed5768cba306930bb06309dbb4f1c749f29 SHA512 c472f0fb52dcf0cb8b7d819ad16db3cbfbd14295be5383ff13f5be96b337cb43b1899266a09a35ec351d40a8750309d89b112da37ad913647af00f88260d68b5

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_{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=""
DEPEND="${REDEPEND}
BDEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]