1
0
Fork 0

Incomplete ebuild (needs deps)

This commit is contained in:
Horea Christian 2018-09-07 15:28:22 +02:00
parent 636f2a62b8
commit 6bb4b9532d
2 changed files with 25 additions and 0 deletions

1
sci-libs/amico/Manifest Normal file
View File

@ -0,0 +1 @@
EBUILD amico-9999.ebuild 429 BLAKE2B 7adfe6080da1ed499313799a15115462402d97910adf208cd03c37a887f36434bcac70c345d216dac1e1cad180d399f1238829dc849956dce3ef24bff17e6807 SHA512 0d42172fcc222ae5efd35043dbb1157eda8a104b928bd3e08e715528096a475d589a88d27fe7465f0d488e1ba54e5d41e01936e232dd218984b7bc00bb48a49e

View File

@ -0,0 +1,24 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1 git-r3
DESCRIPTION="Neuroimaging tools for Python"
HOMEPAGE="http://nipy.org/"
SRC_URI=""
EGIT_REPO_URI="https://github.com/daducci/AMICO"
LICENSE="BSD"
SLOT="0"
IUSE=""
KEYWORDS=""
DEPEND="sci-biology/dipy[${PYTHON_USEDEP}]"
RDEPEND="
sci-libs/spams-python[${PYTHON_USEDEP}]
${DEPEND}
"