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-Yapsy |
---|
8 | version 1.10.423 |
---|
9 | platforms darwin |
---|
10 | license BSD |
---|
11 | maintainers nomaintainer |
---|
12 | |
---|
13 | description Yet another plugin system |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | homepage http://yapsy.sourceforge.net |
---|
17 | master_sites https://pypi.python.org/packages/source/Y/Yapsy |
---|
18 | distname Yapsy-1.10.423 |
---|
19 | |
---|
20 | checksums rmd160 e5d0ce20047d339856ade3345be63fae0c5d41bd \ |
---|
21 | sha256 9ba7767f63ab591c0ad3fc8b2bd11ac19a0fabb7259bcb1733858eab5bd9b1e1 |
---|
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 | } |
---|