# -*- 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 name py-virtualenvwrapper set real_name virtualenvwrapper version 4.7.1 platforms darwin supported_archs noarch license MIT maintainers nomaintainer description Enhancements to virtualenv long_description virtualenvwrapper is a set of extensions to Ian \ Bicking's virtualenv tool. The extensions include \ wrappers for creating and deleting virtual \ environments and otherwise managing your \ development workflow, making it easier to work on \ more than one project at a time without \ introducing conflicts in their dependencies. homepage http://www.doughellmann.com/projects/${real_name}/ master_sites pypi:v/${real_name} distname ${real_name}-${version} checksums rmd160 eb06370e761963748abc466f65c52ca2b4e98f5b \ sha256 3bf73ede42a689adeedc8ac85662cb539665d3d029459bc8d3e6835ecd81ffde python.versions 27 34 35 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-pbr \ port:py${python.version}-setuptools \ port:py${python.version}-stevedore \ port:py${python.version}-virtualenv \ port:py${python.version}-virtualenv-clone livecheck.type none } else { livecheck.type pypi }