git: a9234e9c7c80 - main - sysutils/py-director: Update to 0.4.0

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Thu, 28 Sep 2023 04:58:46 UTC
The branch main has been updated by lwhsu:

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

commit a9234e9c7c800693e260eb88316863faad3458a6
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-09-27 12:52:20 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-09-28 04:57:58 +0000

    sysutils/py-director: Update to 0.4.0
    
    * Remove StrictYAML dependency (No longer needed by Director).
    * Add pyaml-env.
    * Add python-dotenv.
    
    ChangeLog: https://github.com/DtxdF/director/releases/tag/v0.4.0
    
    * Added: checks for unknown keys.
    * Added: Convertion of non-string keys and values to strings.
    * Added: differ_options(...) to detect when global options change from the previous one.
    
    PR:             274128
---
 sysutils/py-director/Makefile | 5 +++--
 sysutils/py-director/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/sysutils/py-director/Makefile b/sysutils/py-director/Makefile
index deef404c4f52..6e1ee7e13dd7 100644
--- a/sysutils/py-director/Makefile
+++ b/sysutils/py-director/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	director
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.1
+DISTVERSION=	0.4.0
 CATEGORIES=	sysutils python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -12,7 +12,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}strictyaml>=0:devel/py-strictyaml@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pyaml-env>=0:devel/py-pyaml-env@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-dotenv>=0:www/py-python-dotenv@${PY_FLAVOR}
 
 USES=		python
 USE_GITHUB=	yes
diff --git a/sysutils/py-director/distinfo b/sysutils/py-director/distinfo
index ced7eb9c7ab4..d4f9a45f7e02 100644
--- a/sysutils/py-director/distinfo
+++ b/sysutils/py-director/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692471352
-SHA256 (DtxdF-director-v0.2.1_GH0.tar.gz) = 83d38b8ac63a24157270f4b47a80b45f05febe399a7e3809e097ab944889db42
-SIZE (DtxdF-director-v0.2.1_GH0.tar.gz) = 10938
+TIMESTAMP = 1695818315
+SHA256 (DtxdF-director-v0.4.0_GH0.tar.gz) = cc69deb06415926686184e1f13aedb484d9266fada9df4ebd309320b78f3520f
+SIZE (DtxdF-director-v0.4.0_GH0.tar.gz) = 15974