Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2021 20:34:11 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c71c5b210be3 - main - devel/py-pyyaml_env_tag: Add py-pyyaml_env_tag 0.1
Message-ID:  <202109272034.18RKYB4s009677@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c71c5b210be30c1e802476b2499f82169715e439

commit c71c5b210be30c1e802476b2499f82169715e439
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-27 20:33:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-27 20:33:33 +0000

    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
---
 devel/Makefile                    |  1 +
 devel/py-pyyaml_env_tag/Makefile  | 22 ++++++++++++++++++++++
 devel/py-pyyaml_env_tag/distinfo  |  3 +++
 devel/py-pyyaml_env_tag/pkg-descr |  4 ++++
 4 files changed, 30 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109272034.18RKYB4s009677>