922cc0c756
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.
17 lines
449 B
Makefile
17 lines
449 B
Makefile
# $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"
|