net-analyzer/nagios-check-zfs-linux: Py3 portage

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2020-06-14 16:15:08 +02:00
parent da20a4cf5b
commit 4e680c60e0
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
DIST nagios-check-zfs-linux-1.2.tar.gz 15617 BLAKE2B 6e605a556c4a6867cb59e479ea9f0b52085a8b81aba11208a8a1e5002e2fbdec687fe8d360d59e14e449b4316b9b921bbee853e3e2face1a2c1bbcf692974dc9 SHA512 6d12c7ca762c05010ad1b6d482301e9547a46149acaa489b9eebcab2ac3761b0949f6f42740cad0c5e278d80286a16d1b8011478c4891d1032cccc24994933b5
DIST nagios-check-zfs-linux-1.2.tar.gz 16073 BLAKE2B 62ed5b38e8cd8612cc218bfeef88836e7c5948630111f9f5cb2bc84cd807c8922f7465a140b12c7a25bd5a622d30a6e7872bd809838347712686b7d25f914a9b SHA512 2b8d9e676263ecf4326eafce6ab8880e387c89e148c1119c9e21c0b824c55caf0077a1a9621e0de6b154bcb9233ddbdd038c0c0e8e8d6a89ebffbdd41b0f67c6

View File

@ -3,15 +3,14 @@
EAPI=7
PYTHON_COMPAT=( python2_7 )
PYTHON_COMPAT=( python3_{7,8,9} )
inherit python-r1
MY_PN=${PN//-/_}
DESCRIPTION="Nagios plugin to check ZFS pool in the Linux environment"
HOMEPAGE="https://github.com/zlacelle/nagios_check_zfs_linux"
MY_GITHUB_AUTHOR="zlacelle"
SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://git.grifon.fr/alarig/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"