parent
ea6e279bbc
commit
c0a2e8651b
1 changed files with 15 additions and 0 deletions
15
var/spack/repos/builtin/packages/py-pandocfilters/package.py
Normal file
15
var/spack/repos/builtin/packages/py-pandocfilters/package.py
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Copyright 2013-2019 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')
|
Loading…
Reference in a new issue