pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-stripe



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 24 07:08:01 UTC 2025

Modified Files:
        pkgsrc/finance/py-stripe: Makefile PLIST

Log Message:
py-stripe: adapt for setuptools 78

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/finance/py-stripe/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/finance/py-stripe/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-stripe/Makefile
diff -u pkgsrc/finance/py-stripe/Makefile:1.75 pkgsrc/finance/py-stripe/Makefile:1.76
--- pkgsrc/finance/py-stripe/Makefile:1.75      Wed Feb 26 10:06:17 2025
+++ pkgsrc/finance/py-stripe/Makefile   Thu Apr 24 07:08:01 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.75 2025/02/26 10:06:17 adam Exp $
+# $NetBSD: Makefile,v 1.76 2025/04/24 07:08:01 wiz Exp $
 
 DISTNAME=      stripe-11.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/stripe/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/stripe/stri
 COMMENT=       Stripe python bindings
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.20:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.5.0:../../devel/py-typing-extensions
 # tests require stripe-mock

Index: pkgsrc/finance/py-stripe/PLIST
diff -u pkgsrc/finance/py-stripe/PLIST:1.35 pkgsrc/finance/py-stripe/PLIST:1.36
--- pkgsrc/finance/py-stripe/PLIST:1.35 Tue Jan 14 08:34:43 2025
+++ pkgsrc/finance/py-stripe/PLIST      Thu Apr 24 07:08:01 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.35 2025/01/14 08:34:43 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.36 2025/04/24 07:08:01 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/stripe/__init__.py
 ${PYSITELIB}/stripe/__init__.pyc



Home | Main Index | Thread Index | Old Index