aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-02-18 17:07:27 +0100
committerJustin Lecher <jlec@gentoo.org>2017-03-18 21:06:57 +0000
commit8c60794ab796f1e96574f475c01fe5eb1c00412d (patch)
treed52d49f139011b71569abef0a1344f06c996b7c4
parentsci-biology/pyfaidx: version bump (diff)
downloadsci-8c60794ab796f1e96574f475c01fe5eb1c00412d.tar.gz
sci-8c60794ab796f1e96574f475c01fe5eb1c00412d.tar.bz2
sci-8c60794ab796f1e96574f475c01fe5eb1c00412d.zip
sci-biology/ruffus: add last release version
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--sci-biology/ruffus/Manifest1
-rw-r--r--sci-biology/ruffus/ruffus-2.6.3.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/sci-biology/ruffus/Manifest b/sci-biology/ruffus/Manifest
new file mode 100644
index 000000000..dd1cd624f
--- /dev/null
+++ b/sci-biology/ruffus/Manifest
@@ -0,0 +1 @@
+DIST ruffus-2.6.3.tar.gz 36863807 SHA256 d78728d802013d91d15e5e939554dabce196967734850fa44634dce47e3e5061 SHA512 47d9090d51bda9bb8a14b1c874fd5980e52380cff707719760b1ce4c81f6ed6b7eceb8c37530ede7725bdec12e0a958e8f4a95f7acc1d6a75d907260c5f42d81 WHIRLPOOL 52d2244e4111306352b5326b40d437cfa6ce7f6ed0ed3f07d3110766d3256b44c1855ef1c545b265e839f69b5c7f2c04629db23034d4c208f9652f779803221d
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"
+# git@github.com:bunbun/ruffus.git
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ media-gfx/graphviz"
+RDEPEND="${DEPEND}"