py-simpleeval: new package (#31968)
This commit is contained in:
parent
0efadcae16
commit
75d1cb469f
20
var/spack/repos/builtin/packages/py-simpleeval/package.py
Normal file
20
var/spack/repos/builtin/packages/py-simpleeval/package.py
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 2013-2022 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 PySimpleeval(PythonPackage):
|
||||
"""A quick single file library for easily adding evaluatable expressions into python
|
||||
projects."""
|
||||
|
||||
homepage = "https://github.com/danthedeckie/simpleeval"
|
||||
pypi = "simpleeval/simpleeval-0.9.12.tar.gz"
|
||||
|
||||
version("0.9.12", sha256="3e0be507486d4e21cf9d08847c7e57dd61a1603950399985f7c5a0be7fd33e36")
|
||||
|
||||
depends_on("py-setuptools@30.3.0:", type="build")
|
||||
depends_on("py-build", type="build")
|
Loading…
Reference in New Issue
Block a user