summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorSinan <sbulutw@gmail.com>2019-12-31 09:39:43 -0800
committerAdam J. Stewart <ajstewart426@gmail.com>2019-12-31 11:39:43 -0600
commit62cd7e44908965432fc9fa0ad6561a53c2e29ab8 (patch)
treecbe0c1acd3b4165a07826fe6869162aae6ebeaa1 /var
parent3bf7998bb5584c57483c626a6c66cc5a1b6ac5c6 (diff)
downloadspack-62cd7e44908965432fc9fa0ad6561a53c2e29ab8.tar.gz
spack-62cd7e44908965432fc9fa0ad6561a53c2e29ab8.tar.bz2
spack-62cd7e44908965432fc9fa0ad6561a53c2e29ab8.tar.xz
spack-62cd7e44908965432fc9fa0ad6561a53c2e29ab8.zip
new package: py-asciitree (#14327)
* new package: py-asciitree * fix typo
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-asciitree/package.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-asciitree/package.py b/var/spack/repos/builtin/packages/py-asciitree/package.py
new file mode 100644
index 0000000000..adbd103c5b
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-asciitree/package.py
@@ -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 PyAsciitree(PythonPackage):
+ """Draws ASCII trees."""
+
+ homepage = "https://github.com/mbr/asciitree"
+ url = "https://pypi.io/packages/source/a/asciitree/asciitree-0.3.3.tar.gz"
+
+ version('0.3.3', sha256='4aa4b9b649f85e3fcb343363d97564aa1fb62e249677f2e18a96765145cc0f6e')
+
+ depends_on('py-setuptools', type='build')