new package: py-asciitree (#14327)

* new package: py-asciitree

* fix typo
This commit is contained in:
Sinan 2019-12-31 09:39:43 -08:00 committed by Adam J. Stewart
parent 3bf7998bb5
commit 62cd7e4490

View 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 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')