Ticket #36015: Portfile-py-virtualenvwrapper.diff
File Portfile-py-virtualenvwrapper.diff, 1.3 KB (added by jpenney (Jason Penney), 12 years ago) |
---|
-
Portfile
old new 6 6 7 7 name py-virtualenvwrapper 8 8 set real_name virtualenvwrapper 9 version 3. 29 version 3.6 10 10 python.versions 24 25 26 27 11 11 categories python 12 12 platforms darwin … … 17 17 18 18 master_sites http://pypi.python.org/packages/source/v/${real_name}/ 19 19 distname ${real_name}-${version} 20 checksums rmd160 c ba2c985ea94d08c1e5487a3cfd18a5594b2ef90\21 sha256 754df0904baaa167312a7001be922f8cf400ef33226a1f3ce51a0a2664e2561620 checksums rmd160 cd6aad11d79d9dedff59532c38e7a92776f39c68 \ 21 sha256 1d45a1ea73dbc9cf0a5c7b4b17e631092a02a90a01eb4125051db19a845db4e6 22 22 23 23 if {$name != $subport} { 24 24 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 26 28 } 29 30 livecheck.type regex 31 livecheck.url http://pypi.python.org/pypi/${real_name} 32 livecheck.regex ${real_name} (\[0-9\]+(\.\[0-9\]+)+) 33