py-xmlplain: new package (#41324)
Co-authored-by: LydDeb <lyderic.debusschere@eolen.com>
This commit is contained in:
parent
cf5ffedc23
commit
7e38e9e515
20
var/spack/repos/builtin/packages/py-xmlplain/package.py
Normal file
20
var/spack/repos/builtin/packages/py-xmlplain/package.py
Normal 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"))
|
Loading…
Reference in New Issue
Block a user