From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8234138334 for ; Fri, 29 Mar 2019 04:48:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99D56E08C2; Fri, 29 Mar 2019 04:48:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6129AE08C2 for ; Fri, 29 Mar 2019 04:48:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A83DD335CC0 for ; Fri, 29 Mar 2019 04:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 094EB54A for ; Fri, 29 Mar 2019 04:48:27 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1553834866.a0dc9fc04d819c05f3d109ee32fb1ee443d3fba4.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/bids-validator/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/bids-validator/ChangeLog sci-libs/bids-validator/bids-validator-1.2.2.ebuild sci-libs/bids-validator/metadata.xml X-VCS-Directories: sci-libs/bids-validator/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: a0dc9fc04d819c05f3d109ee32fb1ee443d3fba4 X-VCS-Branch: master Date: Fri, 29 Mar 2019 04:48:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e1fd731-9dc8-4108-b110-bf48c51e737a X-Archives-Hash: 064618500fc3dfccbebfa79a3154c138 commit: a0dc9fc04d819c05f3d109ee32fb1ee443d3fba4 Author: Horea Christian yandex com> AuthorDate: Fri Mar 29 04:47:46 2019 +0000 Commit: Horea Christian gmail com> CommitDate: Fri Mar 29 04:47:46 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a0dc9fc0 sci-libs/bids-validator: new package Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Horea Christian yandex.com> sci-libs/bids-validator/ChangeLog | 5 ++++ .../bids-validator/bids-validator-1.2.2.ebuild | 33 ++++++++++++++++++++++ sci-libs/bids-validator/metadata.xml | 20 +++++++++++++ 3 files changed, 58 insertions(+) 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; +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/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 @@ + + + + + horea.christ@gmail.com + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + 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. + + + bids-standard/bids-validator + +