summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authordarmac <xiaojun2@hisilicon.com>2020-10-12 19:23:48 +0800
committerGitHub <noreply@github.com>2020-10-12 13:23:48 +0200
commit023db4696ec51bb370e9f94048ee2f5d0a589a9e (patch)
tree08d54a4755a4ed0497846aab5f6ce4323c8e67a5 /var
parenteb03e648ecbbd04e2e547fa06518ea4460b5b8a6 (diff)
downloadspack-023db4696ec51bb370e9f94048ee2f5d0a589a9e.tar.gz
spack-023db4696ec51bb370e9f94048ee2f5d0a589a9e.tar.bz2
spack-023db4696ec51bb370e9f94048ee2f5d0a589a9e.tar.xz
spack-023db4696ec51bb370e9f94048ee2f5d0a589a9e.zip
asciidoc-py3: new patckage at v9.0.2 (#18920)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/asciidoc-py3/package.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/asciidoc-py3/package.py b/var/spack/repos/builtin/packages/asciidoc-py3/package.py
new file mode 100644
index 0000000000..e76bc72dd2
--- /dev/null
+++ b/var/spack/repos/builtin/packages/asciidoc-py3/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 AsciidocPy3(AutotoolsPackage):
+ """Python 3 port of Asciidoc Python.
+ AsciiDoc is a text document format for writing notes,
+ documentation, articles, books, ebooks, slideshows,
+ web pages, man pages and blogs. AsciiDoc files can
+ be translated to many formats including HTML, PDF,
+ EPUB, man page."""
+
+ homepage = "https://github.com/asciidoc/asciidoc-py3"
+ url = "https://github.com/asciidoc/asciidoc-py3/releases/download/9.0.2/asciidoc-9.0.2.tar.gz"
+
+ version('9.0.2', sha256='185fd68e47034c4dd892e1d4ae64c81152bc049e9bdc7d1ad63f927d35810a3b')
+
+ depends_on('python@3.5:', type=('build', 'run'))