diff --git a/dev-python/hdmf/ChangeLog b/dev-python/hdmf/ChangeLog deleted file mode 100644 index b113216..0000000 --- a/dev-python/hdmf/ChangeLog +++ /dev/null @@ -1,4 +0,0 @@ - 29 Oct 2021; +files/hdmf-3.1.1-new_jsonschema.patch, - hdmf-3.1.1.ebuild: - dev-python/hdmf: jsonschema cap was not needed Confirmed by upstream: - https://github.com/hdmf-dev/hdmf/issues/674 diff --git a/dev-python/hdmf/Manifest b/dev-python/hdmf/Manifest deleted file mode 100644 index 09f6328..0000000 --- a/dev-python/hdmf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hdmf-3.1.1.tar.gz 292419 SHA256 d7bdb66eb171592458a6e055fc52203e4ec0d76254e15964261f9cf5f3df9710 SHA512 41776932b1150126a162e9f87072d6626a28bb3f0e05f75337e4f6529c27005ca9db932fdff0c45bb16cbebf68388c7cbf575bbd17950c29c300702a37afacf0 WHIRLPOOL f89d02e2c495f247cfb57cb9c474007b76505ff4c7ed99dfc8eeee2418e8f8b3c31ecf26b30e657b87db7ed6cc9a3882e7efbcded6f625c7f0c45f22e2ab951f 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 989332b..0000000 --- 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/hdmf-3.1.1.ebuild b/dev-python/hdmf/hdmf-3.1.1.ebuild deleted file mode 100644 index 1731b0d..0000000 --- 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" -) diff --git a/dev-python/hdmf/metadata.xml b/dev-python/hdmf/metadata.xml deleted file mode 100644 index 82da7c4..0000000 --- a/dev-python/hdmf/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - gentoo@chymera.eu - Horea Christian - - - sci@gentoo.org - Gentoo Science Project - - - The Hierarchical Data Modeling Framework, or HDMF, is a Python package - for working with hierarchical data. It provides APIs for specifying - data models, reading and writing data to different storage backends, - and representing data with Python object. - -