Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2026 05:31:08 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6d98802083e4 - main - devel/py-poetry-plugin-export: update 1.=?utf-8?Q?8.0 =E2=86=92?= 1.10.0
Message-ID:  <6a2b999c.425cc.402fa668@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d98802083e4afd65a1f19ff570f2a0e0d591bd8

commit 6d98802083e4afd65a1f19ff570f2a0e0d591bd8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-12 03:37:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-12 05:30:37 +0000

    devel/py-poetry-plugin-export: update 1.8.0 → 1.10.0
---
 devel/py-poetry-plugin-export/Makefile | 11 ++++++++---
 devel/py-poetry-plugin-export/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/devel/py-poetry-plugin-export/Makefile b/devel/py-poetry-plugin-export/Makefile
index bdc3fdfac68b..f6b2b6982d3b 100644
--- a/devel/py-poetry-plugin-export/Makefile
+++ b/devel/py-poetry-plugin-export/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	poetry-plugin-export
-DISTVERSION=	1.8.0
+DISTVERSION=	1.10.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,12 @@ WWW=		https://python-poetry.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.7.0:devel/py-poetry-core@${PY_FLAVOR}
+PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=2.1.0:devel/py-poetry-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tomlkit>=0.11.4:textproc/py-tomlkit@${PY_FLAVOR}
 BUILD_DEPENDS=	${PY_DEPENDS}
 RUN_DEPENDS=	${PY_DEPENDS}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mypy>=0.971:devel/py-mypy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}poetry>=1.5.0:devel/py-poetry@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}poetry>=2.1.0:devel/py-poetry@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-randomly>0:devel/py-pytest-randomly@${PY_FLAVOR} \
@@ -28,4 +29,8 @@ USE_PYTHON=	pep517 concurrent autoplist pytest # 1 test fails, see https://githu
 
 NO_ARCH=	yes
 
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+
+# tests as of 1.10.0: 211 passed, 2 failed in 18.13s
+
 .include <bsd.port.mk>
diff --git a/devel/py-poetry-plugin-export/distinfo b/devel/py-poetry-plugin-export/distinfo
index b59f67c30fbd..69d2e060b25e 100644
--- a/devel/py-poetry-plugin-export/distinfo
+++ b/devel/py-poetry-plugin-export/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1715494962
-SHA256 (poetry_plugin_export-1.8.0.tar.gz) = 1fa6168a85d59395d835ca564bc19862a7c76061e60c3e7dfaec70d50937fc61
-SIZE (poetry_plugin_export-1.8.0.tar.gz) = 29840
+TIMESTAMP = 1781233669
+SHA256 (poetry_plugin_export-1.10.0.tar.gz) = 26ef9df924cd874a825d92d6bc01a5a869a4a28d2f2ebba61d3b5b19c60120f0
+SIZE (poetry_plugin_export-1.10.0.tar.gz) = 36849


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2b999c.425cc.402fa668>