Ticket #25979: Portfile

File Portfile, 1.3 KB (added by Themanwithoutaplan, 14 years ago)

Portfile for py27-pip

Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           python27 1.0
5
6name                py27-pip
7version             0.7.2
8categories          python www
9platforms           darwin
10maintainers         arthurk openmaintainer
11homepage            http://pip.openplans.org/
12description         An easy_install replacement
13long_description    pip is a replacement for easy_install. It uses mostly the \
14                    same techniques for finding packages, so packages that \
15                    were made easy_installable should be pip-installable as \
16                    well.
17
18master_sites        http://pypi.python.org/packages/source/p/pip/
19distname            pip-${version}
20checksums           md5 cfe73090aaa0d3b0c104179a627859d1 \
21                    sha1 3843101cd594e28468763a21d1f94a4a5a2cbc06 \
22                    rmd160 2736c4e1f1a21c3fe53b3b23eb438cbd3d68c8a5
23
24depends_lib-append  port:py27-distribute
25
26post-destroot {
27    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
28    xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \
29        requirement-format.txt license.txt configuration.txt \
30        ${destroot}${prefix}/share/doc/${name}
31}
32
33livecheck.type      regex
34livecheck.url       http://pypi.python.org/pypi/pip
35livecheck.regex     pip (0\.\[0-9\]+\.\[0-9\]+)