From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-vcs/dandi-cli/
Date: Thu, 2 Mar 2023 14:20:14 +0000 (UTC) [thread overview]
Message-ID: <1677766806.7ebac5991efb491041cf00d606deabaac9b4a77f.chymera@gentoo> (raw)
commit: 7ebac5991efb491041cf00d606deabaac9b4a77f
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Mar 2 14:20:06 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Mar 2 14:20:06 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ebac599
dev-vcs/dandi-cli: add 0.50.0
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-vcs/dandi-cli/dandi-cli-0.50.0.ebuild | 80 +++++++++++++++++++++++++++++++
1 file changed, 80 insertions(+)
diff --git a/dev-vcs/dandi-cli/dandi-cli-0.50.0.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.50.0.ebuild
new file mode 100644
index 000000000..3fcb74d2d
--- /dev/null
+++ b/dev-vcs/dandi-cli/dandi-cli-0.50.0.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..10} )
+
+inherit distutils-r1
+
+MY_PN="dandi"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="DANDI command line client to facilitate common operations"
+HOMEPAGE="https://github.com/dandi/dandi-cli"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test etelemetry"
+
+RDEPEND="
+ =dev-python/dandi-schema-0.7*[${PYTHON_USEDEP}]
+ >=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]
+ dev-python/appdirs[${PYTHON_USEDEP}]
+ dev-python/click-didyoumean[${PYTHON_USEDEP}]
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/fasteners[${PYTHON_USEDEP}]
+ dev-python/fscacher[${PYTHON_USEDEP}]
+ dev-python/humanize[${PYTHON_USEDEP}]
+ dev-python/interleave[${PYTHON_USEDEP}]
+ dev-python/joblib[${PYTHON_USEDEP}]
+ dev-python/keyring[${PYTHON_USEDEP}]
+ dev-python/keyrings-alt[${PYTHON_USEDEP}]
+ dev-python/nwbinspector[${PYTHON_USEDEP}]
+ dev-python/packaging[${PYTHON_USEDEP}]
+ dev-python/pycryptodome[${PYTHON_USEDEP}]
+ dev-python/pynwb[${PYTHON_USEDEP}]
+ dev-python/pyout[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+ dev-python/semantic_version[${PYTHON_USEDEP}]
+ dev-python/tenacity[${PYTHON_USEDEP}]
+ dev-python/wheel[${PYTHON_USEDEP}]
+ dev-python/zarr[${PYTHON_USEDEP}]
+ dev-python/zarr_checksum[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ test? (
+ dev-python/anys[${PYTHON_USEDEP}]
+ dev-python/responses[${PYTHON_USEDEP}]
+ dev-python/pyfakefs[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ media-libs/opencv[ffmpeg,${PYTHON_USEDEP}]
+ )
+"
+# Upstream might be amenable to dropping opencv:
+# https://github.com/dandi/dandi-cli/issues/944
+
+S="${WORKDIR}/${MY_P}"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ if use etelemetry; then
+ default
+ else
+ eapply "${FILESDIR}/${PN}-0.28.0-no-etelemetry.patch"
+ default
+ sed -i "/etelemetry/d" setup.cfg
+ fi
+}
+
+python_test() {
+ export DANDI_TESTS_NONETWORK=1
+ epytest
+}
next reply other threads:[~2023-03-02 14:20 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-02 14:20 Horea Christian [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-29 22:26 [gentoo-commits] proj/sci:master commit in: dev-vcs/dandi-cli/ Horea Christian
2024-03-21 22:15 Horea Christian
2024-02-08 16:27 Horea Christian
2024-02-08 16:27 Horea Christian
2023-05-25 18:29 Horea Christian
2023-05-25 7:09 Horea Christian
2023-05-25 6:34 Horea Christian
2023-05-23 10:34 Horea Christian
2023-05-23 10:30 Horea Christian
2023-05-23 10:30 Horea Christian
2023-05-23 10:22 Horea Christian
2023-05-15 17:28 Horea Christian
2023-05-02 23:01 Horea Christian
2023-05-02 23:01 Horea Christian
2023-05-02 23:01 Horea Christian
2023-03-21 22:52 Horea Christian
2023-03-21 22:33 Horea Christian
2023-02-17 7:03 Horea Christian
2023-02-17 7:02 Horea Christian
2023-01-16 5:09 Horea Christian
2023-01-16 5:09 Horea Christian
2023-01-12 22:10 Horea Christian
2022-10-31 14:49 Horea Christian
2022-10-11 19:23 Andrew Ammerlaan
2022-09-23 21:34 Horea Christian
2022-09-23 21:29 Horea Christian
2022-09-23 21:27 Horea Christian
2022-07-28 14:10 Horea Christian
2022-05-02 7:59 Horea Christian
2022-05-02 7:57 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=1677766806.7ebac5991efb491041cf00d606deabaac9b4a77f.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