1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py25-virtualenvwrapper |
---|
8 | version 1.3.2 |
---|
9 | categories python |
---|
10 | platforms darwin |
---|
11 | maintainers arthur@arthurkoziel.com |
---|
12 | homepage http://www.doughellmann.com/projects/virtualenvwrapper/ |
---|
13 | description Enhancements to virtualenv. |
---|
14 | long_description Extensions to Ian Bicking's virtualenv tool. |
---|
15 | |
---|
16 | master_sites http://www.doughellmann.com/downloads/ |
---|
17 | distname virtualenvwrapper-${version} |
---|
18 | checksums md5 4cd9155031b96d51954ddff82d82665b \ |
---|
19 | sha1 d6eef2de4280a34cfef2e89f27bb9ea5300049a1 \ |
---|
20 | rmd160 3e39e68cc26d89163512ed9e2426a66373294326 |
---|
21 | |
---|
22 | depends_lib-append port:py25-setuptools\ |
---|
23 | port:py25-virtualenv |
---|