commit:     31adb1fc1c4e09d54aafbe836ef356112c17c16c
Author:     layman <layman <AT> localhost>
AuthorDate: Sun Apr 12 16:02:14 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 16:02:14 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=31adb1fc

sci-biology/pyfaidx: add pyfaidx

Package-Manager: portage-2.2.14-prefix

 sci-biology/pyfaidx/ChangeLog            |  9 +++++++++
 sci-biology/pyfaidx/metadata.xml         |  9 +++++++++
 sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild | 17 +++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/sci-biology/pyfaidx/ChangeLog b/sci-biology/pyfaidx/ChangeLog
new file mode 100644
index 0000000..7a0357f
--- /dev/null
+++ b/sci-biology/pyfaidx/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-biology/pyfaidx
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pyfaidx-0.3.8 (12 Apr 2015)
+
+  12 Apr 2015; Michael Schubert <[email protected]> +metadata.xml,
+  +pyfaidx-0.3.8.ebuild:
+  sci-biology/pyfaidx: add pyfaidx

diff --git a/sci-biology/pyfaidx/metadata.xml b/sci-biology/pyfaidx/metadata.xml
new file mode 100644
index 0000000..b7551a6
--- /dev/null
+++ b/sci-biology/pyfaidx/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>

diff --git a/sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild 
b/sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild
new file mode 100644
index 0000000..a4fc8b2
--- /dev/null
+++ b/sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild
@@ -0,0 +1,17 @@
+# 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="Efficient pythonic random access to fasta subsequences"
+HOMEPAGE="https://pypi.python.org/pypi/pyfaidx";
+SRC_URI="mirror://pypi/p/pyfaidx/pyfaidx-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""

Reply via email to