Date: Tue, 05 May 2026 13:59:35 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 37d7a87dd932 - main - devel/py-poetry: Update to 2.4.0 Message-ID: <69f9f7c7.4403e.16015db0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=37d7a87dd932afe8b55c152f2dcf887f7d637d8b commit 37d7a87dd932afe8b55c152f2dcf887f7d637d8b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-05 13:56:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-05 13:56:28 +0000 devel/py-poetry: Update to 2.4.0 Changes: https://github.com/python-poetry/poetry/releases https://python-poetry.org/history/ --- devel/py-poetry/Makefile | 7 +++---- devel/py-poetry/distinfo | 6 +++--- devel/py-poetry/files/patch-pyproject.toml | 20 -------------------- 3 files changed, 6 insertions(+), 27 deletions(-) diff --git a/devel/py-poetry/Makefile b/devel/py-poetry/Makefile index 51efbbac4c2b..fca3b36dd82f 100644 --- a/devel/py-poetry/Makefile +++ b/devel/py-poetry/Makefile @@ -1,6 +1,5 @@ PORTNAME= poetry -PORTVERSION= 2.3.4 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/python-poetry/poetry/releases/download/${PORTVERSION}/ @@ -21,13 +20,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=1.2.1<2.0.0:devel/py-build@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}dulwich>=0.25.0<2:devel/py-dulwich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fastjsonschema>=2.18.0<3.0.0:devel/py-fastjsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}findpython>=0.6.2<0.9.0:devel/py-findpython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}installer>=0.7.0:devel/py-installer@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}installer>=1.0.0<2.0.0:devel/py-installer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>=25.1.0,1<26.0.0,1:security/py-keyring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=24.2:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbs-installer>=2025.6.10:devel/py-pbs-installer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pkginfo>=1.12<2.0:sysutils/py-pkginfo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>=3.0.0<5:devel/py-platformdirs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}poetry-core>=${PORTVERSION:R}.2<${PORTVERSION:R}.2_99:devel/py-poetry-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}poetry-core>=${PORTVERSION}<${PORTVERSION}_99:devel/py-poetry-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproject-hooks>=1.0.0<2.0.0:devel/py-pyproject-hooks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.26<3.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=1.0.0<2.0.0:www/py-requests-toolbelt@${PY_FLAVOR} \ diff --git a/devel/py-poetry/distinfo b/devel/py-poetry/distinfo index 79b612051ce8..35afbc4ab8eb 100644 --- a/devel/py-poetry/distinfo +++ b/devel/py-poetry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777252708 -SHA256 (poetry-2.3.4.tar.gz) = b293572d366569360c79d7caa6980c9b404d2b89530ed451a5b4570d248de3af -SIZE (poetry-2.3.4.tar.gz) = 3467967 +TIMESTAMP = 1777906351 +SHA256 (poetry-2.4.0.tar.gz) = 5e343ed7e71cdf1c7b5b5a7c6194a8b85e1700d3ae905ef0d22f6d021b49f2bc +SIZE (poetry-2.4.0.tar.gz) = 3281715 diff --git a/devel/py-poetry/files/patch-pyproject.toml b/devel/py-poetry/files/patch-pyproject.toml deleted file mode 100644 index 12e70c5a585e..000000000000 --- a/devel/py-poetry/files/patch-pyproject.toml +++ /dev/null @@ -1,20 +0,0 @@ ---- pyproject.toml.orig 1970-01-01 00:00:00 UTC -+++ pyproject.toml -@@ -10,7 +10,7 @@ dependencies = [ - "cleo (>=2.1.0,<3.0.0)", - "dulwich (>=0.25.0,<2)", - "fastjsonschema (>=2.18.0,<3.0.0)", -- "installer (>=0.7.0,<0.8.0)", -+ "installer (>=0.7.0)", - "keyring (>=25.1.0,<26.0.0)", - # packaging uses calver, so version is unclamped - "packaging (>=24.2)", # PEP 639 support was added in 24.2 -@@ -26,7 +26,7 @@ dependencies = [ - "trove-classifiers (>=2022.5.19)", - "virtualenv (>=20.26.6)", - "xattr (>=1.0.0,<2.0.0) ; sys_platform == 'darwin'", -- "findpython (>=0.6.2,<0.8.0)", -+ "findpython (>=0.6.2,<0.9.0)", - # pbs-installer uses calver, so version is unclamped - "pbs-installer[download,install] (>=2025.6.10)", - ]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f9f7c7.4403e.16015db0>
