[py-backports-zoneinfo] New package (#36499)
* [py-backports-zoneinfo] New package * [py-backports-zoneinfo] removed references to python 3.6
This commit is contained in:
parent
4206478f5e
commit
f28219cdda
@ -0,0 +1,17 @@
|
||||
# Copyright 2013-2023 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.package import *
|
||||
|
||||
|
||||
class PyBackportsZoneinfo(PythonPackage):
|
||||
"""Backport of the standard library zoneinfo module"""
|
||||
|
||||
homepage = "https://github.com/pganssle/zoneinfo"
|
||||
pypi = "backports.zoneinfo/backports.zoneinfo-0.2.1.tar.gz"
|
||||
|
||||
version("0.2.1", sha256="fadbfe37f74051d024037f223b8e001611eac868b5c5b06144ef4d8b799862f2")
|
||||
|
||||
depends_on("py-setuptools@40.8.0:", type="build")
|
Loading…
Reference in New Issue
Block a user