summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-backports-abc/package.py
blob: a287daaa83f066835cf184dcb04294837e245612 (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 PyBackportsAbc(PythonPackage):
    """Backports_ABC: A backport of recent additions to the 'collections.abc'
    module."""
    homepage = "https://github.com/cython/backports_abc"
    url      = "https://github.com/cython/backports_abc/archive/0.4.tar.gz"

    version('0.4', 'e4246ae689221c9cbe84369fdb59e8c74d02b298')

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