Ticket #25979: Portfile.4

File Portfile.4, 1.4 KB (added by Themanwithoutaplan, 14 years ago)

py25-virtualenv portfile updated to 1.4.9

Line 
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
2# $Id: Portfile 65907 2010-04-02 22:08:22Z jmr@macports.org $
3
4PortSystem          1.0
5PortGroup           python25 1.0
6
7name                py25-virtualenv
8version             1.4.9
9categories-append   devel
10platforms           darwin
11maintainers         arthurk
12homepage            http://pypi.python.org/pypi/virtualenv
13description         Virtual Python Environment builder
14long_description    virtualenv is a tool to create isolated Python \
15                    environments.
16
17master_sites        http://pypi.python.org/packages/source/v/virtualenv/
18distname            virtualenv-${version}
19checksums           md5 c49067cab242b5ff8c7b681a5a99533a \
20                    sha1 e1e22f500641b3b9a67804305904ea56ebece0d6 \
21                    rmd160 7435600029211ab786e11590d5ca62ba368ecb6d
22
23depends_lib-append  port:py25-distribute
24
25post-destroot {
26    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
27    xinstall -m 644 -W ${worksrcpath}/docs index.txt license.txt \
28        ${destroot}${prefix}/share/doc/${name}
29   
30    move ${destroot}${prefix}/bin/virtualenv \
31        ${destroot}${prefix}/bin/virtualenv-${python.branch}
32}
33
34livecheck.type      regex
35livecheck.url       http://pypi.python.org/pypi/virtualenv
36livecheck.regex     virtualenv (1\.\[0-9\]+\.\[0-9\]+)