py-pygraphviz: Add version 1.7 (#26712)

* Add version 1.7

* Fixup! Add version 1.7
This commit is contained in:
haralmha 2021-11-18 06:08:56 +01:00 committed by GitHub
parent 40a6ac62d3
commit 301a506aa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,21 @@
# Copyright 2013-2021 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 PyPygraphviz(PythonPackage):
"""Python interface to Graphviz"""
homepage = "https://pygraphviz.github.io/"
pypi = "pygraphviz/pygraphviz-1.7.zip"
maintainers = ['haralmha']
version('1.7', sha256='a7bec6609f37cf1e64898c59f075afd659106cf9356c5f387cecaa2e0cdb2304')
depends_on('python@3.7:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('graphviz')