Changeset 81295
- Timestamp:
- 07/28/11 20:30:56 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/python/py-altgraph/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-altgraph/Portfile
r81294 r81295 2 2 # $Id$ 3 3 4 PortSystem 1.05 PortGroup python 1.04 PortSystem 1.0 5 PortGroup python 1.0 6 6 7 name py-altgraph8 version 0.99 categories-append devel7 name py-altgraph 8 version 0.9 9 categories-append devel 10 10 license MIT 11 maintainers jmr openmaintainer12 description Python graph (network) package11 maintainers jmr openmaintainer 12 description Python graph (network) package 13 13 long_description \ 14 altgraph is a fork of graphlib: a graph (network) package for \15 constructing graphs, BFS and DFS traversals, topological sort, \16 shortest paths, etc. with graphviz output. \17 altgraph includes some additional usage of Python 2.3+ features and \18 enhancements related to modulegraph and macholib.14 altgraph is a fork of graphlib: a graph (network) package for \ 15 constructing graphs, BFS and DFS traversals, topological sort, \ 16 shortest paths, etc. with graphviz output. \ 17 altgraph includes some additional usage of Python 2.3+ features and \ 18 enhancements related to modulegraph and macholib. 19 19 20 platforms darwin21 supported_archs noarch20 platforms darwin 21 supported_archs noarch 22 22 23 homepage http://undefined.org/python/#altgraph24 master_sites http://pypi.python.org/packages/source/a/altgraph/25 distname altgraph-${version}23 homepage http://undefined.org/python/#altgraph 24 master_sites http://pypi.python.org/packages/source/a/altgraph/ 25 distname altgraph-${version} 26 26 27 checksums md5 367015bf871815b632975a26d1750133 \28 sha1 94a434c1af98c8637969d3942d4f04bb633c382c \29 rmd160 48263978c5634d970a58a7372a81bed55ecaefd927 checksums md5 367015bf871815b632975a26d1750133 \ 28 sha1 94a434c1af98c8637969d3942d4f04bb633c382c \ 29 rmd160 48263978c5634d970a58a7372a81bed55ecaefd9 30 30 31 31 python.versions 24 25 26 27
Note: See TracChangeset
for help on using the changeset viewer.

