pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-yaml Import textproc/py-yaml. From DESCR:
details: https://anonhg.NetBSD.org/pkgsrc/rev/3e85e0143b06
branches: trunk
changeset: 516961:3e85e0143b06
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Aug 02 10:05:35 2006 +0000
description:
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.
diffstat:
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(+), 0 deletions(-)
diffs (99 lines):
diff -r c816a5da8cb5 -r 3e85e0143b06 textproc/py-yaml/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-yaml/DESCR Wed Aug 02 10:05:35 2006 +0000
@@ -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 -r c816a5da8cb5 -r 3e85e0143b06 textproc/py-yaml/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-yaml/Makefile Wed Aug 02 10:05:35 2006 +0000
@@ -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@localhost
+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 -r c816a5da8cb5 -r 3e85e0143b06 textproc/py-yaml/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-yaml/PLIST Wed Aug 02 10:05:35 2006 +0000
@@ -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 -r c816a5da8cb5 -r 3e85e0143b06 textproc/py-yaml/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-yaml/distinfo Wed Aug 02 10:05:35 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index