File:  [cvs.NetBSD.org] / pkgsrc / finance / py-braintree / Makefile
Revision 1.54: download - view: text, annotated - select for diffs
Thu Mar 7 16:51:04 2024 UTC (11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
py-braintree: updated to 4.27.0

4.27.0

Add UnderReview status to Dispute
Add DisputeUnderReview to WebhookNotification.Kind

# $NetBSD: Makefile,v 1.54 2024/03/07 16:51:04 adam Exp $

DISTNAME=	braintree-4.27.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	finance python
MASTER_SITES=	${MASTER_SITE_PYPI:=b/braintree/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/braintree/braintree_python
COMMENT=	Braintree Python Library
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+=	${PYPKGPREFIX}-requests>=0.11.1:../../devel/py-requests

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27

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

CVSweb <webmaster@jp.NetBSD.org>