Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/hdmf/
Date: Mon, 30 Jan 2023 11:46:17
Message-Id: 1675079022.9483693c1a9a9df2fd7aabfdfb86679a621fa0e0.chymera@gentoo
1 commit: 9483693c1a9a9df2fd7aabfdfb86679a621fa0e0
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Mon Jan 30 11:43:42 2023 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Mon Jan 30 11:43:42 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9483693c
7
8 dev-python/hdmf: drop 3.1.1-r1
9
10 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
11
12 dev-python/hdmf/hdmf-3.1.1-r1.ebuild | 38 ------------------------------------
13 1 file changed, 38 deletions(-)
14
15 diff --git a/dev-python/hdmf/hdmf-3.1.1-r1.ebuild b/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
16 deleted file mode 100644
17 index b3f479f18..000000000
18 --- a/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,38 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_10 )
27 -DISTUTILS_USE_SETUPTOOLS=rdepend
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="The Hierarchical Data Modeling Framework"
31 -HOMEPAGE="https://github.com/hdmf-dev/hdmf"
32 -SRC_URI="https://github.com/hdmf-dev/hdmf/releases/download/${PV}/${P}.tar.gz"
33 -
34 -SLOT="0"
35 -LICENSE="BSD"
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -RDEPEND="
39 - dev-python/h5py[${PYTHON_USEDEP}]
40 - dev-python/jsonschema[${PYTHON_USEDEP}]
41 - dev-python/numpy[${PYTHON_USEDEP}]
42 - dev-python/pandas[${PYTHON_USEDEP}]
43 - dev-python/ruamel-yaml[${PYTHON_USEDEP}]
44 - dev-python/scipy[${PYTHON_USEDEP}]
45 - "
46 -BDEPEND=""
47 -
48 -distutils_enable_tests pytest
49 -
50 -# Known to upstream:
51 -# https://github.com/hdmf-dev/hdmf/issues/687
52 -EPYTEST_DESELECT=(
53 - tests/unit/utils_test/test_labelleddict.py::TestLabelledDict::test_set_key_attr
54 -)
55 -
56 -PATCHES=(
57 - "${FILESDIR}/${P}-versions.patch"
58 -)