commit:     8b5ce5c1066e797f6cbf5abb21bd1dfe41d897eb
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Mar 22 14:56:19 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Mar 22 14:56:19 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8b5ce5c1

dev-python/hdmf: treeclean and rm deprecated commented lines

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

 dev-python/hdmf/files/hdmf-3.1.1-versions.patch | 21 ----------------
 dev-python/hdmf/hdmf-3.3.2-r1.ebuild            | 32 -------------------------
 dev-python/hdmf/hdmf-3.4.7.ebuild               |  4 ----
 dev-python/hdmf/hdmf-3.5.1.ebuild               |  4 ----
 4 files changed, 61 deletions(-)

diff --git a/dev-python/hdmf/files/hdmf-3.1.1-versions.patch 
b/dev-python/hdmf/files/hdmf-3.1.1-versions.patch
deleted file mode 100644
index 58822989d..000000000
--- a/dev-python/hdmf/files/hdmf-3.1.1-versions.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/setup.py 2022-01-31 02:48:24.645837186 -0500
-+++ b/setup.py 2022-01-31 02:49:55.066949247 -0500
-@@ -12,12 +12,12 @@
- schema_dir = 'common/hdmf-common-schema/common'
- 
- reqs = [
--    'h5py>=2.10,<4',
--    'numpy>=1.16,<1.22',
--    'scipy>=1.1,<2',
--    'pandas>=1.0.5,<2',
--    'ruamel.yaml>=0.16,<1',
--    'jsonschema>=2.6.0,<4',
-+    'h5py',
-+    'numpy',
-+    'scipy',
-+    'pandas',
-+    'ruamel.yaml',
-+    'jsonschema',
-     'setuptools',
- ]
- 

diff --git a/dev-python/hdmf/hdmf-3.3.2-r1.ebuild 
b/dev-python/hdmf/hdmf-3.3.2-r1.ebuild
deleted file mode 100644
index 0efdd8f92..000000000
--- a/dev-python/hdmf/hdmf-3.3.2-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 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=""
-
-PATCHES=(
-       "${FILESDIR}/${P}-versions.patch"
-)
-
-distutils_enable_tests pytest

diff --git a/dev-python/hdmf/hdmf-3.4.7.ebuild 
b/dev-python/hdmf/hdmf-3.4.7.ebuild
index 2d05ea71a..883b5b95b 100644
--- a/dev-python/hdmf/hdmf-3.4.7.ebuild
+++ b/dev-python/hdmf/hdmf-3.4.7.ebuild
@@ -25,8 +25,4 @@ RDEPEND="
        "
 BDEPEND=""
 
-#PATCHES=(
-#      "${FILESDIR}/${P}-versions.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
index 2d05ea71a..883b5b95b 100644
--- a/dev-python/hdmf/hdmf-3.5.1.ebuild
+++ b/dev-python/hdmf/hdmf-3.5.1.ebuild
@@ -25,8 +25,4 @@ RDEPEND="
        "
 BDEPEND=""
 
-#PATCHES=(
-#      "${FILESDIR}/${P}-versions.patch"
-#)
-
 distutils_enable_tests pytest

Reply via email to