You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 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-altgraph
|
|
version 0.17
|
|
categories-append devel
|
|
license MIT
|
|
maintainers {jmr @jmroot} openmaintainer
|
|
description Python graph (network) package
|
|
long_description \
|
|
altgraph is a fork of graphlib: a graph (network) package for \
|
|
constructing graphs, BFS and DFS traversals, topological sort, \
|
|
shortest paths, etc. with graphviz output. \
|
|
altgraph includes some additional usage of Python 2.6+ features and \
|
|
enhancements related to modulegraph and macholib.
|
|
|
|
platforms darwin
|
|
supported_archs noarch
|
|
|
|
homepage http://undefined.org/python/#altgraph
|
|
|
|
checksums md5 9450020282270749db205038b8c90b55 \
|
|
rmd160 01f1feb3a846dcc669e5329fc7cb15f41b0a3405 \
|
|
sha256 1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa
|
|
|
|
python.versions 27 33 34 35 36 37 38 39
|
|
|
|
if {$subport ne $name} {
|
|
depends_build port:py${python.version}-setuptools
|
|
livecheck.type none
|
|
}
|