Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 May 2026 21:37:49 +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: 6205cc112bcd - main - devel/py-poetry: Allow build with py-findpython 0.8.0+
Message-ID:  <69f66ead.19e71.47fabe62@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=6205cc112bcdd8e9dd4578caf9634d9977110eaf

commit 6205cc112bcdd8e9dd4578caf9634d9977110eaf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-02 21:27:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-02 21:27:54 +0000

    devel/py-poetry: Allow build with py-findpython 0.8.0+
    
    - Bump PORTREVISION for package change
---
 devel/py-poetry/Makefile                   | 3 ++-
 devel/py-poetry/files/patch-pyproject.toml | 9 +++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/devel/py-poetry/Makefile b/devel/py-poetry/Makefile
index 5e9342000c3c..51efbbac4c2b 100644
--- a/devel/py-poetry/Makefile
+++ b/devel/py-poetry/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	poetry
 PORTVERSION=	2.3.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/python-poetry/poetry/releases/download/${PORTVERSION}/
@@ -19,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}build>=1.2.1<2.0.0:devel/py-build@${PY_FLAVO
 		${PYTHON_PKGNAMEPREFIX}cleo>=2.1.0<3.0.0:devel/py-cleo@${PY_FLAVOR} \
 		${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.8.0:devel/py-findpython@${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}keyring>=25.1.0,1<26.0.0,1:security/py-keyring@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=24.2:devel/py-packaging@${PY_FLAVOR} \
diff --git a/devel/py-poetry/files/patch-pyproject.toml b/devel/py-poetry/files/patch-pyproject.toml
index fdfefdf0ec3a..12e70c5a585e 100644
--- a/devel/py-poetry/files/patch-pyproject.toml
+++ b/devel/py-poetry/files/patch-pyproject.toml
@@ -9,3 +9,12 @@
      "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?69f66ead.19e71.47fabe62>