# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup select 1.0 name py-virtualenv version 15.0.3 categories-append devel platforms darwin license MIT maintainers larryv supported_archs noarch description Virtual Python Environment builder long_description virtualenv is a tool to create isolated Python \ environments. homepage http://pypi.python.org/pypi/${python.rootname} master_sites pypi:v/${python.rootname} distname ${python.rootname}-${version} checksums md5 a5a061ad8a37d973d27eb197d05d99bf \ rmd160 bf32c45de7ac2f66d981c624979ff2cf08f498be \ sha256 6d9c760d3fc5fa0894b0f99b9de82a4647e1164f0b700a7f99055034bf548b1d python.versions 26 27 33 34 35 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools depends_run-append port:virtualenv_select select.group virtualenv select.file virtualenv${python.version} post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -m 755 -d ${destroot}${docdir} xinstall -m 644 {*}[glob -directory ${worksrcpath}/docs *] \ ${destroot}${docdir} } livecheck.type none }