diff options
Diffstat (limited to 'textproc/py-youseedee/Makefile')
-rw-r--r-- | textproc/py-youseedee/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-youseedee/Makefile b/textproc/py-youseedee/Makefile index 355de71d6732..0525f406dc08 100644 --- a/textproc/py-youseedee/Makefile +++ b/textproc/py-youseedee/Makefile @@ -1,5 +1,5 @@ PORTNAME= youseedee -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0.4:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}platformdirs>=4.3:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ UCD>=0:textproc/UCD |