[104438] trunk/dports/python/py-pyro/Portfile

sean at macports.org sean at macports.org
Mon Mar 25 11:50:28 PDT 2013


Revision: 104438
          https://trac.macports.org/changeset/104438
Author:   sean at macports.org
Date:     2013-03-25 11:50:28 -0700 (Mon, 25 Mar 2013)
Log Message:
-----------
py-pyro: update to 4.17, add livecheck, and update to new description

Modified Paths:
--------------
    trunk/dports/python/py-pyro/Portfile

Modified: trunk/dports/python/py-pyro/Portfile
===================================================================
--- trunk/dports/python/py-pyro/Portfile	2013-03-25 18:50:17 UTC (rev 104437)
+++ trunk/dports/python/py-pyro/Portfile	2013-03-25 18:50:28 UTC (rev 104438)
@@ -5,26 +5,35 @@
 PortGroup           python 1.0
 
 name                py-pyro
-description         PYthon Remote Objects
-long_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.
-version             3.10
+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 \
+                    eachother 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 generallye \
+                    stay out of your way. But it also provides a set of powerful \
+                    features that enables you to build distributed applications \
+                    rapidly and effortlessly.
+version             4.17
 license             MIT
 platforms           darwin
 supported_archs     noarch
 maintainers         node99.org:sean openmaintainer
 
-homepage            http://www.xs4all.nl/~irmen/pyro3/
-master_sites        http://pypi.python.org/packages/source/P/Pyro/
-distname            Pyro-${version}
-checksums           md5    7fc6b8b939073d4adb0e8939c59aaf1e \
-                    sha1   d99b2786d9ebe21f0585bc7317720cbba01e1d03 \
-                    rmd160 29977840daa7d91be40657c48cab8431ce490934
+homepage            http://pythonhosted.org/Pyro4/
+master_sites        http://pypi.python.org/packages/source/P/Pyro4/
+distname            Pyro4-${version}
+checksums           rmd160  d7b4dcc8762c58d68a037f0109cb1140e02b3f2e \
+                    sha256  1d0cecdd3340dca695d6f833830e7a59f937d4bedbcff53109abe66e5a65d22c
 
-python.versions     24 25 26
+python.versions     26 27 31 32 33
 
 if {$subport != $name} {
     depends_lib     port:py${python.version}-distribute
+    livecheck.type  none
+} else {
+    livecheck.url   http://pypi.python.org/pypi/Pyro4
+    livecheck.regex {Pyro4/(\d+(?:\.\d+)*)}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130325/7488f465/attachment.html>


More information about the macports-changes mailing list