From 10edd0e22834e0cf4f4dc8b4ca767c89a33f5da3 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 7 Nov 2023 09:27:36 +0000 Subject: [PATCH] py-poetry-plugin-export: update to 1.6.0. poetry-plugin-export (^1.6.0) Add an --all-extras option (#241). Fix an issue where git dependencies are exported with the branch name instead of the resolved commit hash (#213). --- devel/py-poetry-plugin-export/Makefile | 11 ++--------- devel/py-poetry-plugin-export/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/devel/py-poetry-plugin-export/Makefile b/devel/py-poetry-plugin-export/Makefile index 7215fd73de38..9b82ae63a220 100644 --- a/devel/py-poetry-plugin-export/Makefile +++ b/devel/py-poetry-plugin-export/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2023/10/28 19:57:05 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2023/11/07 09:27:36 wiz Exp $ -DISTNAME= poetry_plugin_export-1.5.0 +DISTNAME= poetry_plugin_export-1.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/poetry-plugin-export/} @@ -13,7 +12,6 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.6.0:../../devel/py-poetry-core TEST_DEPENDS+= ${PYPKGPREFIX}-poetry>=1.5.0:../../devel/py-poetry -TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.1:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.9:../../devel/py-test-mock TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly>=3.12:../../devel/py-test-randomly @@ -23,10 +21,5 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 38 -# as of 1.4.0 -# 1 failed, 67 passed -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests - .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-poetry-plugin-export/distinfo b/devel/py-poetry-plugin-export/distinfo index 92e2c08d8517..69de8b9598df 100644 --- a/devel/py-poetry-plugin-export/distinfo +++ b/devel/py-poetry-plugin-export/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2023/08/26 14:41:57 adam Exp $ +$NetBSD: distinfo,v 1.4 2023/11/07 09:27:36 wiz Exp $ -BLAKE2s (poetry_plugin_export-1.5.0.tar.gz) = 5187e17f7324f6c1f756fabb1c9baebf606abfc4fdac0a45d78260363ff2d6d9 -SHA512 (poetry_plugin_export-1.5.0.tar.gz) = b8a75e15fe9d13890f058ee3b8e616c24d3914dc69d8bceb6e4288beda0e054061f8ee48e1fd0f2a72973af28ac692b08fb8633ed6706f29386b8a3680947961 -Size (poetry_plugin_export-1.5.0.tar.gz) = 28902 bytes +BLAKE2s (poetry_plugin_export-1.6.0.tar.gz) = 160b3cbc1306ffd271229e7f5725b5b70d304f6f52b9326ef07851094c2006d3 +SHA512 (poetry_plugin_export-1.6.0.tar.gz) = d071f69ace98dbc23a3b129ba7fb30c4e6eac07138f4ee5156c266150f8f025f8b69c61dfadd90d29e1895c70d448fc44a9b5cc502024f00e1657247ed3310bd +Size (poetry_plugin_export-1.6.0.tar.gz) = 29265 bytes