commit: d30355d1fca263599755a7e077de5d57978dfcb5 Author: layman <layman <AT> localhost> AuthorDate: Sun Apr 12 16:03:39 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Apr 12 16:03:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d30355d1
sci-biology/gffutils: add gffutils Package-Manager: portage-2.2.14-prefix sci-biology/gffutils/ChangeLog | 9 +++++++++ sci-biology/gffutils/gffutils-0.8.3.ebuild | 20 ++++++++++++++++++++ sci-biology/gffutils/metadata.xml | 9 +++++++++ 3 files changed, 38 insertions(+) diff --git a/sci-biology/gffutils/ChangeLog b/sci-biology/gffutils/ChangeLog new file mode 100644 index 0000000..fe1e811 --- /dev/null +++ b/sci-biology/gffutils/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-biology/gffutils +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*gffutils-0.8.3 (12 Apr 2015) + + 12 Apr 2015; Michael Schubert <[email protected]> +gffutils-0.8.3.ebuild, + +metadata.xml: + sci-biology/gffutils: add gffutils diff --git a/sci-biology/gffutils/gffutils-0.8.3.ebuild b/sci-biology/gffutils/gffutils-0.8.3.ebuild new file mode 100644 index 0000000..25c23d4 --- /dev/null +++ b/sci-biology/gffutils/gffutils-0.8.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="GFF and GTF file manipulation and interconversion" +HOMEPAGE="https://pythonhosted.org/gffutils/" +SRC_URI="https://github.com/daler/gffutils/archive/v${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND="sci-biology/pyfaidx[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" diff --git a/sci-biology/gffutils/metadata.xml b/sci-biology/gffutils/metadata.xml new file mode 100644 index 0000000..b7551a6 --- /dev/null +++ b/sci-biology/gffutils/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-biology</herd> + <maintainer> + <email>[email protected]</email> + <name>Michael Schubert</name> + </maintainer> +</pkgmetadata>
