aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2019-03-29 05:47:46 +0100
committerHorea Christian <horea.christ@yandex.com>2019-03-29 05:47:46 +0100
commita0dc9fc04d819c05f3d109ee32fb1ee443d3fba4 (patch)
treed086767aa937c1c2f16e7d7f9302e741365f4622
parentsci-biology/tablet: fix indentation (diff)
downloadsci-a0dc9fc0.tar.gz
sci-a0dc9fc0.tar.bz2
sci-a0dc9fc0.zip
sci-libs/bids-validator: new package
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Horea Christian <horea.christ@yandex.com>
-rw-r--r--sci-libs/bids-validator/ChangeLog5
-rw-r--r--sci-libs/bids-validator/Manifest1
-rw-r--r--sci-libs/bids-validator/bids-validator-1.2.2.ebuild33
-rw-r--r--sci-libs/bids-validator/metadata.xml20
4 files changed, 59 insertions, 0 deletions
diff --git a/sci-libs/bids-validator/ChangeLog b/sci-libs/bids-validator/ChangeLog
new file mode 100644
index 000000000..a8bcb074e
--- /dev/null
+++ b/sci-libs/bids-validator/ChangeLog
@@ -0,0 +1,5 @@
+*bids-validator-1.2.2 (29 Mar 2019)
+
+ 29 Mar 2019; <chymera@gentoo.org> +bids-validator-1.2.2.ebuild,
+ +metadata.xml:
+ sci-libs/bids-validator: new package ahead of Gentoo Science
diff --git a/sci-libs/bids-validator/Manifest b/sci-libs/bids-validator/Manifest
new file mode 100644
index 000000000..33fe5107c
--- /dev/null
+++ b/sci-libs/bids-validator/Manifest
@@ -0,0 +1 @@
+DIST bids-validator-1.2.2.tar.gz 1877722 BLAKE2B 6febb301c2b3ffa6dfbf31b3926d12ebf76447f638819e330524afb2d0c9feb2d66c364f3729bf822349f1b134bc6dc968a5d541d1de64101415513b7fc2d8b0 SHA512 91e0838d96ff588bbb1d65bb2ba22b57a1c18022882c520929b3dfcb59f2eccc94887c3a25e3d358d9302fab071bc47e3d3efa6eafe4985be77085217c1ea274
diff --git a/sci-libs/bids-validator/bids-validator-1.2.2.ebuild b/sci-libs/bids-validator/bids-validator-1.2.2.ebuild
new file mode 100644
index 000000000..d18403fcd
--- /dev/null
+++ b/sci-libs/bids-validator/bids-validator-1.2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Validator for the Brain Imaging Data Structure"
+HOMEPAGE="https://github.com/bids-standard/bids-validator"
+SRC_URI="https://github.com/bids-standard/bids-validator/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ "
+RDEPEND="
+ dev-python/grabbit[${PYTHON_USEDEP}]
+ dev-python/num2words[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ dev-python/patsy[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ sci-libs/nibabel[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]
+ "
+
+S="${WORKDIR}/${P}/${PN}"
diff --git a/sci-libs/bids-validator/metadata.xml b/sci-libs/bids-validator/metadata.xml
new file mode 100644
index 000000000..415f65cc2
--- /dev/null
+++ b/sci-libs/bids-validator/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>horea.christ@gmail.com</email>
+ <name>Horea Christian</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ A limited library of helper functions written in Python, the main
+ function of which is to determine whether a file path is compliant
+ with the BIDS specification.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">bids-standard/bids-validator</remote-id>
+ </upstream>
+</pkgmetadata>