Ticket #46509: Portfile

File Portfile, 1.0 KB (added by Mathias.Laurin+macports.org@…, 9 years ago)

py34-pydot/Portfile

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 127497 2014-10-28 23:55:13Z petr@macports.org $
3
4PortSystem          1.0
5PortGroup           python 1.0
6PortGroup           bitbucket 1.0
7
8bitbucket.setup     prologic pydot ac76697320d6
9name                py34-pydot
10version             1.0.15
11categories-append   graphics
12license             MIT
13platforms           darwin
14supported_archs     noarch
15maintainers         nomaintainer
16
17description         python module for creating graphs
18long_description    An interface for creating both directed and non directed \
19                    graphs from Python. Currently all attributes implemented \
20                    in the Dot language are supported (up to Graphviz 1.10).
21
22homepage            http://code.google.com/p/pydot/
23
24checksums           rmd160  317ea259f781453b9be4790b791538562884a3d1 \
25                    sha256  dfa4ab69b2f8f2a9d1401e519f6fb9caa682ce4f587df28416a9ee1569e611a4
26
27python.versions     34
28