summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-stdlib-list/package.py
blob: 5e815aa3e6cc7aad658288f32edf77ff3cb892ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2021 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)


class PyStdlibList(PythonPackage):
    """This package includes lists of all of the standard libraries
    for Python, along with the code for scraping the official Python
    docs to get said lists."""

    pypi = "stdlib-list/stdlib-list-0.6.0.tar.gz"

    version('0.6.0', sha256='133cc99104f5a4e1604dc88ebb393529bd4c2b99ae7e10d46c0b596f3c67c3f0')

    depends_on('py-functools32', when="^python@:3.1", type=('build', 'run'))
    depends_on('py-setuptools', type='build')