From 9cd045db3b928c0421da6972c01dd8b83b4cb05a Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sat, 10 Jul 2021 19:09:22 +0200 Subject: [PATCH] dev-python/hdf5storage: Revbump to EAPI="8" Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank --- ...hdf5storage-0.1.18.ebuild => hdf5storage-0.1.18-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/hdf5storage/{hdf5storage-0.1.18.ebuild => hdf5storage-0.1.18-r1.ebuild} (94%) diff --git a/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.18-r1.ebuild similarity index 94% rename from dev-python/hdf5storage/hdf5storage-0.1.18.ebuild rename to dev-python/hdf5storage/hdf5storage-0.1.18-r1.ebuild index b7166fd..fbd3285 100644 --- a/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild +++ b/dev-python/hdf5storage/hdf5storage-0.1.18-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 2020-2021 Gentoo Authors # 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 DESCRIPTION="Python library for using HDF5 formatted files"