summaryrefslogtreecommitdiff
path: root/devel/py-python-easyconfig/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-07-07 16:05:33 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-07-07 16:05:33 +0800
commit1a80ec7c2281900b82b228ee3a7b070c8ca4286e (patch)
tree2e559a47aac23d474a93b5daa1100150e83b1824 /devel/py-python-easyconfig/Makefile
parentlang/nll: update to 20240703a (diff)
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change
Diffstat (limited to 'devel/py-python-easyconfig/Makefile')
-rw-r--r--devel/py-python-easyconfig/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-python-easyconfig/Makefile b/devel/py-python-easyconfig/Makefile
index 5da58fb58a43..28cc47eeb0dc 100644
--- a/devel/py-python-easyconfig/Makefile
+++ b/devel/py-python-easyconfig/Makefile
@@ -1,5 +1,6 @@
PORTNAME= python-easyconfig
PORTVERSION= 0.1.7
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ WWW= https://github.com/RussellLuo/easyconfig
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>3.10:devel/py-yaml@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>3.10:devel/py-pyyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>1.9.0:devel/py-six@${PY_FLAVOR}
USES= python