# $Id: Portfile 63036 2010-01-24 10:43:40Z jmr@macports.org $ PortSystem 1.0 PortGroup python26 1.0 name py26-pip version 0.6.1 categories python www platforms darwin maintainers arthurk openmaintainer 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 7560e3055c66afb99ac4a7892389a237 \ sha1 8311cc817d88bfa35b97238f0d338095fcaa4a98 \ rmd160 633ff19c47de2a2a8818ca562d6de0c1c5137ac4 depends_lib-append port:py26-setuptools post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \ requirement-format.txt license.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\]+)