dev-python/python-jenkins: python compat

This commit is contained in:
nemunaire 2021-06-08 09:26:48 +02:00
parent 949caf94f0
commit 0023446aca
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
DIST python-jenkins-1.7.0.tar.gz 61250 BLAKE2B f925f03a3c70c6838374a79b95ee4bbb5eba2237391fa52fffc03720ef2f16c34bd4fa2d864681c228beab4bd90ddbff90d492b59ce5b351a4aa0b2e4ba4b0ca SHA512 b845c60af9bcd52f8f4783cf23da2d6752d0ddb3182798aadd9fa13a032cfd327f4cfbdf7d84c053e8683ecff1cb9bb0e52099db54f1a15c4c85b22cd466fd25
EBUILD python-jenkins-1.7.0.ebuild 542 BLAKE2B 4998ad291db5b28b5a922051eec1704c9d4ab5e4f7b611a388a7832aebaec6cc59dca285a69727777b7ac1012ef092e6debb1ca97f07683f98745c5c9d8be7dd SHA512 7db12178e750c9d5eabfa03549a32f25442f4a4e7836f615f7a40e01dd91182b5aee3a7f6fccc60ed81f2d592032329fbc7982db71c4c26db8a476948b4b3485
EBUILD python-jenkins-1.7.0.ebuild 544 BLAKE2B eb86c51c55cbe5cdfb39d95a84186acebf861db9493b93897db28d820605d5f718e868025ae6e76a74f60129e915de31b6097fe7cf60a3c455d0a4a6306fff2e SHA512 cc217561a20e256cbc2824b830f3d8fcffb2e50bc479eacc508cfa25cafbbd02adc3d3fe4d9f9bcf032716c4f145576886cd9a33020b26440a7f92e8d98452ee

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_{6,7,8,9} )
inherit distutils-r1