From eddbbb867de6a68107e3d38e7815ad0dc24b3137 Mon Sep 17 00:00:00 2001 From: Benjamin Meyers Date: Sat, 18 Mar 2023 18:01:43 -0400 Subject: New package py-seekpath (#36108) * New package py-seekpath * [@spackbot] updating style on behalf of meyersbs --- .../repos/builtin/packages/py-seekpath/package.py | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-seekpath/package.py diff --git a/var/spack/repos/builtin/packages/py-seekpath/package.py b/var/spack/repos/builtin/packages/py-seekpath/package.py new file mode 100644 index 0000000000..552914f086 --- /dev/null +++ b/var/spack/repos/builtin/packages/py-seekpath/package.py @@ -0,0 +1,23 @@ +# Copyright 2013-2023 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.package import * + + +class PySeekpath(PythonPackage): + """SeeK-path is a python module to obtain band paths in the Brillouin zone of crystal + structures.""" + + homepage = "http://github.com/giovannipizzi/seekpath" + pypi = "seekpath/seekpath-2.0.1.tar.gz" + + maintainers("meyersbs") + + version("2.0.1", sha256="188513ee187fbbace49066a29ecea9bbd351f23da3bea33d507d0f590856b082") + + depends_on("py-setuptools", type="build") + depends_on("python@3.5:", type=("build", "run")) + depends_on("py-numpy@1.0:", type=("build", "run")) + depends_on("py-spglib@1.14.1:", type=("build", "run")) -- cgit v1.2.3-70-g09d2