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:
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
|
@ -4925,6 +4925,7 @@
|
||||||
SUBDIR += py-pyvisa-py
|
SUBDIR += py-pyvisa-py
|
||||||
SUBDIR += py-pyxb
|
SUBDIR += py-pyxb
|
||||||
SUBDIR += py-pyxml2obj
|
SUBDIR += py-pyxml2obj
|
||||||
|
SUBDIR += py-pyyaml-include
|
||||||
SUBDIR += py-q
|
SUBDIR += py-q
|
||||||
SUBDIR += py-qpid
|
SUBDIR += py-qpid
|
||||||
SUBDIR += py-qserve
|
SUBDIR += py-qserve
|
||||||
|
|
27
devel/py-pyyaml-include/Makefile
Normal file
27
devel/py-pyyaml-include/Makefile
Normal 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>
|
3
devel/py-pyyaml-include/distinfo
Normal file
3
devel/py-pyyaml-include/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1586366832
|
||||||
|
SHA256 (pyyaml-include-1.2.tar.gz) = 2343c4dad744d3ce907ec50683b29b4383c7c967f142275bdad8ed56d4de9d94
|
||||||
|
SIZE (pyyaml-include-1.2.tar.gz) = 38924
|
4
devel/py-pyyaml-include/pkg-descr
Normal file
4
devel/py-pyyaml-include/pkg-descr
Normal 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
|
Loading…
Reference in a new issue