Skip to content

Commit

Permalink
sysutils/py-director: Update to 0.4.0
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
DtxdF authored and lwhsu committed Sep 28, 2023
1 parent c73b2dc commit a9234e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions sysutils/py-director/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= director
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.1
DISTVERSION= 0.4.0
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions sysutils/py-director/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a9234e9

Please sign in to comment.