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, 11 Nov 2022 07:28:19 +0000 (UTC) [thread overview]
Message-ID: <1668151688.2dbd03ca520dd8d1ca17af1cea74f380fb19aea7.chymera@gentoo> (raw)
commit: 2dbd03ca520dd8d1ca17af1cea74f380fb19aea7
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Nov 11 07:28:08 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 07:28:08 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2dbd03ca
sci-biology/bidsschematools: add 0.6.0
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../bidsschematools/bidsschematools-0.6.0.ebuild | 38 ++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/sci-biology/bidsschematools/bidsschematools-0.6.0.ebuild b/sci-biology/bidsschematools/bidsschematools-0.6.0.ebuild
new file mode 100644
index 000000000..3a6e51898
--- /dev/null
+++ b/sci-biology/bidsschematools/bidsschematools-0.6.0.ebuild
@@ -0,0 +1,38 @@
+# 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..11} )
+
+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/markdown-it-py[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ dev-python/tabulate[${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
+}
next reply other threads:[~2022-11-11 7:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-11 7:28 Horea Christian [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-24 22:59 [gentoo-commits] proj/sci:master commit in: sci-biology/bidsschematools/ Horea Christian
2023-05-24 3:36 Horea Christian
2023-05-23 10:34 Horea Christian
2023-05-22 10:45 Horea Christian
2023-05-22 10:43 Horea Christian
2023-05-22 10:43 Horea Christian
2022-10-31 19:40 Horea Christian
2022-10-31 19:39 Horea Christian
2022-10-31 19:38 Horea Christian
2022-09-23 17:05 Horea Christian
2022-08-26 16:53 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=1668151688.2dbd03ca520dd8d1ca17af1cea74f380fb19aea7.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