mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
876 B
Tcl
25 lines
876 B
Tcl
# -*- 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-sexpdata
|
|
version 1.0.2
|
|
revision 0
|
|
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.
|
|
|
|
homepage https://sexpdata.readthedocs.io/en/latest/
|
|
|
|
checksums rmd160 c1ec3fb5a40fa43502d4131036ae38cb8289057b \
|
|
sha256 92b67b0361f6766f8f9e44b9519cf3fbcfafa755db85bbf893c3e1cf4ddac109 \
|
|
size 8906
|
|
|
|
python.versions 312
|
|
|