commit:     660cac741c12de9ea6e4b98195b2be6a07821f0e
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Mar 21 21:34:50 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Mar 21 22:15:29 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=660cac74

dev-python/hdmf: version and PYTHON_COMPAT bump, treeclean

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 .../{hdmf-3.11.0.ebuild => hdmf-3.13.0.ebuild}     |  4 +--
 dev-python/hdmf/hdmf-3.5.1.ebuild                  | 28 ---------------------
 dev-python/hdmf/hdmf-3.5.2.ebuild                  | 29 ----------------------
 3 files changed, 2 insertions(+), 59 deletions(-)

diff --git a/dev-python/hdmf/hdmf-3.11.0.ebuild 
b/dev-python/hdmf/hdmf-3.13.0.ebuild
similarity index 88%
rename from dev-python/hdmf/hdmf-3.11.0.ebuild
rename to dev-python/hdmf/hdmf-3.13.0.ebuild
index 2463ccc1a..7068afb01 100644
--- a/dev-python/hdmf/hdmf-3.11.0.ebuild
+++ b/dev-python/hdmf/hdmf-3.13.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="The Hierarchical Data Modeling Framework"
@@ -25,7 +25,7 @@ RDEPEND="
        "
 
 PATCHES=(
-       "${FILESDIR}/${P}-no_test_coverage.patch"
+       "${FILESDIR}/${PN}-3.11.0-no_test_coverage.patch"
        )
 
 distutils_enable_tests pytest

diff --git a/dev-python/hdmf/hdmf-3.5.1.ebuild 
b/dev-python/hdmf/hdmf-3.5.1.ebuild
deleted file mode 100644
index 883b5b95b..000000000
--- a/dev-python/hdmf/hdmf-3.5.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
-
-DESCRIPTION="The Hierarchical Data Modeling Framework"
-HOMEPAGE="https://github.com/hdmf-dev/hdmf";
-SRC_URI="https://github.com/hdmf-dev/hdmf/releases/download/${PV}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-python/h5py[${PYTHON_USEDEP}]
-       dev-python/jsonschema[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/pandas[${PYTHON_USEDEP}]
-       dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-       "
-BDEPEND=""
-
-distutils_enable_tests pytest

diff --git a/dev-python/hdmf/hdmf-3.5.2.ebuild 
b/dev-python/hdmf/hdmf-3.5.2.ebuild
deleted file mode 100644
index ee978516e..000000000
--- a/dev-python/hdmf/hdmf-3.5.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="The Hierarchical Data Modeling Framework"
-HOMEPAGE="https://github.com/hdmf-dev/hdmf";
-SRC_URI="$(pypi_sdist_url hdmf)"
-#SRC_URI="https://github.com/hdmf-dev/hdmf/releases/download/${PV}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-python/h5py[${PYTHON_USEDEP}]
-       dev-python/jsonschema[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/pandas[${PYTHON_USEDEP}]
-       dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-       "
-BDEPEND=""
-
-distutils_enable_tests pytest

Reply via email to