# -*- 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-virtualenv-clone set real_name virtualenv-clone version 0.2.5 platforms darwin categories-append devel maintainers nomaintainer supported_archs noarch license MIT description script to clone virtualenvs long_description A script for cloning a non-relocatable virtualenv. homepage http://github.com/edwardgeorge/${real_name}/ master_sites http://pypi.python.org/packages/source/v/${real_name}/ distname ${real_name}-${version} checksums md5 23e71d255058b2543d839af7f4ce3208 \ rmd160 b036250d0bfcc7368e45dca5241caad9ea3fb12c \ sha256 7087ba4eb48acfd5209a3fd03e15d072f28742619127c98333057e32748d91c4 python.versions 27 34 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url http://pypi.python.org/pypi/${real_name} livecheck.regex ${real_name} (\[0-9\]+(\.\[0-9\]+)+) }