# -*- 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: Portfile 119284 2014-04-22 09:55:58Z stromnov@macports.org $
PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        irmen Serpent 1.5 v

name                py-serpent

categories-append   print

platforms           darwin
supported_archs     noarch
license             MIT
maintainers         fusion.gat.com:smithsp openmaintainer
description         Serialization based on ast.literal_eval
long_description    \
    Serpent is a simple serialization library based on ast.literal_eval.  \
    Because it only serializes literals and recreates the objects using \
    ast.literal_eval(), the serialized data is safe to transport to other \
    machines (over the network for instance) and de-serialize it there.

checksums           rmd160  d4ccf2a9cb5b11a12589ae76beb5684011f48164 \
                    sha256  233b61166ce4e6c1fc2b91e1e20f1cf89ca1101d60cbd89f9fd0561b4198d490

python.versions     26 27 31 32 33 34

if {${name} ne ${subport}} {
    depends_build-append port:py${python.version}-setuptools
    livecheck.type       none
}
