Install this version:
emerge -a =dev-python/sra-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/sra-9999
Or alternatively:
emerge --autounmask-write -a =dev-python/sra-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 git-r3
DESCRIPTION="SRA Command Line Tools"
HOMEPAGE="https://scm.sra.uni-hannover.de/published/sra-cli"
EGIT_REPO_URI="https://scm.sra.uni-hannover.de/published/sra-cli.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="qis"
DEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/rauth[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-vcs/python-gitlab[${PYTHON_USEDEP}]
qis? ( app-shells/fzf )"
RDEPEND="${DEPEND}"
pkg_postinst() {
elog 'WARNING: the studip mounting is not working, since it depends on the deprecated fusepy.'
}
Manage flags for this package:
euse -i <flag> -p dev-python/sra |
euse -E <flag> -p dev-python/sra |
euse -D <flag> -p dev-python/sra
dev-python/pyyaml[] dev-python/python-dateutil[] dev-python/rauth[] dev-python/requests[] dev-python/lxml[] dev-vcs/python-gitlab[] qis? ( app-shells/fzf )
dev-python/pyyaml[] dev-python/python-dateutil[] dev-python/rauth[] dev-python/requests[] dev-python/lxml[] dev-vcs/python-gitlab[] qis? ( app-shells/fzf )