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

g5pw at macports.org g5pw at macports.org
Wed Oct 30 14:57:43 PDT 2013


Revision: 112746
          https://trac.macports.org/changeset/112746
Author:   g5pw at macports.org
Date:     2013-10-30 14:57:43 -0700 (Wed, 30 Oct 2013)
Log Message:
-----------
python/py-pyro:
  update to 4.20
  use github PortGroup
  change maintainer
  closes #39641

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

Modified: trunk/dports/python/py-pyro/Portfile
===================================================================
--- trunk/dports/python/py-pyro/Portfile	2013-10-30 21:48:11 UTC (rev 112745)
+++ trunk/dports/python/py-pyro/Portfile	2013-10-30 21:57:43 UTC (rev 112746)
@@ -1,39 +1,36 @@
 # -*- 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 \
-                    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
+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         nomaintainer
+maintainers         fusion.gat.com:smithsp openmaintainer
 
-homepage            http://pythonhosted.org/Pyro4/
-master_sites        http://pypi.python.org/packages/source/P/Pyro4/
-distname            Pyro4-${version}
-checksums           rmd160  d7b4dcc8762c58d68a037f0109cb1140e02b3f2e \
-                    sha256  1d0cecdd3340dca695d6f833830e7a59f937d4bedbcff53109abe66e5a65d22c
+checksums           md5     6e6d0165cb27ce23d2a6fd23d4d2b2c4 \
+                    rmd160  4ecdd0ed9c5a52b88702bc98988f6123b68a6761 \
+                    sha256  210e998d3fa42f7641f813c4f8174fa1a02f1ffdc4f81f62ada79ad263eb98a4
 
 python.versions     26 27 31 32 33
 
 if {$subport != $name} {
-    depends_build   port:py${python.version}-setuptools
-    livecheck.type  none
-} else {
-    livecheck.url   http://pypi.python.org/pypi/Pyro4
-    livecheck.regex {Pyro4/(\d+(?:\.\d+)*)}
+    depends_build-append port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-serpent
+    livecheck.type       none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131030/a831d694/attachment.html>


More information about the macports-changes mailing list