summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-html2text/package.py
blob: b7509e6e7244a97abc01d7dc406b5f78ed803561 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2018 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 PyHtml2text(PythonPackage):
    """Turn HTML into equivalent Markdown-structured text."""

    homepage = "https://github.com/Alir3z4/html2text/"
    url      = "https://pypi.io/packages/source/h/html2text/html2text-2016.9.19.tar.gz"

    version('2016.9.19', 'd6b07e32ed21f186496f012691e02dd5')

    depends_on('py-setuptools', type='build')