commit: 10d96a36b911a7aa3fa4938de4242ed7c84a4d84
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jul 12 16:00:29 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jul 12 16:00:29 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=10d96a36
dev-python/hdf5storage: EAPI and PYTHON_COMPAT bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild | 6 +++---
...orage-0.1.15_p1.ebuild => hdf5storage-0.1.18.ebuild} | 17 +++++------------
dev-python/hdf5storage/hdf5storage-9999.ebuild | 6 +++---
3 files changed, 11 insertions(+), 18 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
b/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
index 8a7b76420..3a6391eb0 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
b/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
similarity index 50%
copy from dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
copy to dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
index 8a7b76420..22f9151e0 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.18.ebuild
@@ -1,23 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Read/write Python types to/from HDF5 files, including MATLAB v7.3
MAT files"
HOMEPAGE="https://github.com/frejanordsiek/hdf5storage"
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/frejanordsiek/hdf5storage"
-else
- COMMIT=09dfc5fb3a6a3f9c32c2479a896c7f14d3c8d830
-
SRC_URI="https://github.com/frejanordsiek/hdf5storage/archive/${COMMIT}.tar.gz
-> ${P}.tar.gz"
- S="${WORKDIR}"/${PN}-${COMMIT}
- KEYWORDS="~amd64"
-fi
+SRC_URI="https://github.com/frejanordsiek/hdf5storage/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
LICENSE="BSD"
SLOT="0"
diff --git a/dev-python/hdf5storage/hdf5storage-9999.ebuild
b/dev-python/hdf5storage/hdf5storage-9999.ebuild
index 8a7b76420..3a6391eb0 100644
--- a/dev-python/hdf5storage/hdf5storage-9999.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1