summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pathspec/package.py
blob: 75de04f4a5badc175d8fffe02fe61c03204b23b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2019 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 PyPathspec(PythonPackage):
    """pathspec extends the test loading and running features of unittest,
    making it easier to write, find and run tests."""

    homepage = "https://pypi.python.org/pypi/pathspec"
    url      = "https://pypi.io/packages/source/p/pathspec/pathspec-0.3.4.tar.gz"

    version('0.3.4', sha256='7605ca5c26f554766afe1d177164a2275a85bb803b76eba3428f422972f66728')

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