commit: a37d9cfcade3812e2dd861a39186e343550e3a91 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Sat Feb 18 16:07:27 2017 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Sat Feb 18 16:07:27 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a37d9cfc
sci-biology/ruffus: add last release version Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-biology/ruffus/ruffus-2.6.3.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/sci-biology/ruffus/ruffus-2.6.3.ebuild b/sci-biology/ruffus/ruffus-2.6.3.ebuild new file mode 100644 index 000000000..72854390c --- /dev/null +++ b/sci-biology/ruffus/ruffus-2.6.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Python module to support computational pipelines" +HOMEPAGE="http://www.ruffus.org.uk" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +# [email protected]:bunbun/ruffus.git + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + media-gfx/graphviz" +RDEPEND="${DEPEND}"
