summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pandocfilters/package.py
blob: 168a2363f373ca3da14d4a85c199025621b29a61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2020 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 import *


class PyPandocfilters(PythonPackage):
    """A python module for writing pandoc filters"""

    homepage = "https://github.com/jgm/pandocfilters"
    url      = "https://pypi.io/packages/source/p/pandocfilters/pandocfilters-1.4.2.tar.gz"

    version('1.4.2', sha256='b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9')