summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorClaire Guilbaud <34576189+Bidibulke@users.noreply.github.com>2020-07-27 15:44:26 +0200
committerGitHub <noreply@github.com>2020-07-27 15:44:26 +0200
commitd66d430ab5ec5f171eda4887e27d372bfdfad4c7 (patch)
treeeb0f6ab7f6a8a0199989892159cdb07c092a2f31 /var
parentbbfc9fd448085339c787c12e02805c64a01f68cd (diff)
downloadspack-d66d430ab5ec5f171eda4887e27d372bfdfad4c7.tar.gz
spack-d66d430ab5ec5f171eda4887e27d372bfdfad4c7.tar.bz2
spack-d66d430ab5ec5f171eda4887e27d372bfdfad4c7.tar.xz
spack-d66d430ab5ec5f171eda4887e27d372bfdfad4c7.zip
pygments pytest: new package at v1.2.0 (#17626)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-pygments-pytest/package.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-pygments-pytest/package.py b/var/spack/repos/builtin/packages/py-pygments-pytest/package.py
new file mode 100644
index 0000000000..3808bb80b7
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-pygments-pytest/package.py
@@ -0,0 +1,17 @@
+# Copyright 2013-2020 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 PyPygmentsPytest(PythonPackage):
+ """A pygments lexer for pytest output."""
+
+ homepage = "https://github.com/asottile/pygments-pytest"
+ url = "https://pypi.io/packages/source/P/pygments-pytest-1.2.0.tar.gz"
+
+ version('1.2.0', sha256='fc48e2fffd6d3c047a61c1db8b88ab069983f50e733fe70a7846098eb28bc955')
+
+ depends_on('py-setuptools', type='build')