summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-moltemplate/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-moltemplate/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-moltemplate/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-moltemplate/package.py b/var/spack/repos/builtin/packages/py-moltemplate/package.py
new file mode 100644
index 0000000000..00993fb4de
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-moltemplate/package.py
@@ -0,0 +1,19 @@
+# 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 PyMoltemplate(PythonPackage):
+ """Moltemplate is a general cross-platform text-based molecule builder for
+ LAMMPS."""
+
+ homepage = "http://moltemplate.org"
+ url = "https://github.com/jewettaij/moltemplate/archive/v2.5.8.tar.gz"
+
+ version('2.5.8', '9e127a254a206222e8a31684780f8dba')
+
+ depends_on('python@2.7:', type=('build', 'run'))
+ depends_on('py-setuptools', type=('build', 'run'))