diff options
Diffstat (limited to 'dev-python/sra')
-rw-r--r-- | dev-python/sra/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sra/sra-9999.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/sra/Manifest b/dev-python/sra/Manifest new file mode 100644 index 0000000..ba36830 --- /dev/null +++ b/dev-python/sra/Manifest @@ -0,0 +1 @@ +EBUILD sra-9999.ebuild 610 BLAKE2B 267b12885119ccf8af311cced16e06155d41abd980d07fdf9c5e83e0a9e8cfdbab96ec50e50d7ac1f230fd142fd94144f0ae5b91a25fdaf66d4d052b134eb260 SHA512 8e0e36b39a77d812dfde76d921b756a85d4d19a93e23808744a9a29deccbdadc3aa784558936ed2f1e72ec34a7900bce2f808f67a8a575b703984fc44120e44c diff --git a/dev-python/sra/sra-9999.ebuild b/dev-python/sra/sra-9999.ebuild new file mode 100644 index 0000000..4e8df17 --- /dev/null +++ b/dev-python/sra/sra-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_5 python3_6 ) +inherit distutils-r1 git-r3 + +DESCRIPTION="SRA Command Line Tools" +HOMEPAGE="https://scm.sra.uni-hannover.de/source/sra-cli/" +EGIT_REPO_URI="file:///home/gerion/sourcecode/sra-cli" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/rauth[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/fusepy[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |