py-igor: new package (#35229)
* py-igor: new package * py-igor: review remarks
This commit is contained in:
parent
0b1d51e450
commit
ca202ba11e
19
var/spack/repos/builtin/packages/py-igor/package.py
Normal file
19
var/spack/repos/builtin/packages/py-igor/package.py
Normal 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"))
|
Loading…
Reference in New Issue
Block a user