Commits
Andrey Stromnov authored 8b71f43bdfa
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-yaml |
7 7 | license MIT |
8 8 | version 3.13 |
9 9 | categories-append devel |
10 10 | platforms darwin |
11 - | maintainers nomaintainer |
11 + | maintainers {stromnov @stromnov} openmaintainer |
12 12 | |
13 13 | description YAML 1.1 parser and emitter for Python |
14 14 | long_description PyYAML is a YAML parser and emitter for Python, which \ |
15 15 | supports YAML 1.1, unicode input and output, low-level \ |
16 16 | event-based parser and emitter API, high-level API for \ |
17 17 | serializing and deserializing native Python objects. |
18 18 | homepage http://pyyaml.org/wiki/PyYAML |
19 19 | |
20 20 | master_sites http://pyyaml.org/download/pyyaml |
21 21 | distname PyYAML-${version} |