py-igor: new package (#35229)

* py-igor: new package

* py-igor: review remarks
This commit is contained in:
Erik Heeren 2023-02-03 17:02:43 +01:00 committed by GitHub
parent 0b1d51e450
commit ca202ba11e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
# 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 PyIgor(PythonPackage):
"""igor: interface for reading binary IGOR files."""
homepage = "http://blog.tremily.us/posts/igor/"
pypi = "igor/igor-0.3.tar.gz"
version("0.3", sha256="b04ac38c68fb81cf3167a9981dc5a20379112d40268bb72c5a8514dc8051abba")
depends_on("py-setuptools", type="build")
depends_on("py-numpy", type=("build", "run"))
depends_on("py-matplotlib", type=("build", "run"))