py-xmlplain: new package (#41324)

Co-authored-by: LydDeb <lyderic.debusschere@eolen.com>
This commit is contained in:
Lydéric Debusschère 2023-12-01 15:02:24 +01:00 committed by GitHub
parent cf5ffedc23
commit 7e38e9e515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
# 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 PyXmlplain(PythonPackage):
"""XML as plain object module."""
homepage = "https://github.com/guillon/xmlplain"
pypi = "xmlplain/xmlplain-1.6.0.tar.gz"
maintainers("LydDeb")
version("1.6.0", sha256="a9ccfa8ab36e4df1b0580458312501b7ae7625bad3c4fcc1b8c124aad775d8e3")
depends_on("py-setuptools", type="build")
depends_on("py-pyyaml", type=("build", "run"))