summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pauvre/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pauvre/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pauvre/package.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/py-pauvre/package.py b/var/spack/repos/builtin/packages/py-pauvre/package.py
index e7b35c3032..528334164e 100644
--- a/var/spack/repos/builtin/packages/py-pauvre/package.py
+++ b/var/spack/repos/builtin/packages/py-pauvre/package.py
@@ -10,13 +10,13 @@ class PyPauvre(PythonPackage):
"""pauvre: plotting package designed for nanopore and PacBio long reads"""
homepage = "https://github.com/conchoecia/pauvre"
- url = "https://github.com/conchoecia/pauvre/archive/0.1.86.tar.gz"
+ url = "https://github.com/conchoecia/pauvre/archive/0.1.86.tar.gz"
- version('0.1.86', sha256='aa0b3653e7c12fb50a0907ce088d85b8e1b52c97f40e4d2e6e6b7525a681aa1a')
+ version("0.1.86", sha256="aa0b3653e7c12fb50a0907ce088d85b8e1b52c97f40e4d2e6e6b7525a681aa1a")
- depends_on('python@3:', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
- depends_on('py-matplotlib', type=('build', 'run'))
- depends_on('py-biopython', type=('build', 'run'))
- depends_on('py-pandas', type=('build', 'run'))
- depends_on('pil', type=('build', 'run'))
+ depends_on("python@3:", type=("build", "run"))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-matplotlib", type=("build", "run"))
+ depends_on("py-biopython", type=("build", "run"))
+ depends_on("py-pandas", type=("build", "run"))
+ depends_on("pil", type=("build", "run"))