summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pytest-doctestplus/package.py
blob: 47d088b5e6238b628a232b3e372c8599be5a2434 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2022 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 PyPytestDoctestplus(PythonPackage):
    """Pytest plugin with advanced doctest features."""

    homepage = "https://www.astropy.org/"
    pypi     = "pytest-doctestplus/pytest-doctestplus-0.8.0.tar.gz"

    version('0.9.0', sha256='6fe747418461d7b202824a3486ba8f4fa17a9bd0b1eddc743ba1d6d87f03391a')

    depends_on('python@3.6:', type=('build', 'run'))
    depends_on('py-setuptools@30.3.0:', type=('build', 'run'))
    depends_on('py-setuptools-scm', type='build')
    depends_on('py-pytest@4.6:', type=('build', 'run'))