Date: Tue, 27 Jan 2026 01:07:06 +0000 From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a30de08e649f - main - sysutils/py-ansible-core*: Update py-wheel dependency as in ports Message-ID: <69780fba.20190.493ba933@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a30de08e649fa8eb470f0dfe38f72fc77bd6d3ef commit a30de08e649fa8eb470f0dfe38f72fc77bd6d3ef Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2026-01-27 00:56:42 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2026-01-27 01:06:50 +0000 sysutils/py-ansible-core*: Update py-wheel dependency as in ports Update the pyproject.toml file to accept the py-wheel provided by ports. PR: 292723 --- sysutils/py-ansible-core/Makefile | 1 + sysutils/py-ansible-core/files/patch-pyproject.toml | 2 +- sysutils/py-ansible-core219/Makefile | 1 + sysutils/py-ansible-core219/files/patch-pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/py-ansible-core/Makefile b/sysutils/py-ansible-core/Makefile index 19f7fa302abb..3250719362c3 100644 --- a/sysutils/py-ansible-core/Makefile +++ b/sysutils/py-ansible-core/Makefile @@ -1,5 +1,6 @@ PORTNAME= ansible-core DISTVERSION= 2.18.7 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-ansible-core/files/patch-pyproject.toml b/sysutils/py-ansible-core/files/patch-pyproject.toml index 4db56a4c7bc9..4063274658d5 100644 --- a/sysutils/py-ansible-core/files/patch-pyproject.toml +++ b/sysutils/py-ansible-core/files/patch-pyproject.toml @@ -3,7 +3,7 @@ @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 66.1.0, <= 80.9.0", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release -+requires = ["setuptools >= 63.1.0, <= 80.9.0", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release ++requires = ["setuptools >= 63.1.0, <= 80.9.0", "wheel >= 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release build-backend = "setuptools.build_meta" [project] diff --git a/sysutils/py-ansible-core219/Makefile b/sysutils/py-ansible-core219/Makefile index 54217c4ffc85..4cd3a8da7154 100644 --- a/sysutils/py-ansible-core219/Makefile +++ b/sysutils/py-ansible-core219/Makefile @@ -1,5 +1,6 @@ PORTNAME= ansible-core DISTVERSION= 2.19.1 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-ansible-core219/files/patch-pyproject.toml b/sysutils/py-ansible-core219/files/patch-pyproject.toml index 4db56a4c7bc9..4063274658d5 100644 --- a/sysutils/py-ansible-core219/files/patch-pyproject.toml +++ b/sysutils/py-ansible-core219/files/patch-pyproject.toml @@ -3,7 +3,7 @@ @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 66.1.0, <= 80.9.0", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release -+requires = ["setuptools >= 63.1.0, <= 80.9.0", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release ++requires = ["setuptools >= 63.1.0, <= 80.9.0", "wheel >= 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release build-backend = "setuptools.build_meta" [project]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69780fba.20190.493ba933>
