summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-empy/package.py
blob: 801dab360057af3cb488449ba6cbfff65fae4f22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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')