commit: e459412f804404dbe26c7644680dbc496a1e4f2e
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Oct 28 12:48:32 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Oct 28 12:48:32 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e459412f
dev-vcs/datalad: revbump for dependency update
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../datalad/{datalad-0.17.0.ebuild => datalad-0.17.0-r1.ebuild} | 8 ++++++++
.../datalad/{datalad-0.17.2.ebuild => datalad-0.17.2-r1.ebuild} | 6 ++++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/datalad/datalad-0.17.0.ebuild
b/dev-vcs/datalad/datalad-0.17.0-r1.ebuild
similarity index 89%
rename from dev-vcs/datalad/datalad-0.17.0.ebuild
rename to dev-vcs/datalad/datalad-0.17.0-r1.ebuild
index 7ad3e0a43..6a26810d9 100644
--- a/dev-vcs/datalad/datalad-0.17.0.ebuild
+++ b/dev-vcs/datalad/datalad-0.17.0-r1.ebuild
@@ -20,6 +20,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
app-arch/p7zip
app-arch/patool[${PYTHON_USEDEP}]
+ dev-vcs/git-annex
dev-python/annexremote[${PYTHON_USEDEP}]
>=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
dev-python/distro[${PYTHON_USEDEP}]
@@ -50,6 +51,7 @@ RDEPEND="
)
"
DEPEND="
+ dev-python/packaging[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
@@ -62,6 +64,12 @@ DEPEND="
# https://github.com/datalad/datalad/issues/6623
PATCHES=( "${FILESDIR}/${PN}-0.17.0-skip.patch" )
+EPYTEST_DESELECT=(
+ # Reported upstream: https://github.com/datalad/datalad/issues/6870
+ datalad/tests/test_misc.py::test_test
+
datalad/local/tests/test_gitcredential.py::test_datalad_credential_helper
+)
+
distutils_enable_tests pytest
python_test() {
diff --git a/dev-vcs/datalad/datalad-0.17.2.ebuild
b/dev-vcs/datalad/datalad-0.17.2-r1.ebuild
similarity index 96%
rename from dev-vcs/datalad/datalad-0.17.2.ebuild
rename to dev-vcs/datalad/datalad-0.17.2-r1.ebuild
index 86d141996..a26264335 100644
--- a/dev-vcs/datalad/datalad-0.17.2.ebuild
+++ b/dev-vcs/datalad/datalad-0.17.2-r1.ebuild
@@ -20,6 +20,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
app-arch/p7zip
app-arch/patool[${PYTHON_USEDEP}]
+ dev-vcs/git-annex
dev-python/annexremote[${PYTHON_USEDEP}]
>=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
dev-python/distro[${PYTHON_USEDEP}]
@@ -49,9 +50,10 @@ RDEPEND="
dev-vcs/python-gitlab[${PYTHON_USEDEP}]
)
"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
+ dev-python/packaging[${PYTHON_USEDEP}]
test? (
+ ${RDEPEND}
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/httpretty[${PYTHON_USEDEP}]
dev-python/vcrpy[${PYTHON_USEDEP}]