dev-python/hdmf: merged in ::science
https://gitweb.gentoo.org/proj/sci.git/commit/?id=a67a1c84befd9b4a6653b197d1f5686e223b7cbb
This commit is contained in:
parent
0a878299ec
commit
2cd076934c
@ -1,4 +0,0 @@
|
||||
29 Oct 2021; <chymera@gentoo.org> +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
|
@ -1 +0,0 @@
|
||||
DIST hdmf-3.1.1.tar.gz 292419 SHA256 d7bdb66eb171592458a6e055fc52203e4ec0d76254e15964261f9cf5f3df9710 SHA512 41776932b1150126a162e9f87072d6626a28bb3f0e05f75337e4f6529c27005ca9db932fdff0c45bb16cbebf68388c7cbf575bbd17950c29c300702a37afacf0 WHIRLPOOL f89d02e2c495f247cfb57cb9c474007b76505ff4c7ed99dfc8eeee2418e8f8b3c31ecf26b30e657b87db7ed6cc9a3882e7efbcded6f625c7f0c45f22e2ab951f
|
@ -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',
|
||||
]
|
@ -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"
|
||||
)
|
@ -1,18 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@chymera.eu</email>
|
||||
<name>Horea Christian</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>sci@gentoo.org</email>
|
||||
<name>Gentoo Science Project</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user