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 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-pyro |
---|
7 | description Pyro is short for PYthon Remote Objects. It is an advanced and powerful Distributed Object Technology system written entirely in Python, that is designed to be very easy to use. |
---|
8 | long_description ${description} |
---|
9 | version 3.10 |
---|
10 | categories python |
---|
11 | platforms darwin |
---|
12 | depends_lib port:py26-distribute |
---|
13 | maintainers node99.org:sean |
---|
14 | |
---|
15 | homepage http://www.xs4all.nl/~irmen/pyro3/ |
---|
16 | master_sites http://www.xs4all.nl/~irmen/pyro3/download/ |
---|
17 | distname Pyro-${version} |
---|
18 | checksums md5 7fc6b8b939073d4adb0e8939c59aaf1e |
---|
19 | |
---|
20 | if {[info exists supported_archs]} { |
---|
21 | supported_archs noarch |
---|
22 | } else { |
---|
23 | universal_variant no |
---|
24 | } |
---|