commit:     e1b5c57763609c4498f50be71829d7e3c0f58b8c
Author:     layman <layman <AT> localhost>
AuthorDate: Sun Apr 12 16:06:39 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 16:06:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e1b5c577

sci-biology/bx-python: add bx-python

Package-Manager: portage-2.2.14-prefix

 sci-biology/bx-python/ChangeLog              | 10 ++++++++++
 sci-biology/bx-python/bx-python-0.7.2.ebuild | 21 +++++++++++++++++++++
 sci-biology/bx-python/bx-python-9999.ebuild  | 21 +++++++++++++++++++++
 sci-biology/bx-python/metadata.xml           |  9 +++++++++
 4 files changed, 61 insertions(+)

diff --git a/sci-biology/bx-python/ChangeLog b/sci-biology/bx-python/ChangeLog
new file mode 100644
index 0000000..f2d5809
--- /dev/null
+++ b/sci-biology/bx-python/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/bx-python
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*bx-python-0.7.2 (12 Apr 2015)
+*bx-python-9999 (12 Apr 2015)
+
+  12 Apr 2015; Michael Schubert <mschu....@gmail.com> +bx-python-0.7.2.ebuild,
+  +bx-python-9999.ebuild, +metadata.xml:
+  sci-biology/bx-python: add bx-python

diff --git a/sci-biology/bx-python/bx-python-0.7.2.ebuild 
b/sci-biology/bx-python/bx-python-0.7.2.ebuild
new file mode 100644
index 0000000..102c4d3
--- /dev/null
+++ b/sci-biology/bx-python/bx-python-0.7.2.ebuild
@@ -0,0 +1,21 @@
+# 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="Library for rapid implementation of genome scale analyses. "
+HOMEPAGE="https://bitbucket.org/james_taylor/bx-python/wiki/Home";
+SRC_URI="mirror://pypi/b/bx-python/bx-python-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-python/cython[${PYTHON_USEDEP}]
+           dev-python/numpy[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"

diff --git a/sci-biology/bx-python/bx-python-9999.ebuild 
b/sci-biology/bx-python/bx-python-9999.ebuild
new file mode 100644
index 0000000..8bd0553
--- /dev/null
+++ b/sci-biology/bx-python/bx-python-9999.ebuild
@@ -0,0 +1,21 @@
+# 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 mercurial
+
+DESCRIPTION="Library for rapid implementation of genome scale analyses. "
+HOMEPAGE="https://bitbucket.org/james_taylor/bx-python/wiki/Home";
+EHG_REPO_URI="https://bitbucket.org/james_taylor/bx-python";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-python/cython[${PYTHON_USEDEP}]
+        dev-python/numpy[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"

diff --git a/sci-biology/bx-python/metadata.xml 
b/sci-biology/bx-python/metadata.xml
new file mode 100644
index 0000000..b7551a6
--- /dev/null
+++ b/sci-biology/bx-python/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>mschu....@gmail.com</email>
+    <name>Michael Schubert</name>
+  </maintainer>
+</pkgmetadata>

Reply via email to