diff options
Diffstat (limited to 'devel/py-ttkbootstrap/Makefile')
-rw-r--r-- | devel/py-ttkbootstrap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/py-ttkbootstrap/Makefile b/devel/py-ttkbootstrap/Makefile index 3b84392e115a..f004a0bc501a 100644 --- a/devel/py-ttkbootstrap/Makefile +++ b/devel/py-ttkbootstrap/Makefile @@ -1,5 +1,5 @@ PORTNAME= ttkbootstrap -DISTVERSION= 1.10.1 +DISTVERSION= 1.14.2 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI @@ -12,10 +12,12 @@ WWW= https://ttkbootstrap.readthedocs.io/en/latest/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0.61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.45.1:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=8.2.0:graphics/py-pillow@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |