aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2024-05-30 17:55:59 -0400
committerHorea Christian <chr@chymera.eu>2024-05-30 17:55:59 -0400
commit2138bf2ba0bb67a5ab778846e2a1049ced637832 (patch)
treec69631fbe12789eb65135e1585adaa3cc2f679cd
parentsci-biology/afni: drop 24.0.04-r1, 24.0.08-r1, 24.0.08-r2 (diff)
downloadsci-2138bf2ba0bb67a5ab778846e2a1049ced637832.tar.gz
sci-2138bf2ba0bb67a5ab778846e2a1049ced637832.tar.bz2
sci-2138bf2ba0bb67a5ab778846e2a1049ced637832.zip
dev-vcs/datalad-fuse: drop 0.5.1
Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r--dev-vcs/datalad-fuse/datalad-fuse-0.5.1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-vcs/datalad-fuse/datalad-fuse-0.5.1.ebuild b/dev-vcs/datalad-fuse/datalad-fuse-0.5.1.ebuild
deleted file mode 100644
index 1359f4e0d..000000000
--- a/dev-vcs/datalad-fuse/datalad-fuse-0.5.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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-vcs/datalad[${PYTHON_USEDEP}]
- sys-fs/fuse
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
- "${FILESDIR}/${P}-git_config.patch"
-)
-
-python_test() {
- #git init -q || die
- #git config --global user.email "placeholder@gentoo.org" || die
- #git config --global user.name "Place Holder" || die
- #git add . || die
- #git commit -m "init" || die
- ##GIT_AUTHOR_NAME="Place Holder" GIT_AUTHOR_EMAIL="placeholder@gentoo.org" epytest
- ##export GIT_AUTHOR_NAME="Place Holder"
- ##export GIT_AUTHOR_EMAIL="placeholder@gentoo.org"
- epytest
-}