new package: py-empy

This commit is contained in:
Sinan81@github 2019-08-16 16:43:43 -07:00 committed by Peter Scheibel
parent be302cac1f
commit 9ae6a07fe8

View 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')