Add py-pyyaml-include 1.2

pyyaml-include provides an extending constructor of PyYAML: include YAML files
into YAML document.

WWW: https://github.com/tanbro/pyyaml-include
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-04-09 18:55:24 +00:00
parent 3c60b52600
commit c063a29655
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531228
4 changed files with 35 additions and 0 deletions

View file

@ -4925,6 +4925,7 @@
SUBDIR += py-pyvisa-py
SUBDIR += py-pyxb
SUBDIR += py-pyxml2obj
SUBDIR += py-pyyaml-include
SUBDIR += py-q
SUBDIR += py-qpid
SUBDIR += py-qserve

View file

@ -0,0 +1,27 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyyaml-include
PORTVERSION= 1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extending PyYAML with a custom constructor for including YAML files within YAML files
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=0:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.12<6.0:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1586366832
SHA256 (pyyaml-include-1.2.tar.gz) = 2343c4dad744d3ce907ec50683b29b4383c7c967f142275bdad8ed56d4de9d94
SIZE (pyyaml-include-1.2.tar.gz) = 38924

View file

@ -0,0 +1,4 @@
pyyaml-include provides an extending constructor of PyYAML: include YAML files
into YAML document.
WWW: https://github.com/tanbro/pyyaml-include