diff options
author | Andreas Baumbach <healther@users.noreply.github.com> | 2019-11-04 23:40:06 +0100 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2019-11-04 16:40:06 -0600 |
commit | 880a8d40cee7b02ba7e6fb9324521324602ffdc6 (patch) | |
tree | 3166b7255110d364933dce1977e2180876c0025d /var | |
parent | 1114ae93752aa9d33c3520f72aa701d8105c09dd (diff) | |
download | spack-880a8d40cee7b02ba7e6fb9324521324602ffdc6.tar.gz spack-880a8d40cee7b02ba7e6fb9324521324602ffdc6.tar.bz2 spack-880a8d40cee7b02ba7e6fb9324521324602ffdc6.tar.xz spack-880a8d40cee7b02ba7e6fb9324521324602ffdc6.zip |
new package: py-umalqurra (#13568)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/py-umalqurra/package.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-umalqurra/package.py b/var/spack/repos/builtin/packages/py-umalqurra/package.py new file mode 100644 index 0000000000..21c4758b3a --- /dev/null +++ b/var/spack/repos/builtin/packages/py-umalqurra/package.py @@ -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 PyUmalqurra(PythonPackage): + """Date Api that support Hijri Umalqurra calendar.""" + + homepage = "https://github.com/tytkal/python-hijiri-ummalqura" + url = "https://pypi.io/packages/source/u/umalqurra/umalqurra-0.2.tar.gz" + + version('0.2', sha256='719f6a36f908ada1c29dae0d934dd0f1e1f6e3305784edbec23ad719397de678') + + depends_on('py-setuptools', type='build') |