From 71d8b8a9b604bc6001f2a56f42ccaa8bf7465c8b Mon Sep 17 00:00:00 2001 From: Levi Baber Date: Mon, 13 May 2019 18:55:53 -0500 Subject: rename py-pauvr to py-pauvre (#11437) * rename py-pauvr to py-pauvre --- .../repos/builtin/packages/py-pauvr/package.py | 21 --------------------- .../repos/builtin/packages/py-pauvre/package.py | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 var/spack/repos/builtin/packages/py-pauvr/package.py create mode 100644 var/spack/repos/builtin/packages/py-pauvre/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-pauvr/package.py b/var/spack/repos/builtin/packages/py-pauvr/package.py deleted file mode 100644 index 0960bb7d71..0000000000 --- a/var/spack/repos/builtin/packages/py-pauvr/package.py +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2013-2019 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 PyPauvr(PythonPackage): - """pauvr: a 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" - - version('0.1.86', sha256='aa0b3653e7c12fb50a0907ce088d85b8e1b52c97f40e4d2e6e6b7525a681aa1a') - - depends_on('python@3:', type=('build', 'run')) - depends_on('py-matplotlib', type=('build', 'run')) - depends_on('py-biopython', type=('build', 'run')) - depends_on('py-pandas', type=('build', 'run')) - depends_on('py-pillow', type=('build', 'run')) diff --git a/var/spack/repos/builtin/packages/py-pauvre/package.py b/var/spack/repos/builtin/packages/py-pauvre/package.py new file mode 100644 index 0000000000..24f0f6c0ad --- /dev/null +++ b/var/spack/repos/builtin/packages/py-pauvre/package.py @@ -0,0 +1,21 @@ +# Copyright 2013-2019 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 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" + + version('0.1.86', sha256='aa0b3653e7c12fb50a0907ce088d85b8e1b52c97f40e4d2e6e6b7525a681aa1a') + + depends_on('python@3:', type=('build', 'run')) + depends_on('py-matplotlib', type=('build', 'run')) + depends_on('py-biopython', type=('build', 'run')) + depends_on('py-pandas', type=('build', 'run')) + depends_on('py-pillow', type=('build', 'run')) -- cgit v1.2.3-60-g2f50