summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorClaire Guilbaud <34576189+Bidibulke@users.noreply.github.com>2020-07-27 14:34:40 +0200
committerGitHub <noreply@github.com>2020-07-27 14:34:40 +0200
commite960e016afc7f7b78b7c7e7ab7cbb271477bdfbc (patch)
treeb637e4f03caa5edcefbd2765078c6cb459aa1e0a /var
parent074c0d622fb03e6290220ca95122b800bd73e293 (diff)
downloadspack-e960e016afc7f7b78b7c7e7ab7cbb271477bdfbc.tar.gz
spack-e960e016afc7f7b78b7c7e7ab7cbb271477bdfbc.tar.bz2
spack-e960e016afc7f7b78b7c7e7ab7cbb271477bdfbc.tar.xz
spack-e960e016afc7f7b78b7c7e7ab7cbb271477bdfbc.zip
hieroglyph: new package at v1.0.0 (#17625)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-hieroglyph/package.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-hieroglyph/package.py b/var/spack/repos/builtin/packages/py-hieroglyph/package.py
new file mode 100644
index 0000000000..fa8a0dab06
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-hieroglyph/package.py
@@ -0,0 +1,22 @@
+# 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 PyHieroglyph(PythonPackage):
+ """Hieroglyph is an extension for Sphinx which builds HTML
+ presentations from ReStructured Text documents.
+ """
+
+ homepage = "https://github.com/nyergler/hieroglyph"
+ url = "https://pypi.io/packages/source/h/hieroglyph/hieroglyph-1.0.0.tar.gz"
+
+ version('1.0.0', sha256='8e137f0b1cd60c47b870011089790d3c8ddb74fcf409a75ddf2c7f2516ff337c')
+ version('master')
+
+ depends_on('py-setuptools')
+ depends_on('py-sphinx@1.2:')
+ depends_on('py-six')