py-jinja2-time: new package (#14910)

This commit is contained in:
Matthias Wolf 2020-02-13 10:07:07 +01:00 committed by GitHub
parent 06c85ea5bf
commit 7252066a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
# Copyright 2013-2020 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 PyJinja2Time(PythonPackage):
"""Jinja2 Extension for Dates and Times"""
homepage = "https://github.com/hackebrot/jinja2-time"
url = "https://github.com/hackebrot/jinja2-time/archive/0.2.0.tar.gz"
version('0.2.0', sha256='0e647e525ba47523fa400a58fdec090b1cc6dcec4afbf095ee01e9e589e5a5ef')
depends_on('py-setuptools', type='build')
depends_on('py-arrow')
depends_on('py-jinja2')