Commits

Marcus Calhoun-Lopez authored 6aa7a898e82
py-graphviz: reformat Portfile
No tags

python/py-graphviz/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2 2
3 -PortSystem 1.0
4 -PortGroup python 1.0
5 -PortGroup github 1.0
6 -
7 -github.setup xflr6 graphviz 0.12
8 -name py-graphviz
9 -categories-append graphics devel
10 -license MIT
11 -platforms darwin
12 -maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
13 -description Facilitates the creation and rendering of graph descriptions in the DOT language of the Graphviz graph drawing software from Python
14 -long_description This package facilitates the creation and rendering of graph descriptions in the DOT language of the Graphviz graph drawing software (repo) from Python.
15 -supported_archs noarch
16 -installs_libs no
17 -
18 -checksums rmd160 a95b770d327f9593ce2b4b57a3fbcdcecf696264 \
19 - sha256 418279f94b5006751b3d78afcbd54ed353d9bbc5eb2c989663320e4cf58281b9 \
20 - size 147674
21 -
22 -python.versions 27 34 35 36 37
3 +PortSystem 1.0
4 +PortGroup python 1.0
5 +PortGroup github 1.0
6 +
7 +github.setup xflr6 graphviz 0.12
8 +name py-graphviz
9 +categories-append graphics devel
10 +license MIT
11 +platforms darwin
12 +maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
13 +description Facilitates the creation and rendering of graph descriptions in the DOT language of the Graphviz graph drawing software from Python
14 +long_description This package facilitates the creation and rendering of graph descriptions in the DOT language of the Graphviz graph drawing software (repo) from Python.
15 +supported_archs noarch
16 +installs_libs no
17 +
18 +checksums rmd160 a95b770d327f9593ce2b4b57a3fbcdcecf696264 \
19 + sha256 418279f94b5006751b3d78afcbd54ed353d9bbc5eb2c989663320e4cf58281b9 \
20 + size 147674
21 +
22 +python.versions 27 34 35 36 37
23 23
24 24 if {${name} ne ${subport}} {
25 25
26 26 depends_build-append \
27 - port:py${python.version}-setuptools
27 + port:py${python.version}-setuptools
28 28
29 - depends_run-append \
30 - path:bin/dot:graphviz
29 + depends_run-append path:bin/dot:graphviz
31 30
32 - test.run yes
31 + test.run yes
33 32
34 - livecheck.type none
33 + livecheck.type none
35 34 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut