Revision
108546
Author
sean@macports.org
Date
2013-07-25 17:21:00 -0700 (Thu, 25 Jul 2013)

Log Message

py-sexpdata: add new port for parsing S-expressions in python

Added Paths

Diff

Added: trunk/dports/python/py-sexpdata/Portfile (0 => 108546)


--- trunk/dports/python/py-sexpdata/Portfile	                        (rev 0)
+++ trunk/dports/python/py-sexpdata/Portfile	2013-07-26 00:21:00 UTC (rev 108546)
@@ -0,0 +1,25 @@
+# -*- 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        tkf sexpdata 0.0.3 v
+name                py-sexpdata
+platforms           darwin
+supported_archs     noarch
+license             BSD
+maintainers         nomaintainer
+description         S-expression parser for Python
+long_description    sexpdata is a simple S-expression parser/serializer. \
+It has simple load and dump functions like pickle, json or PyYAML module.
+
+checksums           rmd160  e0efa95d961e29cbae9076b6392b589a0655bc2f \
+                    sha256  c18876855ae71d1881435c30dbad0c8c5eb6bd6c63b56bc4ee171211374e7511
+
+python.versions     26 27 32 33
+
+if {$subport != $name} {
+    livecheck.type       none
+}