From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bidsschematools/
Date: Fri, 26 Aug 2022 16:53:17 +0000 (UTC) [thread overview]
Message-ID: <1661532777.9bae68348aed02603ef5be08031cc7a7d7156cfb.chymera@gentoo> (raw)
commit: 9bae68348aed02603ef5be08031cc7a7d7156cfb
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Aug 26 16:52:57 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 16:52:57 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9bae6834
sci-biology/bidsschematools: new package, add 0.4.0
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../bidsschematools/bidsschematools-0.4.0.ebuild | 37 ++++++++++++++++++++++
sci-biology/bidsschematools/metadata.xml | 19 +++++++++++
2 files changed, 56 insertions(+)
diff --git a/sci-biology/bidsschematools/bidsschematools-0.4.0.ebuild b/sci-biology/bidsschematools/bidsschematools-0.4.0.ebuild
new file mode 100644
index 000000000..735f130e9
--- /dev/null
+++ b/sci-biology/bidsschematools/bidsschematools-0.4.0.ebuild
@@ -0,0 +1,37 @@
+# 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
+
+DESCRIPTION="A Python library for working with the BIDS schema"
+HOMEPAGE="https://github.com/bids-standard/bids-specification"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="render"
+
+RDEPEND="
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ render? (
+ dev-python/tabulate[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ )
+"
+DEPEND=""
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ if ! use render; then
+ rm "${S}/bidsschematools/render.py"
+ rm "${S}/bidsschematools/tests/test_render.py"
+ fi
+ default
+}
diff --git a/sci-biology/bidsschematools/metadata.xml b/sci-biology/bidsschematools/metadata.xml
new file mode 100644
index 000000000..3fac5f14b
--- /dev/null
+++ b/sci-biology/bidsschematools/metadata.xml
@@ -0,0 +1,19 @@
+<?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>
+ <upstream>
+ <remote-id type="github">bids-standard/bids-specification</remote-id>
+ <remote-id type="pypi">bidsschematools</remote-id>
+ </upstream>
+ <use>
+ <flag name="render">Support for schema table rendering</flag>
+ </use>
+</pkgmetadata>
next reply other threads:[~2022-08-26 16:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-26 16:53 Horea Christian [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-23 17:05 [gentoo-commits] proj/sci:master commit in: sci-biology/bidsschematools/ Horea Christian
2022-10-31 19:38 Horea Christian
2022-10-31 19:39 Horea Christian
2022-10-31 19:40 Horea Christian
2022-11-11 7:28 Horea Christian
2023-05-22 10:43 Horea Christian
2023-05-22 10:43 Horea Christian
2023-05-22 10:45 Horea Christian
2023-05-23 10:34 Horea Christian
2023-05-24 3:36 Horea Christian
2023-05-24 22:59 Horea Christian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1661532777.9bae68348aed02603ef5be08031cc7a7d7156cfb.chymera@gentoo \
--to=horea.christ@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox