File:  [cvs.NetBSD.org] / pkgsrc / net / py-minio / Makefile
Revision 1.25: download - view: text, annotated - select for diffs
Mon Nov 4 12:27:12 2024 UTC (6 months, 1 week ago) by adam
Branches: MAIN
CVS tags: HEAD
py-minio: updated to 7.2.10

7.2.10

fix: token type retrieved in WebIdentity provider
docs(example): Avoid UnboundLocalError for get_object when exception
add presigned range GET test
fix SnowballObject typing

# $NetBSD: Makefile,v 1.25 2024/11/04 12:27:12 adam Exp $

DISTNAME=	minio-7.2.10
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	net python
MASTER_SITES=	${MASTER_SITE_PYPI:=m/minio/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/minio/minio-py
COMMENT=	MinIO Python SDK for Amazon S3 Compatible Cloud Storage
LICENSE=	apache-2.0

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+=	${PYPKGPREFIX}-argon2-cffi-[0-9]*:../../security/py-argon2-cffi
DEPENDS+=	${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
DEPENDS+=	${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome
DEPENDS+=	${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
DEPENDS+=	${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3

USE_LANGUAGES=	# none

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

CVSweb <webmaster@jp.NetBSD.org>