# -*- 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        tkf sexpdata 0.0.3 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                py-sexpdata
platforms           {darwin any}
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 \
                    size    13109

python.versions     27 35 36

if {${name} ne ${subport}} {
    livecheck.type       none
}
