New package: pyyaml-3.10.
This commit is contained in:
parent
076304c3ab
commit
b22d9c9434
2 changed files with 37 additions and 0 deletions
4
srcpkgs/pyyaml/pyyaml.rshlibs
Normal file
4
srcpkgs/pyyaml/pyyaml.rshlibs
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
libyaml-0.so.2
|
||||||
|
libpython2.7.so.1.0
|
||||||
|
libpthread.so.0
|
||||||
|
libc.so.6
|
33
srcpkgs/pyyaml/template
Normal file
33
srcpkgs/pyyaml/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'pyyaml'
|
||||||
|
pkgname=pyyaml
|
||||||
|
version=3.10
|
||||||
|
revision=1
|
||||||
|
wrksrc="PyYAML-${version}"
|
||||||
|
distfiles="http://${pkgname}.org/download/${pkgname}/PyYAML-${version}.tar.gz"
|
||||||
|
build_style=python-module
|
||||||
|
fulldepends="python"
|
||||||
|
makedepends="libyaml-devel"
|
||||||
|
short_desc="YAML parser and emitter for Python."
|
||||||
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
homepage="http://pyyaml.org/wiki/PyYAML"
|
||||||
|
license="MIT"
|
||||||
|
checksum=e713da45c96ca53a3a8b48140d4120374db622df16ab71759c9ceb5b8d46fe7c
|
||||||
|
long_desc="
|
||||||
|
PyYAML is a YAML parser and emitter for the Python programming language.
|
||||||
|
|
||||||
|
PyYAML features:
|
||||||
|
|
||||||
|
- a complete YAML 1.1 parser. In particular, PyYAML can parse all examples
|
||||||
|
from the specification. The parsing algorithm is simple enough to be a
|
||||||
|
reference for YAML parser implementors.
|
||||||
|
- Unicode support including UTF-8/UTF-16 input/output and escape sequences.
|
||||||
|
- low-level event-based parser and emitter API (like SAX).
|
||||||
|
- high-level API for serializing and deserializing native Python objects (like
|
||||||
|
DOM or pickle).
|
||||||
|
- support for all types from the YAML types repository. A simple extension API
|
||||||
|
is provided.
|
||||||
|
- both pure-Python and fast LibYAML-based parsers and emitters.
|
||||||
|
- relatively sensible error messages."
|
||||||
|
|
||||||
|
pycompile_module="pyyaml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue