# -*- 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 # $Id$ PortSystem 1.0 PortGroup python26 1.0 name py26-pip version 1.0.2 revision 1 categories python www platforms darwin maintainers nomaintainer homepage http://pip.openplans.org/ description An easy_install replacement long_description pip is a replacement for easy_install. It uses mostly the \ same techniques for finding packages, so packages that \ were made easy_installable should be pip-installable as \ well. master_sites http://pypi.python.org/packages/source/p/pip/ distname pip-${version} checksums md5 47ec6ff3f6d962696fe08d4c8264ad49 \ sha1 bb137ac723389651e6cf56c0c95af0a6547443b6 \ rmd160 2a398d35c63f62194528aa16ce989ce532f6b895 depends_lib-append port:py26-distribute post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \ requirement-format.txt configuration.txt \ ${destroot}${prefix}/share/doc/${name} } livecheck.type regex livecheck.url http://pypi.python.org/pypi/pip livecheck.regex pip (0\.\[0-9\]+\.\[0-9\]*)