From 53abb9d47d74a94be26890306eb605746e1f33ff Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 31 Jan 2022 03:13:43 -0500 Subject: dev-python/hdmf: revbump for setup.py versions Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian --- .../hdmf/files/hdmf-3.1.1-new_jsonschema.patch | 10 ------- dev-python/hdmf/files/hdmf-3.1.1-versions.patch | 21 ++++++++++++++ dev-python/hdmf/hdmf-3.1.1-r1.ebuild | 32 ++++++++++++++++++++++ dev-python/hdmf/hdmf-3.1.1.ebuild | 32 ---------------------- 4 files changed, 53 insertions(+), 42 deletions(-) delete mode 100644 dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch create mode 100644 dev-python/hdmf/files/hdmf-3.1.1-versions.patch create mode 100644 dev-python/hdmf/hdmf-3.1.1-r1.ebuild delete mode 100644 dev-python/hdmf/hdmf-3.1.1.ebuild (limited to 'dev-python/hdmf') diff --git a/dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch b/dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch deleted file mode 100644 index 989332bb5..000000000 --- a/dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/setup.py 2021-09-24 00:51:55.892741725 -0400 -+++ b/setup.py 2021-10-27 14:33:20.733741241 -0400 -@@ -23,7 +23,7 @@ - 'scipy>=1.1,<2', - 'pandas>=1.0.5,<2', - 'ruamel.yaml>=0.16,<1', -- 'jsonschema>=2.6.0,<4', -+ 'jsonschema>=2.6.0', - 'setuptools', - ] diff --git a/dev-python/hdmf/files/hdmf-3.1.1-versions.patch b/dev-python/hdmf/files/hdmf-3.1.1-versions.patch new file mode 100644 index 000000000..58822989d --- /dev/null +++ b/dev-python/hdmf/files/hdmf-3.1.1-versions.patch @@ -0,0 +1,21 @@ +--- 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.1.1-r1.ebuild b/dev-python/hdmf/hdmf-3.1.1-r1.ebuild new file mode 100644 index 000000000..76d40c95f --- /dev/null +++ b/dev-python/hdmf/hdmf-3.1.1-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +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 + +PATCHES=( + "${FILESDIR}/${PN}-3.1.1-versions.patch" +) diff --git a/dev-python/hdmf/hdmf-3.1.1.ebuild b/dev-python/hdmf/hdmf-3.1.1.ebuild deleted file mode 100644 index 1731b0d90..000000000 --- a/dev-python/hdmf/hdmf-3.1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend -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 - -PATCHES=( - "${FILESDIR}/${PN}-3.1.1-new_jsonschema.patch" -) -- cgit v1.2.3-65-gdbad