# -*- 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

name                py-serpent
version             1.42
revision            0

categories-append   print
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         nomaintainer

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.

homepage            https://github.com/irmen/Serpent

checksums           rmd160  2fd80748b5ec2cb09365de5e63012efee40c92fb \
                    sha256  8ea082b01f8ba07ecd74e34a9118ac4521bc4594938d912b808c89f1da425506 \
                    size    90352

python.versions     27 310 311 312 313 314

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