Files
Ryan Schmidt 33437f0bf1 py-pygraph-core: Add py-setuptools dependency
And modernize checksums.
2018-11-06 15:13:13 -06:00

30 lines
1.0 KiB
Tcl

# -*- 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
PortSystem 1.0
PortGroup python 1.0
name py-pygraph-core
version 1.8.0
license MIT
maintainers nomaintainer
description A library for working with graphs in Python
long_description python-graph provides a suitable data structure for \
representing graphs and a whole set of important algorithms.
homepage https://code.google.com/p/python-graph/
master_sites googlecode:python-graph
distname python-graph-core-${version}
platforms darwin
supported_archs noarch
checksums rmd160 3add4cd4286aa46300d16735101e3ed8ede27681 \
sha256 2d3966651e7c40aa36d3bcd65747c64b839d2981e57269f0393a980d3bf705f8 \
size 27260
python.versions 27
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
}