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 | |
---|
3 | # $Id$ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | PortGroup python 1.0 |
---|
7 | |
---|
8 | name py-virtualenv-clone |
---|
9 | set real_name virtualenv-clone |
---|
10 | version 0.2.4 |
---|
11 | |
---|
12 | maintainers nomaintainer |
---|
13 | |
---|
14 | categories-append devel |
---|
15 | homepage http://github.com/edwardgeorge/${real_name}/ |
---|
16 | description script to clone virtualenvs |
---|
17 | long_description A script for cloning a non-relocatable virtualenv. |
---|
18 | |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | master_sites http://pypi.python.org/packages/source/v/${real_name}/ |
---|
22 | distname ${real_name}-${version} |
---|
23 | checksums md5 71168b975eaaa91e65559bcc79290b3b \ |
---|
24 | sha1 cbadef67b5809403b4e11b8ad5f809025902c256 \ |
---|
25 | rmd160 82070acc258f14f24a76d412fd352ceb8daa2e0d |
---|
26 | |
---|
27 | python.versions 25 26 27 |
---|
28 | |
---|
29 | livecheck.type regex |
---|
30 | livecheck.url http://pypi.python.org/pypi/${real_name} |
---|
31 | livecheck.regex ${real_name} (\[0-9\]+(\.\[0-9\]+)+) |
---|
32 | |
---|
33 | |
---|