net-analyzer/nagios-check_dane: compat with newer python

This commit is contained in:
nemunaire 2019-10-07 10:45:11 +02:00
parent f49526cbaf
commit d88368482c
3 changed files with 10 additions and 12 deletions

View File

@ -1,4 +1,4 @@
DIST 1.1.tar.gz 17052 SHA256 ee52bb9e708e7e87413d26d1e919cf0186677d282bf7cdad6403f7f35a18d6e8 SHA512 b27675ca62245b93f9bab7a49d307106a9df79e04172eb66258f499ecd3bb455bdace1daeab3feecc98d0f60b11e8b1fbc5f00fff160e75412f5db9bfcca3ac8 WHIRLPOOL 5a5abb5a00baa1cbd6a80a52caeec47353848cae36eca4c17222de38736c77f571a1f43f1d44f313e93170b84041d45c32d16549b9b3d45a6c26d6d935e22812
EBUILD nagios-check_dane-1.1.ebuild 833 SHA256 09a0018fabe6b5a9a2104672b78d4c258e8c231fdb71b1056f011b04925aedb6 SHA512 6c63938b9a7c53a7f7f58b78e92a321d89a044bd22d8b99fae5572cb455c0852f3e0227eaee4fcd5979d1cfca08067e007699aa6d1b51d6d614caa1582c67567 WHIRLPOOL 11a0838dd192973e02caa312a922cf25a5c930b21bb3c1a31f16f10fe3bb35a7c43cbaf8b54383d83b7ad61662cbb9293367a87c6f9ef6f32aca30dc381f86b6
EBUILD nagios-check_dane-9999.ebuild 833 SHA256 07f298353ca934de62715f253579dd9bd61f8f8dd03a477cf15a59983daa44e8 SHA512 03e4f60f07e8571514fca8ab96aa0390d9c816bd5b44483b4bd1e53fcaff503879920bb9d5ee4204cf9c814854b4213b328253be02edd591490ffce426860149 WHIRLPOOL 5a9eba31c0bbd71d23fd8d252b8a17245774017791f25fd9fa92d6e79eb9f16d026970fe194c3c8ced07b182ecf5c09ec21d1af61aa1e632377d0b5d683da3c5
MISC metadata.xml 242 SHA256 c8415a3f040bd9e29122ce3258d3eee5cf01ef92c0890d33b8a6de927d4e40c0 SHA512 8284b28c7e92d272da0bb9995d175e2a4af88bdc5d0bdffe85d9e120b19a495b9f30625fc13159cf65bf77523d9f3b15b4ac30d99e71ad29b4d8c51a5cb66ccb WHIRLPOOL 2de1245ea33790bd12bb60602c77ef9e2ab1a8caba24466cfa97a2b56e7ca1d749393eee9d29ffe60a512179ab4c7cec938107b774b03bb005a9c252df9805dd
DIST 1.1.tar.gz 17052 BLAKE2B c9a0bab7464df2967e8ff95bc8b3a1a9fb4dc4be6b48dfe8b09f4552ddf69f5b6fd722edb28d735a160ad14d12131b4f1166c9c67717e5733e9b55ad9e4acf3e SHA512 b27675ca62245b93f9bab7a49d307106a9df79e04172eb66258f499ecd3bb455bdace1daeab3feecc98d0f60b11e8b1fbc5f00fff160e75412f5db9bfcca3ac8
EBUILD nagios-check_dane-1.1.ebuild 821 BLAKE2B 617742817e7422983e0d679d8ac3ab50a2b71bb5de52ab054ff24269d88d0a33e350fdc962d5928dc16063b2e14d141342e97bd6cb3977047fc1ae7bf424247d SHA512 6b3b211a1e4b8c58f0dd9645e7d9cf8aad8d2bd6223eeb36326d0a40c6b6d6cdd7b7bdf032e7be36e57918da0a63c2f90903b8a9dd7dcc36cda4f47223626518
EBUILD nagios-check_dane-9999.ebuild 821 BLAKE2B 617742817e7422983e0d679d8ac3ab50a2b71bb5de52ab054ff24269d88d0a33e350fdc962d5928dc16063b2e14d141342e97bd6cb3977047fc1ae7bf424247d SHA512 6b3b211a1e4b8c58f0dd9645e7d9cf8aad8d2bd6223eeb36326d0a40c6b6d6cdd7b7bdf032e7be36e57918da0a63c2f90903b8a9dd7dcc36cda4f47223626518
MISC metadata.xml 242 BLAKE2B 00b3e55845739becb331daaf9883238f08ef4a880b6594203f0b445912bf662bf2964325da48d19be22447fb95f5592d74cd3ff081c1e5970c36ad701486dbb0 SHA512 8284b28c7e92d272da0bb9995d175e2a4af88bdc5d0bdffe85d9e120b19a495b9f30625fc13159cf65bf77523d9f3b15b4ac30d99e71ad29b4d8c51a5cb66ccb

View File

@ -1,10 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python3_{4,5} )
PYTHON_COMPAT=( python3_{5,6,7} )
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/debfx/check_dane.git"
@ -28,7 +27,7 @@ SLOT="0"
IUSE=""
DEPEND="dev-libs/openssl:0
dev-python/dnspython:py3
dev-python/dnspython
net-analyzer/nagios-plugins"
RDEPEND="${DEPEND}"

View File

@ -1,10 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python3_{4,5} )
PYTHON_COMPAT=( python3_{5,6,7} )
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/debfx/check_dane.git"
@ -28,7 +27,7 @@ SLOT="0"
IUSE=""
DEPEND="dev-libs/openssl:0
dev-python/dnspython:py3
dev-python/dnspython
net-analyzer/nagios-plugins"
RDEPEND="${DEPEND}"