pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-aws-error-utils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 18:59:36 UTC 2025

Modified Files:
        pkgsrc/devel/py-aws-error-utils: Makefile PLIST

Log Message:
py-aws-error-utils: fix for poetry-core changes

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-aws-error-utils/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-aws-error-utils/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-aws-error-utils/Makefile
diff -u pkgsrc/devel/py-aws-error-utils/Makefile:1.2 pkgsrc/devel/py-aws-error-utils/Makefile:1.3
--- pkgsrc/devel/py-aws-error-utils/Makefile:1.2        Sat Oct 26 19:07:22 2024
+++ pkgsrc/devel/py-aws-error-utils/Makefile    Sun Sep 28 18:59:36 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2024/10/26 19:07:22 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2025/09/28 18:59:36 wiz Exp $
 
 DISTNAME=      aws_error_utils-2.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aws_error_utils/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/benkehoe/aw
 COMMENT=       Error-handling functions for boto3/botocore
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-botocore-[0-9]*:../../net/py-botocore
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-aws-error-utils/PLIST
diff -u pkgsrc/devel/py-aws-error-utils/PLIST:1.1 pkgsrc/devel/py-aws-error-utils/PLIST:1.2
--- pkgsrc/devel/py-aws-error-utils/PLIST:1.1   Sat Oct 26 02:50:29 2024
+++ pkgsrc/devel/py-aws-error-utils/PLIST       Sun Sep 28 18:59:36 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2024/10/26 02:50:29 schmonz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.2 2025/09/28 18:59:36 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/aws_error_utils/__init__.py
 ${PYSITELIB}/aws_error_utils/__init__.pyc
 ${PYSITELIB}/aws_error_utils/__init__.pyo



Home | Main Index | Thread Index | Old Index