commit: ccc8ef852e54165633b11efa73adbd54a534ce93
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu May 30 21:46:19 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu May 30 21:46:19 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ccc8ef85
dev-vcs/datalad-fuse: updated dependencies for python fuse bindings
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-vcs/datalad-fuse/datalad-fuse-0.5.1-r1.ebuild | 32 +++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/dev-vcs/datalad-fuse/datalad-fuse-0.5.1-r1.ebuild
b/dev-vcs/datalad-fuse/datalad-fuse-0.5.1-r1.ebuild
new file mode 100644
index 000000000..e043b122f
--- /dev/null
+++ b/dev-vcs/datalad-fuse/datalad-fuse-0.5.1-r1.ebuild
@@ -0,0 +1,32 @@
+# 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..11} )
+inherit distutils-r1
+
+DESCRIPTION="Keep code, data, containers under control with git and git-annex"
+HOMEPAGE="https://github.com/datalad/datalad"
+SRC_URI="https://github.com/datalad/datalad-fuse/archive/refs/tags/${PV}.tar.gz
-> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/aiohttp-retry[${PYTHON_USEDEP}]
+ dev-python/fsspec[${PYTHON_USEDEP}]
+ dev-python/methodtools[${PYTHON_USEDEP}]
+ dev-python/linesep[${PYTHON_USEDEP}]
+ dev-python/fusepy[${PYTHON_USEDEP}]
+ dev-vcs/datalad[${PYTHON_USEDEP}]
+ sys-fs/fuse
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+ "${FILESDIR}/${P}-git_config.patch"
+)