Skip to content

Commit

Permalink
py-poetry-plugin-export: update to 1.6.0.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
0-wiz-0 committed Nov 7, 2023
1 parent 8ef5814 commit 10edd0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
11 changes: 2 additions & 9 deletions devel/py-poetry-plugin-export/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -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
Expand All @@ -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"
8 changes: 4 additions & 4 deletions devel/py-poetry-plugin-export/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 10edd0e

Please sign in to comment.