head	1.3;
access;
symbols
	pkgsrc-2026Q2:1.3.0.6
	pkgsrc-2026Q2-base:1.3
	pkgsrc-2026Q1:1.3.0.4
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.2
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.2.0.8
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.6
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.4
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.2
	pkgsrc-2024Q4-base:1.2;
locks; strict;
comment	@# @;


1.3
date	2025.09.28.18.59.36;	author wiz;	state Exp;
branches;
next	1.2;
commitid	k5HoBlOORBLoTvcG;

1.2
date	2024.10.26.19.07.22;	author schmonz;	state Exp;
branches;
next	1.1;
commitid	xfJA7yGz5P4BLcvF;

1.1
date	2024.10.26.02.50.29;	author schmonz;	state Exp;
branches;
next	;
commitid	LgrSvS02SklEm7vF;


desc
@@


1.3
log
@py-aws-error-utils: fix for poetry-core changes

Bump PKGREVISION.
@
text
@# $NetBSD: Makefile,v 1.2 2024/10/26 19:07:22 schmonz 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/}

MAINTAINER=	schmonz@@NetBSD.org
HOMEPAGE=	https://github.com/benkehoe/aws-error-utils
COMMENT=	Error-handling functions for boto3/botocore
LICENSE=	apache-2.0

TOOL_DEPENDS+=	${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
DEPENDS+=	${PYPKGPREFIX}-botocore-[0-9]*:../../net/py-botocore

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.2
log
@py-aws-error-utils: no need to exclude python 2.7.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2024/10/26 02:50:29 schmonz Exp $
d5 1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
@


1.1
log
@Add py-aws-error-utils: Error-handling functions for boto3/botocore

All AWS service exceptions are raised by boto3 as a
botocore.exceptions.ClientError, with the contents of the exception
indicating what kind of exception happened. This is not very pythonic,
and the contents themselves are rather opaque, most being held in dicts
rather than as properties. The functions in this package help dealing
with that, to make your code less verbose and require less memorization
of ClientError contents.
@
text
@d1 1
a1 1
# $NetBSD$
a17 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@

