summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorDaryl W. Grunau <DarylGrunau@gmail.com>2019-05-01 17:28:21 -0600
committerPeter Scheibel <scheibel1@llnl.gov>2019-05-02 08:28:21 +0900
commit7a3be1bf159309d05014f7bd7af92cc838b8f460 (patch)
tree44ce06298013b9bb5f0635902986f6085ee80d18 /var
parent68c4849f775a06a16e25a24478069ab14d272e3f (diff)
downloadspack-7a3be1bf159309d05014f7bd7af92cc838b8f460.tar.gz
spack-7a3be1bf159309d05014f7bd7af92cc838b8f460.tar.bz2
spack-7a3be1bf159309d05014f7bd7af92cc838b8f460.tar.xz
spack-7a3be1bf159309d05014f7bd7af92cc838b8f460.zip
New package: py-pydv (#11313)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-pydv/package.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-pydv/package.py b/var/spack/repos/builtin/packages/py-pydv/package.py
new file mode 100644
index 0000000000..0a56ad95a3
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-pydv/package.py
@@ -0,0 +1,23 @@
+# 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 PyPydv(PythonPackage):
+ """PDV is a 1D graphics and data analysis tool, heavily based on the
+ ULTRA plotting tool"""
+
+ homepage = "https://github.com/griffin28/PyDV"
+ url = "https://github.com/griffin28/PyDV/archive/pydv-2.4.2.tar.gz"
+
+ version('2.4.2', 'fff9560177387a258f765c2d900bb241')
+
+ depends_on('py-backports-functools-lru-cache')
+ depends_on('py-cycler')
+ depends_on('py-dateutil')
+ depends_on('py-matplotlib')
+ depends_on('py-pyside')
+ depends_on('py-scipy')