Changeset 81294
- Timestamp:
- 07/28/11 20:30:17 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 deleted
- 1 edited
-
py-altgraph/Portfile (modified) (2 diffs)
-
py25-altgraph (deleted)
-
py26-altgraph (deleted)
-
py27-altgraph (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-altgraph/Portfile
r70583 r81294 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 4 PortGroup python24 1.0 5 PortGroup python 1.0 6 5 7 name py-altgraph 6 version 0. 6.78 version 0.9 7 9 categories-append devel 8 maintainers nomaintainer 10 license MIT 11 maintainers jmr openmaintainer 9 12 description Python graph (network) package 10 13 long_description \ … … 19 22 20 23 homepage http://undefined.org/python/#altgraph 21 master_sites http:// cheeseshop.python.org/packages/source/a/altgraph/24 master_sites http://pypi.python.org/packages/source/a/altgraph/ 22 25 distname altgraph-${version} 23 26 24 checksums md5 6792e11b471e70ab3d4dfecf41fb759e\25 sha1 880627405473520b336f771fa529dab52fb3e1fb\26 rmd160 dac7a7a81fe80a4aa08de60dcf0ddcd7cbdb169027 checksums md5 367015bf871815b632975a26d1750133 \ 28 sha1 94a434c1af98c8637969d3942d4f04bb633c382c \ 29 rmd160 48263978c5634d970a58a7372a81bed55ecaefd9 27 30 28 depends_lib-append port:py-setuptools 31 python.versions 24 25 26 27 32 33 if {$subport == "py24-altgraph"} { 34 depends_lib port:py-setuptools 35 } elseif {$subport != $name} { 36 depends_lib port:py${python.version}-distribute 37 } 29 38 30 39 livecheck.type regex 31 40 livecheck.url http://pypi.python.org/pypi/altgraph/ 32 livecheck.regex altgraph (0\.\[0-9 \]+\.\[0-9\]+)41 livecheck.regex altgraph (0\.\[0-9.\]+)
Note: See TracChangeset
for help on using the changeset viewer.

