# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup irmen Pyro4 4.20 name py-pyro description Distributed object middleware for Python (RPC) long_description \ Pyro means PYthon Remote Objects. It is a library that \ enables you to build applications in which objects can talk to each \ other over the network, with minimal programming effort. You can just \ use normal Python method calls, with almost every possible parameter and \ return value type, and Pyro takes care of locating the right object on the \ right computer to execute the method. It is designed to be very easy to \ use, and to generally stay out of your way. But it also provides a set of \ powerful features that enables you to build distributed applications \ rapidly and effortlessly. Pyro is written in 100% pure Python. license MIT platforms darwin supported_archs noarch maintainers fusion.gat.com:smithsp openmaintainer checksums md5 6e6d0165cb27ce23d2a6fd23d4d2b2c4 \ rmd160 4ecdd0ed9c5a52b88702bc98988f6123b68a6761 \ sha256 210e998d3fa42f7641f813c4f8174fa1a02f1ffdc4f81f62ada79ad263eb98a4 python.versions 26 27 31 32 33 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-serpent livecheck.type none }