Add new py-testtools package (#14033)
This commit is contained in:
parent
cec03c2db4
commit
e77a557ca1
1 changed files with 17 additions and 0 deletions
17
var/spack/repos/builtin/packages/py-testtools/package.py
Normal file
17
var/spack/repos/builtin/packages/py-testtools/package.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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 PyTesttools(PythonPackage):
|
||||
"""Extensions to the Python standard library unit testing framework."""
|
||||
|
||||
homepage = "https://github.com/testing-cabal/testtools"
|
||||
url = "https://pypi.io/packages/source/t/testtools/testtools-2.3.0.tar.gz"
|
||||
|
||||
version('2.3.0', sha256='5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
Loading…
Reference in a new issue