aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 20:33:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 20:33:33 +0000
commitc71c5b210be30c1e802476b2499f82169715e439 (patch)
tree3773c1d8179e5899b4b1d6f2b3750967a12d51f9
parentc4b81619d42eb1188bad882f1b65bc413aa0a197 (diff)
downloadports-c71c5b210be30c1e802476b2499f82169715e439.tar.gz
ports-c71c5b210be30c1e802476b2499f82169715e439.zip
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
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-pyyaml_env_tag/Makefile22
-rw-r--r--devel/py-pyyaml_env_tag/distinfo3
-rw-r--r--devel/py-pyyaml_env_tag/pkg-descr4
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 8b0858b9249a..76a6bacb63fb 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-pyyaml_env_tag/Makefile b/devel/py-pyyaml_env_tag/Makefile
new file mode 100644
index 000000000000..e20f07c68df5
--- /dev/null
+++ b/devel/py-pyyaml_env_tag/Makefile
@@ -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>
diff --git a/devel/py-pyyaml_env_tag/distinfo b/devel/py-pyyaml_env_tag/distinfo
new file mode 100644
index 000000000000..e93908862181
--- /dev/null
+++ b/devel/py-pyyaml_env_tag/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1632773095
+SHA256 (pyyaml_env_tag-0.1.tar.gz) = 70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb
+SIZE (pyyaml_env_tag-0.1.tar.gz) = 5631
diff --git a/devel/py-pyyaml_env_tag/pkg-descr b/devel/py-pyyaml_env_tag/pkg-descr
new file mode 100644
index 000000000000..b1ef36ff76c1
--- /dev/null
+++ b/devel/py-pyyaml_env_tag/pkg-descr
@@ -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