Ticket #17649: Portfile

File Portfile, 1.3 KB (added by arthur@…, 15 years ago)

py-pip 0.3

Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           python24 1.0
5
6name                py-pip
7version             0.3
8categories          python www
9platforms           darwin
10maintainers         arthurkoziel.com:arthur
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     8fccb5b49c6377cbfb1949ccd7be43b3 \
21                    sha1    b6d021e038715ee872d0ba459a1735396852d6d8 \
22                    rmd160  f606004425ec6a3007f5cdf4e6aff04abcb10629
23
24depends_lib-append  port:py-setuptools
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 \
30        ${destroot}${prefix}/share/doc/${name}
31    move ${destroot}${prefix}/bin/pip ${destroot}${prefix}/bin/pip-2.4
32}
33
34livecheck.check     regex
35livecheck.url       http://pypi.python.org/pypi/pip
36livecheck.regex     pip (0\.\[0-9\]+\.\[0-9\]+)