new package: py-jdatetime (#13569)
* new package: py-jdatetime * Update var/spack/repos/builtin/packages/py-jdatetime/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
6d6716e302
commit
12da0e7152
1 changed files with 15 additions and 0 deletions
15
var/spack/repos/builtin/packages/py-jdatetime/package.py
Normal file
15
var/spack/repos/builtin/packages/py-jdatetime/package.py
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# 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 PyJdatetime(PythonPackage):
|
||||||
|
"""jdatetime is Jalali implementation of Python's datetime module"""
|
||||||
|
|
||||||
|
homepage = "https://github.com/slashmili/python-jalali"
|
||||||
|
url = "https://pypi.io/packages/source/j/jdatetime/jdatetime-3.6.2.tar.gz"
|
||||||
|
|
||||||
|
version('3.6.2', sha256='a589e35f0dab89283c1a3de9d70ed6cf657932aaed8e8ce1b0e5801aaab1da67')
|
Loading…
Reference in a new issue