devel/py-pyyaml_env_tag: Add py-pyyaml_env_tag 0.1

pyyaml_env_tag is a custom YAML tag for referencing environment variables in
YAML files.

WWW: https://github.com/waylan/pyyaml-env-tag
This commit is contained in:
Po-Chuan Hsieh
2021-09-28 04:33:33 +08:00
parent c4b81619d4
commit c71c5b210b
4 changed files with 30 additions and 0 deletions

View File

@@ -5086,6 +5086,7 @@
SUBDIR += py-pyxb
SUBDIR += py-pyyaml-env-tag
SUBDIR += py-pyyaml-include
SUBDIR += py-pyyaml_env_tag
SUBDIR += py-pyzipper
SUBDIR += py-q
SUBDIR += py-qasync

View File

@@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pyyaml_env_tag
PORTVERSION= 0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Custom YAML tag for referencing environment variables in YAML files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1632773095
SHA256 (pyyaml_env_tag-0.1.tar.gz) = 70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb
SIZE (pyyaml_env_tag-0.1.tar.gz) = 5631

View File

@@ -0,0 +1,4 @@
pyyaml_env_tag is a custom YAML tag for referencing environment variables in
YAML files.
WWW: https://github.com/waylan/pyyaml-env-tag