dev-python/hdf5storage: Revbump to EAPI="8"

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2021-07-10 19:09:22 +02:00
parent 39aafd45b4
commit 9cd045db3b
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors # Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI="8"
PYTHON_COMPAT=( python3_{8..9} ) PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="Python library for using HDF5 formatted files" DESCRIPTION="Python library for using HDF5 formatted files"