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:           Sun Sep 28 19:35:19 UTC 2025

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

Log Message:
py-poetry-plugin-export: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-poetry-plugin-export/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-poetry-plugin-export/PLIST

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.12 pkgsrc/devel/py-poetry-plugin-export/Makefile:1.13
--- pkgsrc/devel/py-poetry-plugin-export/Makefile:1.12  Mon Jan 13 08:37:36 2025
+++ pkgsrc/devel/py-poetry-plugin-export/Makefile       Sun Sep 28 19:35:19 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2025/01/13 08:37:36 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/09/28 19:35:19 wiz Exp $
 
 DISTNAME=      poetry_plugin_export-1.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/poetry-plugin-export/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://python-poetry.org/
 COMMENT=       Poetry plugin to export the dependencies to various formats
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-poetry-core>=1.7.0:../../devel/py-poetry-core
+DEPENDS+=      ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 TEST_DEPENDS+= ${PYPKGPREFIX}-poetry>=1.8.0:../../devel/py-poetry
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.9:../../devel/py-test-mock

Index: pkgsrc/devel/py-poetry-plugin-export/PLIST
diff -u pkgsrc/devel/py-poetry-plugin-export/PLIST:1.2 pkgsrc/devel/py-poetry-plugin-export/PLIST:1.3
--- pkgsrc/devel/py-poetry-plugin-export/PLIST:1.2      Sat Oct 28 19:57:05 2023
+++ pkgsrc/devel/py-poetry-plugin-export/PLIST  Sun Sep 28 19:35:19 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:05 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/09/28 19:35:19 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/poetry_plugin_export/__init__.py
 ${PYSITELIB}/poetry_plugin_export/__init__.pyc
 ${PYSITELIB}/poetry_plugin_export/__init__.pyo



Home | Main Index | Thread Index | Old Index