# -*- 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
PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        irmen Serpent 1.28 serpent-

name                py-serpent

categories-append   print

platforms           darwin
supported_archs     noarch
license             MIT
maintainers         {fusion.gat.com:smithsp @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  adc6ecae3cb6725e30001995bc3218d042a86b2c \
                    sha256  29841f731606dda512b0be5b7ad4d65813099e9eb360495d73e15faf1f5a4563 \
                    size    84530

python.versions     27 35 36 37 38

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