diff options
Diffstat (limited to 'devel/py-moreorless/Makefile')
-rw-r--r-- | devel/py-moreorless/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-moreorless/Makefile b/devel/py-moreorless/Makefile index 305aca8ce6a1..00993857b8f4 100644 --- a/devel/py-moreorless/Makefile +++ b/devel/py-moreorless/Makefile @@ -1,5 +1,5 @@ PORTNAME= moreorless -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,8 @@ WWW= https://github.com/thatch/moreorless LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=38.3.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} |