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.py24
1 files changed, 13 insertions, 11 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
index 7cf4e16749..1a453aacdf 100644
--- a/var/spack/repos/builtin/packages/py-bx-python/package.py
+++ b/var/spack/repos/builtin/packages/py-bx-python/package.py
@@ -13,15 +13,17 @@ class PyBxPython(PythonPackage):
homepage = "https://github.com/bxlab/bx-python"
pypi = "bx-python/bx-python-0.8.8.tar.gz"
- version('0.8.8', sha256='ad0808ab19c007e8beebadc31827e0d7560ac0e935f1100fb8cc93607400bb47')
- version('0.7.4',
- sha256='1066d1e56d062d0661f23c19942eb757bd7ab7cb8bc7d89a72fdc3931c995cb4',
- url="https://github.com/bxlab/bx-python/archive/v0.7.4.tar.gz")
+ version("0.8.8", sha256="ad0808ab19c007e8beebadc31827e0d7560ac0e935f1100fb8cc93607400bb47")
+ version(
+ "0.7.4",
+ sha256="1066d1e56d062d0661f23c19942eb757bd7ab7cb8bc7d89a72fdc3931c995cb4",
+ url="https://github.com/bxlab/bx-python/archive/v0.7.4.tar.gz",
+ )
- depends_on('python@2.4:2.7', type=('build', 'run'), when='@:0.7')
- depends_on('python@2.7:2.8,3.5:', type=('build', 'run'), when='@0.8:')
- depends_on('py-setuptools', type='build')
- depends_on('py-python-lzo', type=('build', 'run'), when='@:0.7')
- depends_on('py-cython', type='build', when='@0.8:')
- depends_on('py-numpy', type=('build', 'run'))
- depends_on('py-six', type=('build', 'run'), when='@0.8:')
+ depends_on("python@2.4:2.7", type=("build", "run"), when="@:0.7")
+ depends_on("python@2.7:2.8,3.5:", type=("build", "run"), when="@0.8:")
+ depends_on("py-setuptools", type="build")
+ depends_on("py-python-lzo", type=("build", "run"), when="@:0.7")
+ depends_on("py-cython", type="build", when="@0.8:")
+ depends_on("py-numpy", type=("build", "run"))
+ depends_on("py-six", type=("build", "run"), when="@0.8:")