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 python26 1.0 |
---|
6 | |
---|
7 | name py26-pyro |
---|
8 | 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. |
---|
9 | long_description ${description} |
---|
10 | version 3.10 |
---|
11 | categories python |
---|
12 | platforms darwin |
---|
13 | depends_lib port:python26 |
---|
14 | depends_build port:py26-distribute |
---|
15 | maintainers node99.org:sean |
---|
16 | |
---|
17 | homepage http://www.xs4all.nl/~irmen/pyro3/ |
---|
18 | master_sites http://www.xs4all.nl/~irmen/pyro3/download/ |
---|
19 | distname Pyro-${version} |
---|
20 | checksums md5 7fc6b8b939073d4adb0e8939c59aaf1e \ |
---|
21 | sha1 d99b2786d9ebe21f0585bc7317720cbba01e1d03 \ |
---|
22 | rmd160 29977840daa7d91be40657c48cab8431ce490934 |
---|
23 | |
---|
24 | if {[info exists supported_archs]} { |
---|
25 | supported_archs noarch |
---|
26 | } else { |
---|
27 | universal_variant no |
---|
28 | } |
---|