summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-08-02 10:05:35 +0000
committerjoerg <joerg@pkgsrc.org>2006-08-02 10:05:35 +0000
commit922cc0c756ab157d59ace1276d9000a20b9978a7 (patch)
tree297eed4a73f773b155db506be82ec1c2c1fced6f /textproc
parenta532efd3df6780e4d4f4828b4e6dc56217842e86 (diff)
downloadpkgsrc-922cc0c756ab157d59ace1276d9000a20b9978a7.tar.gz
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 (limited to 'textproc')
-rw-r--r--textproc/py-yaml/DESCR11
-rw-r--r--textproc/py-yaml/Makefile17
-rw-r--r--textproc/py-yaml/PLIST50
-rw-r--r--textproc/py-yaml/distinfo5
4 files changed, 83 insertions, 0 deletions
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