dev-vcs/datalad-fuse - 0.5.1 (science)

Search

Install

Install this version:

emerge -a =dev-vcs/datalad-fuse-0.5.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-vcs/datalad-fuse-0.5.1

Or alternatively:

emerge --autounmask-write -a =dev-vcs/datalad-fuse-0.5.1

Package Information

Description:
Keep code, data, containers under control with git and git-annex
Homepage:
https://github.com/datalad/datalad
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.5.1 8 ~amd64 0
View Raw Ebuild
# 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_{12..13} )
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"
)

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/aiohttp-retry[]
	dev-python/fsspec[]
	dev-python/methodtools[]
	dev-python/linesep[]
	dev-python/fusepy[]
	dev-vcs/datalad[]
	sys-fs/fuse

Manifest for 0.5.1

Type File Size Source URLs
DIST datalad-fuse-0.5.1.gh.tar.gz 66846 bytes https://github.com/datalad/datalad-fuse/archive/refs/tags/0.5.1.tar.gz