New package: py-pydot2 (#12535)

This commit is contained in:
Sinan 2019-08-23 17:49:44 -07:00 committed by Peter Scheibel
parent a9cd44cc2e
commit e9d8071086

View File

@ -0,0 +1,18 @@
# 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 PyPydot2(PythonPackage):
"""Python interface to Graphviz's Dot"""
homepage = "https://pypi.org/project/pydot2/"
url = "https://pypi.io/packages/source/p/pydot2/pydot2-1.0.33.tar.gz"
version('1.0.33', sha256='02c0e681a1c437077e2bb2522fb81fa322e53ba7002cfda8b894db0392a1bc9b')
depends_on('py-setuptools', type='build')
depends_on('py-pyparsing', type=('build', 'run'))