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 python 1.0 |
---|
6 | |
---|
7 | name py-doit |
---|
8 | version 0.27.0 |
---|
9 | platforms darwin |
---|
10 | license MIT |
---|
11 | maintainers nomaintainer |
---|
12 | |
---|
13 | description doit Automation Tool |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | homepage http://pydoit.org |
---|
17 | master_sites https://pypi.python.org/packages/source/d/doit |
---|
18 | distname doit-0.27.0 |
---|
19 | |
---|
20 | checksums rmd160 7617cd74f871268c6e940483a2fd96506595790d \ |
---|
21 | sha256 06662c8677fb3e925c262559b7d3c5d8e08a10320be3386a7d348702e8e3ed8a |
---|
22 | |
---|
23 | python.versions 25 26 27 32 33 34 |
---|
24 | |
---|
25 | if {${name} ne ${subport}} { |
---|
26 | depends_build-append \ |
---|
27 | port:py${python.version}-setuptools |
---|
28 | |
---|
29 | livecheck.type none |
---|
30 | } else { |
---|
31 | livecheck.type regex |
---|
32 | livecheck.url ${master_sites} |
---|
33 | } |
---|