From 922cc0c756ab157d59ace1276d9000a20b9978a7 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 2 Aug 2006 10:05:35 +0000 Subject: Import textproc/py-yaml. From DESCR: YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow to represent an arbitrary Python object. PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistance. --- textproc/py-yaml/DESCR | 11 +++++++++++ textproc/py-yaml/Makefile | 17 ++++++++++++++++ textproc/py-yaml/PLIST | 50 +++++++++++++++++++++++++++++++++++++++++++++++ textproc/py-yaml/distinfo | 5 +++++ 4 files changed, 83 insertions(+) create mode 100644 textproc/py-yaml/DESCR create mode 100644 textproc/py-yaml/Makefile create mode 100644 textproc/py-yaml/PLIST create mode 100644 textproc/py-yaml/distinfo (limited to 'textproc') diff --git a/textproc/py-yaml/DESCR b/textproc/py-yaml/DESCR new file mode 100644 index 00000000000..b489f7b17e5 --- /dev/null +++ b/textproc/py-yaml/DESCR @@ -0,0 +1,11 @@ +YAML is a data serialization format designed for human readability and +interaction with scripting languages. PyYAML is a YAML parser and +emitter for Python. + +PyYAML features a complete YAML 1.1 parser, Unicode support, pickle +support, capable extension API, and sensible error messages. PyYAML +supports standard YAML tags and provides Python-specific tags that allow +to represent an arbitrary Python object. + +PyYAML is applicable for a broad range of tasks from complex +configuration files to object serialization and persistance. diff --git a/textproc/py-yaml/Makefile b/textproc/py-yaml/Makefile new file mode 100644 index 00000000000..610d200d655 --- /dev/null +++ b/textproc/py-yaml/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/08/02 10:05:35 joerg Exp $ +# + +DISTNAME= PyYAML-3.03 +PKGNAME= ${PYPKGPREFIX}-yaml-3.03 +CATEGORIES= textproc python +MASTER_SITES= http://pyyaml.org/download/pyyaml/ + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://www.pyyaml.org/ +COMMENT= Collection of libraries to process YAML with Python + +PYDISTUTILSPKG= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-yaml/PLIST b/textproc/py-yaml/PLIST new file mode 100644 index 00000000000..4a5ea7aafe3 --- /dev/null +++ b/textproc/py-yaml/PLIST @@ -0,0 +1,50 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/02 10:05:35 joerg Exp $ +${PYSITELIB}/yaml/__init__.py +${PYSITELIB}/yaml/__init__.pyc +${PYSITELIB}/yaml/__init__.pyo +${PYSITELIB}/yaml/composer.py +${PYSITELIB}/yaml/composer.pyc +${PYSITELIB}/yaml/composer.pyo +${PYSITELIB}/yaml/constructor.py +${PYSITELIB}/yaml/constructor.pyc +${PYSITELIB}/yaml/constructor.pyo +${PYSITELIB}/yaml/dumper.py +${PYSITELIB}/yaml/dumper.pyc +${PYSITELIB}/yaml/dumper.pyo +${PYSITELIB}/yaml/emitter.py +${PYSITELIB}/yaml/emitter.pyc +${PYSITELIB}/yaml/emitter.pyo +${PYSITELIB}/yaml/error.py +${PYSITELIB}/yaml/error.pyc +${PYSITELIB}/yaml/error.pyo +${PYSITELIB}/yaml/events.py +${PYSITELIB}/yaml/events.pyc +${PYSITELIB}/yaml/events.pyo +${PYSITELIB}/yaml/loader.py +${PYSITELIB}/yaml/loader.pyc +${PYSITELIB}/yaml/loader.pyo +${PYSITELIB}/yaml/nodes.py +${PYSITELIB}/yaml/nodes.pyc +${PYSITELIB}/yaml/nodes.pyo +${PYSITELIB}/yaml/parser.py +${PYSITELIB}/yaml/parser.pyc +${PYSITELIB}/yaml/parser.pyo +${PYSITELIB}/yaml/reader.py +${PYSITELIB}/yaml/reader.pyc +${PYSITELIB}/yaml/reader.pyo +${PYSITELIB}/yaml/representer.py +${PYSITELIB}/yaml/representer.pyc +${PYSITELIB}/yaml/representer.pyo +${PYSITELIB}/yaml/resolver.py +${PYSITELIB}/yaml/resolver.pyc +${PYSITELIB}/yaml/resolver.pyo +${PYSITELIB}/yaml/scanner.py +${PYSITELIB}/yaml/scanner.pyc +${PYSITELIB}/yaml/scanner.pyo +${PYSITELIB}/yaml/serializer.py +${PYSITELIB}/yaml/serializer.pyc +${PYSITELIB}/yaml/serializer.pyo +${PYSITELIB}/yaml/tokens.py +${PYSITELIB}/yaml/tokens.pyc +${PYSITELIB}/yaml/tokens.pyo +@dirrm ${PYSITELIB}/yaml diff --git a/textproc/py-yaml/distinfo b/textproc/py-yaml/distinfo new file mode 100644 index 00000000000..a7633f865e1 --- /dev/null +++ b/textproc/py-yaml/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/08/02 10:05:35 joerg Exp $ + +SHA1 (PyYAML-3.03.tar.gz) = 96f04c728f2e49719ece50411f9299179c55bd82 +RMD160 (PyYAML-3.03.tar.gz) = de71ece89648c22bf9ddc4fe1d70475507840f3d +Size (PyYAML-3.03.tar.gz) = 38830 bytes -- cgit v1.2.3