[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:
Jen Herting 2023-04-05 13:05:20 -04:00 committed by GitHub
parent 4206478f5e
commit f28219cdda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")