spack/var/spack/repos/builtin/packages/py-mkdocs-material-extensions/package.py
Harmen Stoppels fce95e2efb
license year bump (#34921)
* license bump year
* fix black issues of modified files
* mypy
* fix 2021 -> 2023
2023-01-18 14:30:17 -08:00

20 lines
700 B
Python

# 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 PyMkdocsMaterialExtensions(PythonPackage):
"""Markdown extension resources for MkDocs for Material."""
homepage = "https://github.com/facelessuser/mkdocs-material-extensions"
pypi = "mkdocs-material-extensions/mkdocs-material-extensions-1.0.3.tar.gz"
version("1.0.3", sha256="bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2")
depends_on("python@3.6:", type=("build", "run"))
depends_on("py-setuptools@42:", type="build")