1
0
Fork 0

dev-python/hdmf: QA warnings

tests pass

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2021-09-24 01:46:03 -04:00
parent 02cad2ed12
commit 03fc48b721
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
24 Sep 2021; <chymera@gentoo.org> hdmf-3.1.1.ebuild:
dev-python/hdmf: QA warnings tests pass
*keyrings_alt-4.1.0 (24 Sep 2021)
24 Sep 2021; <chymera@gentoo.org> +keyrings_alt-4.1.0.ebuild, +metadata.xml:

View File

@ -4,16 +4,16 @@
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 -> ${P}.tar.gz"
SRC_URI="https://github.com/hdmf-dev/hdmf/releases/download/${PV}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
#KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="
dev-python/h5py[${PYTHON_USEDEP}]