[59840] trunk/dports/python

blair at macports.org blair at macports.org
Fri Oct 23 21:19:37 PDT 2009


Revision: 59840
          http://trac.macports.org/changeset/59840
Author:   blair at macports.org
Date:     2009-10-23 21:19:33 -0700 (Fri, 23 Oct 2009)
Log Message:
-----------
New port for the anyjson Python module, for Python 2.5.

Added Paths:
-----------
    trunk/dports/python/py25-anyjson/
    trunk/dports/python/py25-anyjson/Portfile

Added: trunk/dports/python/py25-anyjson/Portfile
===================================================================
--- trunk/dports/python/py25-anyjson/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-anyjson/Portfile	2009-10-24 04:19:33 UTC (rev 59840)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-anyjson
+version             0.2.2
+categories          python www
+platforms           darwin
+maintainers         blair
+homepage            http://bitbucket.org/runeh/anyjson/
+description         Wrap the best available JSON implementation in a common API
+long_description    Anyjson wraps the best available JSON implementation \
+                    in a common interface.  Anyjson loads whichever is the \
+                    fastest JSON module installed and provides a uniform API \
+                    regardless of which JSON implementation is used.
+
+master_sites        http://pypi.python.org/packages/source/a/anyjson
+distname            anyjson-${version}
+checksums           md5 626bc3fa2531762b772100b23f4a0925 \
+                    sha1 9e0adb75ac2d316c7da4755ef078b4c78fe7abf5 \
+                    rmd160 7826be0e8133daf182cfe1c039b879612ce67f29
+
+# Depend upon cjson so that the best JSON module can be used.
+depends_lib-append  port:py25-cjson
+
+livecheck.type      regex
+livecheck.url       http://pypi.python.org/pypi/anyjson
+livecheck.regex     {anyjson ([0-9]+\.[0-9]+(?:\.[0-9]+)?)}


Property changes on: trunk/dports/python/py25-anyjson/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/20091023/811b159c/attachment-0001.html>


More information about the macports-changes mailing list