Date: Fri, 26 Jun 2026 19:01:43 +0000 From: Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bf2e00c61d0f - main - various: Normalize py-wheel dependency Message-ID: <6a3ecc97.430c4.20976a6@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf2e00c61d0f357ac49a61b5e984ea87502e356d commit bf2e00c61d0f357ac49a61b5e984ea87502e356d Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2026-06-26 19:01:09 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2026-06-26 19:01:09 +0000 various: Normalize py-wheel dependency Reviewed by: kai Differential Revision: https://reviews.freebsd.org/D57869 --- databases/py-snowddl/Makefile | 2 +- graphics/py-dj52-sorl-thumbnail/Makefile | 2 +- graphics/py-sorl-thumbnail/Makefile | 2 +- math/py-hmmlearn/Makefile | 2 +- textproc/py-text2digits/Makefile | 2 +- www/py-flask-sphinx-themes/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/databases/py-snowddl/Makefile b/databases/py-snowddl/Makefile index ab4bbbab443d..efdd3ffd1a2d 100644 --- a/databases/py-snowddl/Makefile +++ b/databases/py-snowddl/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${PY_DEPENDS} \ ${PY_SETUPTOOLS} \ - wheel-${PYTHON_VER}:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS} USES= python diff --git a/graphics/py-dj52-sorl-thumbnail/Makefile b/graphics/py-dj52-sorl-thumbnail/Makefile index 7c1b251f12ff..bdc4c9256e91 100644 --- a/graphics/py-dj52-sorl-thumbnail/Makefile +++ b/graphics/py-dj52-sorl-thumbnail/Makefile @@ -17,7 +17,7 @@ EXPIRATION_DATE=2026-06-30 BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR} USES= python diff --git a/graphics/py-sorl-thumbnail/Makefile b/graphics/py-sorl-thumbnail/Makefile index 405667296220..752584723320 100644 --- a/graphics/py-sorl-thumbnail/Makefile +++ b/graphics/py-sorl-thumbnail/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR} USES= python diff --git a/math/py-hmmlearn/Makefile b/math/py-hmmlearn/Makefile index 5fddcc6cd814..350ab866c31c 100644 --- a/math/py-hmmlearn/Makefile +++ b/math/py-hmmlearn/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/hmmlearn/hmmlearn LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= wheel-${PYTHON_VER}:devel/py-wheel@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.3:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.19:science/py-scipy@${PY_FLAVOR} \ diff --git a/textproc/py-text2digits/Makefile b/textproc/py-text2digits/Makefile index cbef92cc779f..e6b4fb7cf6dd 100644 --- a/textproc/py-text2digits/Makefile +++ b/textproc/py-text2digits/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/ShailChoksi/text2digits LICENSE= MIT BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 pytest diff --git a/www/py-flask-sphinx-themes/Makefile b/www/py-flask-sphinx-themes/Makefile index 48e0d4a3e609..58d879364ed3 100644 --- a/www/py-flask-sphinx-themes/Makefile +++ b/www/py-flask-sphinx-themes/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} USES= pythonhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ecc97.430c4.20976a6>
