Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2023 04:05:16 GMT
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: e8f4b218000e - main - =?utf-8?Q?devel/py-poetry-plugin-export:=20Update=201.3.1=20=E2=86=92=201.4.0?=
Message-ID:  <202307060405.36645GgL059072@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit e8f4b218000e678575e55935cc79660e997b75fc
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-06 01:02:09 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-06 04:05:13 +0000

    devel/py-poetry-plugin-export: Update 1.3.1 → 1.4.0
    
    Reported by:    portscout
---
 devel/py-poetry-plugin-export/Makefile | 13 ++++++++++---
 devel/py-poetry-plugin-export/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/devel/py-poetry-plugin-export/Makefile b/devel/py-poetry-plugin-export/Makefile
index 1ec304f17b98..47c7ed159db4 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.3.1
+DISTVERSION=	1.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,12 +12,19 @@ WWW=		https://python-poetry.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.3.0<2.0.0:devel/py-poetry-core@${PY_FLAVOR}
+PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.6.0:devel/py-poetry-core@${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}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} \
+		${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
+# devel/py-poetry is a circular dependency because poetry also depends on poetry-plugin-export. devel/py-poetry was moved to TEST_DEPENDS.
 
 USES=		python
-USE_PYTHON=	pep517 concurrent autoplist pytest
+USE_PYTHON=	pep517 concurrent autoplist pytest # 1 test fails, see https://github.com/python-poetry/poetry-plugin-export/issues/218
 
 NO_ARCH=	yes
 
diff --git a/devel/py-poetry-plugin-export/distinfo b/devel/py-poetry-plugin-export/distinfo
index 8ae3b799f11f..30956e1ca007 100644
--- a/devel/py-poetry-plugin-export/distinfo
+++ b/devel/py-poetry-plugin-export/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681883766
-SHA256 (poetry_plugin_export-1.3.1.tar.gz) = d949742757a8a5f0b5810495bffaf4ed8a767f2e2ffda9887cf72f896deabf84
-SIZE (poetry_plugin_export-1.3.1.tar.gz) = 28141
+TIMESTAMP = 1688604698
+SHA256 (poetry_plugin_export-1.4.0.tar.gz) = f16974cd9f222d4ef640fa97a8d661b04d4fb339e51da93973f1bc9d578e183f
+SIZE (poetry_plugin_export-1.4.0.tar.gz) = 28553



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307060405.36645GgL059072>