commit:     536677a07349f8be4a549ea7ac9aff2ed579d2c8
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Dec 11 17:19:56 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Dec 11 17:19:56 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=536677a0

dev-python/hdmf: drop 3.4.7, 3.5.0_p1

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

 dev-python/hdmf/hdmf-3.4.7.ebuild    | 28 ---------------------------
 dev-python/hdmf/hdmf-3.5.0_p1.ebuild | 37 ------------------------------------
 2 files changed, 65 deletions(-)

diff --git a/dev-python/hdmf/hdmf-3.4.7.ebuild 
b/dev-python/hdmf/hdmf-3.4.7.ebuild
deleted file mode 100644
index 883b5b95b..000000000
--- a/dev-python/hdmf/hdmf-3.4.7.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.0_p1.ebuild 
b/dev-python/hdmf/hdmf-3.5.0_p1.ebuild
deleted file mode 100644
index 053831f8d..000000000
--- a/dev-python/hdmf/hdmf-3.5.0_p1.ebuild
+++ /dev/null
@@ -1,37 +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
-
-MY_PV="${PV//_p*/}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="The Hierarchical Data Modeling Framework"
-HOMEPAGE="https://github.com/hdmf-dev/hdmf";
-SRC_URI="https://github.com/hdmf-dev/hdmf/releases/download/${MY_PV}/${MY_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=""
-
-PATCHES=(
-       "${FILESDIR}/${MY_P}-open_links.patch"
-)
-
-distutils_enable_tests pytest
-
-S="${WORKDIR}/${MY_P}"

Reply via email to