spack/var/spack/repos/builtin/packages/py-et-xmlfile/package.py
Todd Gamblin 3118647802
Update copyright year to 2024 (#41919)
It was time to run `spack license update-copyright-year` again.
2024-01-02 09:21:30 +01:00

20 lines
607 B
Python

# Copyright 2013-2024 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 PyEtXmlfile(PythonPackage):
"""An implementation of lxml.xmlfile for the standard library."""
homepage = "https://et-xmlfile.readthedocs.io/en/latest/"
pypi = "et_xmlfile/et_xmlfile-1.0.1.tar.gz"
license("MIT")
version("1.0.1", sha256="614d9722d572f6246302c4491846d2c393c199cfa4edc9af593437691683335b")
depends_on("py-setuptools", type="build")