py-iso8601: add new package (#24702)
This commit is contained in:
parent
95b0eb9fdd
commit
1cb2855054
1 changed files with 17 additions and 0 deletions
17
var/spack/repos/builtin/packages/py-iso8601/package.py
Normal file
17
var/spack/repos/builtin/packages/py-iso8601/package.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Copyright 2013-2021 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 PyIso8601(PythonPackage):
|
||||
"""Simple module to parse ISO 8601 dates"""
|
||||
|
||||
homepage = "https://pyiso8601.readthedocs.io/en/latest/"
|
||||
pypi = "iso8601/iso8601-0.1.14.tar.gz"
|
||||
|
||||
version('0.1.14', sha256='8aafd56fa0290496c5edbb13c311f78fa3a241f0853540da09d9363eae3ebd79')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
Loading…
Reference in a new issue