Ticket #36015: Portfile-py-virtualenvwrapper.diff

File Portfile-py-virtualenvwrapper.diff, 1.3 KB (added by jpenney (Jason Penney), 12 years ago)

patch

  • Portfile

    old new  
    66
    77name                py-virtualenvwrapper
    88set real_name       virtualenvwrapper
    9 version             3.2
     9version             3.6
    1010python.versions     24 25 26 27
    1111categories          python
    1212platforms           darwin
     
    1717
    1818master_sites        http://pypi.python.org/packages/source/v/${real_name}/
    1919distname            ${real_name}-${version}
    20 checksums           rmd160  cba2c985ea94d08c1e5487a3cfd18a5594b2ef90 \
    21                     sha256  754df0904baaa167312a7001be922f8cf400ef33226a1f3ce51a0a2664e25616
     20checksums           rmd160  cd6aad11d79d9dedff59532c38e7a92776f39c68 \
     21                    sha256  1d45a1ea73dbc9cf0a5c7b4b17e631092a02a90a01eb4125051db19a845db4e6
    2222
    2323if {$name != $subport} {
    2424    depends_lib-append  port:py${python.version}-distribute \
    25                         port:py${python.version}-virtualenv
     25                        port:py${python.version}-virtualenv \
     26                        port:py${python.version}-stevedore \
     27                        port:py${python.version}-virtualenv-clone
    2628}
     29
     30livecheck.type      regex
     31livecheck.url       http://pypi.python.org/pypi/${real_name}
     32livecheck.regex     ${real_name} (\[0-9\]+(\.\[0-9\]+)+)
     33