Skip to content

Commit

Permalink
Merge pull request #17518 from lexming/20230313153828_new_pr_pygraphv…
Browse files Browse the repository at this point in the history
…iz110

{vis}[GCCcore/11.3.0] pygraphviz v1.10 w/ Python 3.10.4
  • Loading branch information
casparvl authored Mar 13, 2023
2 parents 46b1144 + 7629152 commit b981d52
Showing 1 changed file with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
easyblock = 'PythonBundle'

name = 'pygraphviz'
version = '1.10'

homepage = 'https://pygraphviz.github.io/'
description = """PyGraphviz is a Python interface to the Graphviz graph layout and visualization package.
With PyGraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz
graph data structure and layout algorithms."""

toolchain = {'name': 'GCCcore', 'version': '11.3.0'}

builddependencies = [
('binutils', '2.38'),
]

dependencies = [
('Python', '3.10.4'),
('Graphviz', '5.0.0'),
]

use_pip = True

exts_list = [
(name, version, {
'sources': ['%(namelower)s-%(version)s.zip'],
'checksums': ['457e093a888128903251a266a8cc16b4ba93f3f6334b3ebfed92c7471a74d867'],
}),
]

sanity_pip_check = True

moduleclass = 'vis'

0 comments on commit b981d52

Please sign in to comment.