new package: py-asciitree (#14327)
* new package: py-asciitree * fix typo
This commit is contained in:
parent
3bf7998bb5
commit
62cd7e4490
17
var/spack/repos/builtin/packages/py-asciitree/package.py
Normal file
17
var/spack/repos/builtin/packages/py-asciitree/package.py
Normal 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')
|
Loading…
Reference in New Issue
Block a user