[48946] trunk/dports/python

alakazam at macports.org alakazam at macports.org
Tue Mar 31 10:35:18 PDT 2009


Revision: 48946
          http://trac.macports.org/changeset/48946
Author:   alakazam at macports.org
Date:     2009-03-31 10:35:16 -0700 (Tue, 31 Mar 2009)
Log Message:
-----------
Add portfiles for orbited's dependencies

Modified Paths:
--------------
    trunk/dports/python/py25-orbited/Portfile

Added Paths:
-----------
    trunk/dports/python/py25-demjson/
    trunk/dports/python/py25-demjson/Portfile
    trunk/dports/python/py25-morbid/
    trunk/dports/python/py25-morbid/Portfile
    trunk/dports/python/py25-stomper/
    trunk/dports/python/py25-stomper/Portfile
    trunk/dports/python/py25-uuid/
    trunk/dports/python/py25-uuid/Portfile

Added: trunk/dports/python/py25-demjson/Portfile
===================================================================
--- trunk/dports/python/py25-demjson/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-demjson/Portfile	2009-03-31 17:35:16 UTC (rev 48946)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python25 1.0
+
+name              py25-demjson
+version           1.4
+categories        python
+platforms         darwin
+maintainers       alakazam
+
+description       encoder, decoder, and validator for JSON compliant with RFC 4627
+long_description  encoder, decoder, and lint/validator for JSON (JavaScript \
+                  Object Notation) compliant with RFC 4627. This module \
+                  provides classes and functions for encoding or decoding data \
+                  represented in the language-neutral JSON format. This \
+                  implementation tries to be as compliant to the JSON \
+                  specification (RFC 4627) as possible, while still providing \
+                  many optional extensions to allow less restrictive \
+                  JavaScript syntax. It includes complete Unicode support, \
+                  including UTF-32, BOM, and surrogate pair processing. It can \
+                  also support JavaScript's NaN and Infinity numeric types as \
+                  well as its 'undefined' type. It also includes a lint-like \
+                  JSON syntax validator which tests JSON text for strict \
+                  compliance to the standard.
+
+homepage          http://deron.meranda.us/python/demjson/
+master_sites      http://pypi.python.org/packages/source/d/demjson/
+distname          demjson-${version}
+
+depends_lib-append port:py25-setuptools
+
+checksums         md5     6f6c88bfe2443390230109c709243fcd \
+                  sha1    046946f7c98006e890b6a6896421107e6b537077 \
+                  rmd160  b2935d932cb6c344de3684353f0b7090e673439c
+
+livecheck.check   regex
+livecheck.url     http://pypi.python.org/pypi/demjson/
+livecheck.regex   {demjson (\d+(?:\.\d+)*)}

Added: trunk/dports/python/py25-morbid/Portfile
===================================================================
--- trunk/dports/python/py25-morbid/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-morbid/Portfile	2009-03-31 17:35:16 UTC (rev 48946)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python25 1.0
+
+name              py25-morbid
+version           0.8.6.1
+categories        python
+platforms         darwin
+maintainers       alakazam
+
+description       A Twisted-based publish/subscribe messaging server that uses the STOMP protocol
+long_description  Morbid is a STOMP publish/subscribe server with absolutely \
+                  no potential to cluster. It supports publish/subscribe \
+                  topics, and runs as a single node.
+
+homepage          http://www.morbidq.com/
+master_sites      http://pypi.python.org/packages/source/m/morbid/
+distname          morbid-${version}
+
+depends_lib-append port:py25-setuptools \
+                   port:py25-twisted \
+                   port:py25-stomper
+
+checksums         md5     1099adca419e0347d32198557854a2c1 \
+                  sha1    c9a3182e8e538941b0c146ea57e99f2e5a28f06f \
+                  rmd160  000558d444466ab8dcdf8dc823e4096c5de58582
+
+livecheck.check   regex
+livecheck.url     http://pypi.python.org/pypi/morbid/
+livecheck.regex   {morbid (\d+(?:\.\d+)*)}

Modified: trunk/dports/python/py25-orbited/Portfile
===================================================================
--- trunk/dports/python/py25-orbited/Portfile	2009-03-31 17:06:00 UTC (rev 48945)
+++ trunk/dports/python/py25-orbited/Portfile	2009-03-31 17:35:16 UTC (rev 48946)
@@ -21,7 +21,8 @@
 distname          orbited-${version}
 
 depends_lib-append port:py25-setuptools \
-                   port:py25-twisted
+                   port:py25-morbid \
+                   port:py25-demjson
 
 checksums         md5     0f49c2f83abfd8dd3c844e68851635e4 \
                   sha1    d8ab97f42c6cd11838899ea020be2bd048fd5dae \

Added: trunk/dports/python/py25-stomper/Portfile
===================================================================
--- trunk/dports/python/py25-stomper/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-stomper/Portfile	2009-03-31 17:35:16 UTC (rev 48946)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python25 1.0
+
+name              py25-stomper
+version           0.2.2
+categories        python
+platforms         darwin
+maintainers       alakazam
+
+description       A transport neutral client implementation of the STOMP protocol
+long_description  This is a python client implementation of the STOMP protocol. \
+                  The client is attempting to be transport layer neutral. This \
+                  module provides functions to create and parse STOMP messages \
+                  in a programatic fashion. The messages can be easily \
+                  generated and parsed, however its up to the user to do the \
+                  sending and receiving.
+
+homepage          http://code.google.com/p/stomper/
+master_sites      http://pypi.python.org/packages/source/s/stomper/
+distname          stomper-${version}
+
+depends_lib-append port:py25-setuptools \
+                   port:py25-uuid
+
+checksums         md5     193ba3eaa405aa5b590e2d571b65167d \
+                  sha1    b3acfe30ce6b6842886b1668cde3203e4e3ab7a3 \
+                  rmd160  7f30b3fab55dbcdd870b9b72b5860648667deac9
+
+livecheck.check   regex
+livecheck.url     http://pypi.python.org/pypi/stomper/
+livecheck.regex   {stomper (\d+(?:\.\d+)*)}

Added: trunk/dports/python/py25-uuid/Portfile
===================================================================
--- trunk/dports/python/py25-uuid/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-uuid/Portfile	2009-03-31 17:35:16 UTC (rev 48946)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python25 1.0
+
+name              py25-uuid
+version           1.30
+categories        python
+platforms         darwin
+maintainers       alakazam
+
+description       UUID objects (universally unique identifiers) according to RFC 4122.
+long_description  This module is automatically provided in python 2.5 and is \
+                  only provided for ports that depend. Using the standard \
+                  module should be adequate for all other uses. \
+                  UUID objects (universally unique identifiers) according to \
+                  RFC 4122. This module provides immutable UUID objects (class \
+                  UUID) and the functions uuid1(), uuid3(), uuid4(), uuid5() \
+                  for generating version 1, 3, 4, and 5 UUIDs as specified in \
+                  RFC 4122.
+
+homepage          http://zesty.ca/python/uuid.html
+master_sites      http://pypi.python.org/packages/source/u/uuid/
+distname          uuid-${version}
+
+depends_lib-append port:py25-setuptools
+
+checksums         md5     639b310f1fe6800e4bf8aa1dd9333117 \
+                  sha1    77ffab33e5052153504a5990dabf7a8505a464bf \
+                  rmd160  02f7f2c21cb7a18e426e8e4b573d0521baee97f9
+
+livecheck.check   regex
+livecheck.url     http://pypi.python.org/pypi/uuid/
+livecheck.regex   {uuid (\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090331/69d67436/attachment-0001.html>


More information about the macports-changes mailing list