From 4da42450e92f75685d6887ef24b0c5066093970e Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Jun 2018 20:05:48 +0000 Subject: Add py-pyaml 17.12.1 PyYAML-based python module to produce pretty and readable YAML-serialized data. This module is for serialization only, see ruamel.yaml module for literate YAML parsing (keeping track of comments, spacing, line/column numbers of values, etc). WWW: https://github.com/mk-fg/pretty-yaml --- textproc/py-pyaml/Makefile | 22 ++++++++++++++++++++++ textproc/py-pyaml/distinfo | 3 +++ textproc/py-pyaml/pkg-descr | 7 +++++++ 3 files changed, 32 insertions(+) create mode 100644 textproc/py-pyaml/Makefile create mode 100644 textproc/py-pyaml/distinfo create mode 100644 textproc/py-pyaml/pkg-descr (limited to 'textproc/py-pyaml') diff --git a/textproc/py-pyaml/Makefile b/textproc/py-pyaml/Makefile new file mode 100644 index 000000000000..80640c9a5715 --- /dev/null +++ b/textproc/py-pyaml/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pyaml +PORTVERSION= 17.12.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Produce pretty and readable YAML-serialized data + +LICENSE= WTFPL +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include diff --git a/textproc/py-pyaml/distinfo b/textproc/py-pyaml/distinfo new file mode 100644 index 000000000000..b6dd2202011e --- /dev/null +++ b/textproc/py-pyaml/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1529727949 +SHA256 (pyaml-17.12.1.tar.gz) = 66623c52f34d83a2c0fc963e08e8b9d0c13d88404e3b43b1852ef71eda19afa3 +SIZE (pyaml-17.12.1.tar.gz) = 15780 diff --git a/textproc/py-pyaml/pkg-descr b/textproc/py-pyaml/pkg-descr new file mode 100644 index 000000000000..c1b1142404a4 --- /dev/null +++ b/textproc/py-pyaml/pkg-descr @@ -0,0 +1,7 @@ +PyYAML-based python module to produce pretty and readable YAML-serialized data. + +This module is for serialization only, see ruamel.yaml module for literate YAML +parsing (keeping track of comments, spacing, line/column numbers of values, +etc). + +WWW: https://github.com/mk-fg/pretty-yaml -- cgit v1.2.3