new package: py-empy
This commit is contained in:
parent
be302cac1f
commit
9ae6a07fe8
1 changed files with 16 additions and 0 deletions
16
var/spack/repos/builtin/packages/py-empy/package.py
Normal file
16
var/spack/repos/builtin/packages/py-empy/package.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Copyright 2013-2019 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 PyEmpy(PythonPackage):
|
||||
"""A powerful and robust templating system for Python"""
|
||||
|
||||
homepage = "http://www.alcyone.com/software/empy"
|
||||
url = "https://pypi.io/packages/source/e/empy/empy-3.3.4.tar.gz"
|
||||
|
||||
version('3.3.4', sha256='73ac49785b601479df4ea18a7c79bc1304a8a7c34c02b9472cf1206ae88f01b3')
|
Loading…
Reference in a new issue