diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2025-05-25 18:09:09 +0200 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2025-05-25 18:11:15 +0200 |
commit | 11ffe6b2144df04ce1e35fb7be5ce91e36964304 (patch) | |
tree | d645f4e41372189213a34b0e913dfe67abcab363 | |
parent | net-mgmt/unifi8: Mark deprecated and set expiration date (diff) |
devel/py-ttkbootstrap: Update to 1.13.8
- Convert port to use pep517
Release changes: https://github.com/israel-dryer/ttkbootstrap/releases/tag/v1.13.8
Reported by: Israel Dryer <notifications@github.com>
-rw-r--r-- | devel/py-ttkbootstrap/Makefile | 8 | ||||
-rw-r--r-- | devel/py-ttkbootstrap/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/py-ttkbootstrap/Makefile b/devel/py-ttkbootstrap/Makefile index 3b84392e115a..907e1994f208 100644 --- a/devel/py-ttkbootstrap/Makefile +++ b/devel/py-ttkbootstrap/Makefile @@ -1,6 +1,6 @@ PORTNAME= ttkbootstrap -DISTVERSION= 1.10.1 -PORTREVISION= 1 +DISTVERSION= 1.13.8 +PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -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 diff --git a/devel/py-ttkbootstrap/distinfo b/devel/py-ttkbootstrap/distinfo index e56e921745b7..88a0a90e09f4 100644 --- a/devel/py-ttkbootstrap/distinfo +++ b/devel/py-ttkbootstrap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673970512 -SHA256 (ttkbootstrap-1.10.1.tar.gz) = 53925525c4104f9e345627500dced2d0392ad74324b2a81467aaee3ffbe1a474 -SIZE (ttkbootstrap-1.10.1.tar.gz) = 125360 +TIMESTAMP = 1748163142 +SHA256 (ttkbootstrap-1.13.8.tar.gz) = 5352f12d529459cbd891aa07c31dc85288a1086fc379b9f663b628bd8eff6b3d +SIZE (ttkbootstrap-1.13.8.tar.gz) = 135987 |