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: Wed, 24 May 2023 22:59:38 +0000 (UTC) [thread overview]
Message-ID: <1684969170.1eeaf57e2f9407707a2b92637f59548836ffc66f.chymera@gentoo> (raw)
commit: 1eeaf57e2f9407707a2b92637f59548836ffc66f
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed May 24 22:59:30 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed May 24 22:59:30 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1eeaf57e
sci-biology/bidsschematools: add 0.7.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../bidsschematools/bidsschematools-0.7.1.ebuild | 37 ++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/sci-biology/bidsschematools/bidsschematools-0.7.1.ebuild b/sci-biology/bidsschematools/bidsschematools-0.7.1.ebuild
new file mode 100644
index 000000000..b5b12165d
--- /dev/null
+++ b/sci-biology/bidsschematools/bidsschematools-0.7.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python library for working with the BIDS schema"
+HOMEPAGE="https://github.com/bids-standard/bids-specification"
+
+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:[~2023-05-24 22:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-24 22:59 Horea Christian [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-24 3:36 [gentoo-commits] proj/sci:master commit in: sci-biology/bidsschematools/ 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-11-11 7:28 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=1684969170.1eeaf57e2f9407707a2b92637f59548836ffc66f.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