commit: 7169ced04d4548f51440f9931ebc80495a717e92
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Sep 11 20:40:48 2025 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Sep 11 20:40:48 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7169ced0
dev-python/hdf5storage: enable py3.12, py3.13
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/hdf5storage/hdf5storage-0.1.19.ebuild | 4 ++--
dev-python/hdf5storage/hdf5storage-9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild
b/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild
index ab64fefbc..815197562 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@@ -11,9 +11,9 @@ DESCRIPTION="Read/write Python types to/from HDF5 files,
including MATLAB v7.3 M
HOMEPAGE="https://github.com/frejanordsiek/hdf5storage"
SRC_URI="https://github.com/frejanordsiek/hdf5storage/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
+LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
-LICENSE="BSD"
SLOT="0"
RDEPEND="
diff --git a/dev-python/hdf5storage/hdf5storage-9999.ebuild
b/dev-python/hdf5storage/hdf5storage-9999.ebuild
index 1bcf35a57..a732d9cd7 100644
--- a/dev-python/hdf5storage/hdf5storage-9999.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1