pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-poetry-plugin-export



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov  7 09:27:36 UTC 2023

Modified Files:
        pkgsrc/devel/py-poetry-plugin-export: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-poetry-plugin-export/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-poetry-plugin-export/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-poetry-plugin-export/Makefile
diff -u pkgsrc/devel/py-poetry-plugin-export/Makefile:1.7 pkgsrc/devel/py-poetry-plugin-export/Makefile:1.8
--- pkgsrc/devel/py-poetry-plugin-export/Makefile:1.7   Sat Oct 28 19:57:05 2023
+++ pkgsrc/devel/py-poetry-plugin-export/Makefile       Tue Nov  7 09:27:36 2023
@@ -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"

Index: pkgsrc/devel/py-poetry-plugin-export/distinfo
diff -u pkgsrc/devel/py-poetry-plugin-export/distinfo:1.3 pkgsrc/devel/py-poetry-plugin-export/distinfo:1.4
--- pkgsrc/devel/py-poetry-plugin-export/distinfo:1.3   Sat Aug 26 14:41:57 2023
+++ pkgsrc/devel/py-poetry-plugin-export/distinfo       Tue Nov  7 09:27:36 2023
@@ -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



Home | Main Index | Thread Index | Old Index