summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-bx-python/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-bx-python/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-bx-python/package.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-bx-python/package.py b/var/spack/repos/builtin/packages/py-bx-python/package.py
new file mode 100644
index 0000000000..b562ad0308
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-bx-python/package.py
@@ -0,0 +1,20 @@
+# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class PyBxPython(PythonPackage):
+ """The bx-python project is a python library and associated set of scripts
+ to allow for rapid implementation of genome scale analyses."""
+
+ homepage = "https://github.com/bxlab/bx-python"
+ url = "https://github.com/bxlab/bx-python/archive/v0.7.4.tar.gz"
+
+ version('0.7.4', 'a47b8cc55c104ac97440c6cc62be8697')
+
+ depends_on('py-setuptools', type='build')
+ depends_on('py-numpy', type=('build', 'run'))
+ depends_on('py-six', type=('build', 'run'))