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:
@@ -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
|
||||
|
||||
22
devel/py-pyyaml_env_tag/Makefile
Normal file
22
devel/py-pyyaml_env_tag/Makefile
Normal 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>
|
||||
3
devel/py-pyyaml_env_tag/distinfo
Normal file
3
devel/py-pyyaml_env_tag/distinfo
Normal 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
|
||||
4
devel/py-pyyaml_env_tag/pkg-descr
Normal file
4
devel/py-pyyaml_env_tag/pkg-descr
Normal 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
|
||||
Reference in New Issue
Block a user