Changeset 97885


Ignore:
Timestamp:
Sep 18, 2012, 9:05:06 PM (12 years ago)
Author:
singingwolfboy@…
Message:

py-virtualenv: version 1.8.2 (#36016), added virtualenv_select, special handling for py24

Location:
trunk/dports/python
Files:
12 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-virtualenv/Portfile

    r93510 r97885  
    44PortSystem          1.0
    55PortGroup           python 1.0
     6PortGroup           select 1.0
    67
    78name                py-virtualenv
    8 version             1.7.1.2
     9set real_name       virtualenv
     10version             1.8.2
    911maintainers         akitada openmaintainer
    1012
     
    1719license             MIT
    1820
    19 homepage            http://pypi.python.org/pypi/virtualenv
    20 master_sites        http://pypi.python.org/packages/source/v/virtualenv/
    21 distname            virtualenv-${version}
    22 checksums           md5     3be8a014c27340f48b56465f9109d9fa \
    23                     sha1    61aa9e69dee3f5e33cb763d06f0faa41ba77a5f1 \
    24                     rmd160  5411386ce30e2de5ac5a0ec1689923e18facc27c
     21homepage            http://pypi.python.org/pypi/${real_name}
     22master_sites        http://pypi.python.org/packages/source/v/${real_name}/
     23distname            ${real_name}-${version}
     24checksums           rmd160  e39dc7551f7caa54a41e5ad1bbae6777d616cd31 \
     25                    sha256  cffdab213221ef9305f8b4a20fa8ca034f7e30100d8b1e2514e08e33465e4be2
    2526
    2627python.versions     24 25 26 27 31 32
    2728
     29subport py24-virtualenv {
     30    version             1.7.2
     31    distname            ${real_name}-${version}
     32    checksums           rmd160  bdd0c3ef92ed2b954ee60a4d4df31dc1c17e4b1e \
     33                        sha256  8cbbe308ab0f446a4ceacf24b2656bedd33ea22825b0750fd079766cc6e91bf4
     34    python.move_binaries    no
     35    post-destroot {
     36        delete ${destroot}${prefix}/bin/virtualenv
     37    }
     38}
     39
    2840if {$subport != $name} {
    2941    depends_lib-append  port:py${python.version}-distribute
    30    
     42    depends_run         port:virtualenv_select
     43    select.group        virtualenv
     44    select.file         ${filespath}/virtualenv${python.version}
     45
    3146    post-destroot {
    3247        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
Note: See TracChangeset for help on using the changeset viewer.