Ticket #17698: virtualenv1.3.2.diff
File virtualenv1.3.2.diff, 1.3 KB (added by arthur@…, 16 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python25 1.0 6 6 7 7 name py25-virtualenv 8 version 1.3. 18 version 1.3.2 9 9 categories python 10 10 platforms darwin 11 11 maintainers arthurkoziel.com:arthur … … 16 16 17 17 master_sites http://pypi.python.org/packages/source/v/virtualenv/ 18 18 distname virtualenv-${version} 19 checksums md5 e70ed86cc3823f0b622e80e035b59297\20 sha1 66e35cc27a07ae5898773c82e39e1a44e4fe358e\21 rmd160 403df521fb788ce7608f0ec38d353845f5d26a8219 checksums md5 a013d5a7d9aeddc16bee88604d6de636 \ 20 sha1 151e94beae9bb22025ae0752f40e5cc6c760aeeb \ 21 rmd160 848466ac8950bdab46756b8a675d5f9f9da9a5ac 22 22 23 23 depends_lib-append port:py25-setuptools 24 25 post-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 31 livecheck.check regex 32 livecheck.url http://pypi.python.org/pypi/virtualenv 33 livecheck.regex virtualenv (1\.\[0-9\]+\.\[0-9\]+) 34 No newline at end of file