1
0
Fork 0

sci-biology/bidsschematools: new package, add 0.3.0_pre20220801

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2022-08-01 21:22:24 -04:00
parent 9dd3d59ff1
commit 529f16db81
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST bidsschematools-0.3.0_pre20220801.tar.gz 5716585 SHA256 b91e5707786704c6a0ee13489d78fdc0d274b334ea435bb375498c07d40933eb SHA512 524206d54a04587180dd3b150bb4e88282d62cf1273717d3caedb6b227e74102b9b5d4e68cb2b1725ad6e19641e0fbcb5ee1b2b5931fa7025f918d72e8a591a9 WHIRLPOOL 8a732807ee307fe96093c1fa9b4943d8bf5bbe07a24258460c23d2f35adb91c8cce08516dcd8c8e61d0fe2be2a34ca0d8063612697031520fa5fba083cf4be7c

View File

@ -0,0 +1,33 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 git-r3
DESCRIPTION="A Python library for working with the BIDS schema"
HOMEPAGE="https://github.com/bids-standard/bids-specification"
EGIT_REPO_URI="https://github.com/bids-standard/bids-specification.git"
EGIT_COMMIT="54e7990387166fd206cb1f4ec4eb2187b42c08b3"
LICENSE="CC-BY-SA-4.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="dev-python/tabulate"
DEPEND=""
S="${S}/tools/schemacode"
distutils_enable_tests pytest
python_test() {
# Ideally we should package the testdata packages:
# https://github.com/bids-standard/bids-examples
# https://github.com/bids-standard/bids-error-examples
export SCHEMACODE_TESTS_NONETWORK=1
epytest
}

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>chr@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
</pkgmetadata>