[109372] trunk/dports/python

and.damore at macports.org and.damore at macports.org
Wed Aug 14 03:13:58 PDT 2013


Revision: 109372
          https://trac.macports.org/changeset/109372
Author:   and.damore at macports.org
Date:     2013-08-14 03:13:58 -0700 (Wed, 14 Aug 2013)
Log Message:
-----------
new port py-rfoo: Python RPC package

Added Paths:
-----------
    trunk/dports/python/py-rfoo/
    trunk/dports/python/py-rfoo/Portfile

Added: trunk/dports/python/py-rfoo/Portfile
===================================================================
--- trunk/dports/python/py-rfoo/Portfile	                        (rev 0)
+++ trunk/dports/python/py-rfoo/Portfile	2013-08-14 10:13:58 UTC (rev 109372)
@@ -0,0 +1,41 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+set real_name       rfoo
+name                py-${real_name}
+version             1.3.0
+categories-append   devel
+maintainers         and.damore openmaintainer
+license             BSD
+
+description         remote foo is a fast Python RPC package
+long_description \
+    ${description} which can do 160,000 RPC calls per second on a regular PC.  It \
+    includes a fast serialization module called rfoo.marsh which extends the Python \
+    built in marshal module by eliminating serialization of code objects and \
+    protecting against bad input. The result is a safe to use ultra fast \
+    serializer. Included with rfoo is rconsole, a remote Python console with auto \
+    completion, which can be used to inspect and modify the namespace of a running \
+    script.  Scroll down for more information.
+
+platforms           darwin
+homepage            https://code.google.com/p/rfoo
+distname            ${real_name}-${version}
+master_sites        http://${real_name}.googlecode.com/files/
+
+checksums           md5     def659ff85f14de51b455e88510b7f4b \
+                    sha1    4ecfda81525e48662c7dd8c97dd1816c7ed2a530 \
+                    rmd160  456e89ae1ef07f96750874ec6e94938e21c03cb6
+
+python.versions     24 25 26 27
+python.default_version 27
+
+if {${subport} != ${name}} {
+    depends_build-append    port:py${python.version}-setuptools
+}
+
+livecheck.type      googlecode
+livecheck.regex     rfoo-(\[0-9\.-\]+).tar.gz
+


Property changes on: trunk/dports/python/py-rfoo/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130814/3669967f/attachment.html>


More information about the macports-changes mailing list