Skip to content

Commit db91508

Browse files
Replace Dot -> Graphviz
1 parent dc60352 commit db91508

File tree

12 files changed

+1289
-1232
lines changed

12 files changed

+1289
-1232
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[codespell]
2-
skip = ./.git,./tmp,./data,./extern,./tst,./bin,./libtool,configure,configure~,./gh-pages,./autom4te.cache,./cnf,aclocal.m4,./m4,./doc/*.log,./doc/*.html,./doc/*.txt,./doc/*.six,./doc/*.js,./doc/*.bbl,./doc/*.tex,./doc/*.bib
2+
skip = ./.git,./tmp,./data,./extern,./tst,./bin,./libtool,configure,configure~,./gh-pages,./autom4te.cache,./cnf,aclocal.m4,./m4,./doc/*.log,./doc/*.html,./doc/*.txt,./doc/*.six,./doc/*.js,./doc/*.bbl,./doc/*.tex,./doc/*.bib,./digraphs-lib/*
33
ignore-words-list=ist,manuel,MIS,mis

PackageInfo.g

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
## <!ENTITY ORBVERS "4.8.2">
1717
## <!ENTITY DATASTRUCTURESVERS "0.2.5">
1818
## <!ENTITY NAUTYTRACESINTERFACEVERS "0.2">
19+
## <!ENTITY GRAPHVIZVERS "0.0.0">
1920
## <!ENTITY ARCHIVENAME "digraphs-1.7.1">
2021
## <!ENTITY COPYRIGHTYEARS "2014-24">
2122
## <#/GAPDoc>
@@ -390,7 +391,7 @@ Dependencies := rec(
390391
GAP := ">=4.10.0",
391392
NeededOtherPackages := [["io", ">=4.5.1"],
392393
["orb", ">=4.8.2"],
393-
["graphviz", "*"],
394+
["graphviz", ">=0.0.0"],
394395
["datastructures", ">=0.2.5"]],
395396
SuggestedOtherPackages := [["GAPDoc", ">=1.6.3"],
396397
["grape", ">=4.8.1"],

0 commit comments

Comments
 (0)