commonmark: new package at v0.9.0 (#17624)

This commit is contained in:
Claire Guilbaud 2020-07-27 15:02:56 +02:00 committed by GitHub
parent e960e016af
commit bbfc9fd448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,19 @@
# 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 PyCommonmark(PythonPackage):
"""commonmark.py is a pure Python port of jgm's commonmark.js, a Markdown
parser and renderer for the CommonMark specification, using only native
modules."""
homepage = "https://github.com/readthedocs/commonmark.py"
url = "https://pypi.io/packages/source/c/commonmark/commonmark-0.9.0.tar.gz"
version('0.9.0', sha256='867fc5db078ede373ab811e16b6789e9d033b15ccd7296f370ca52d1ee792ce0')
depends_on('py-future')