pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-aiohttp-oauthlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 20:39:35 UTC 2025

Modified Files:
        pkgsrc/www/py-aiohttp-oauthlib: Makefile PLIST

Log Message:
py-aiohttp-oauthlib: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-aiohttp-oauthlib/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-aiohttp-oauthlib/PLIST

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

Modified files:

Index: pkgsrc/www/py-aiohttp-oauthlib/Makefile
diff -u pkgsrc/www/py-aiohttp-oauthlib/Makefile:1.2 pkgsrc/www/py-aiohttp-oauthlib/Makefile:1.3
--- pkgsrc/www/py-aiohttp-oauthlib/Makefile:1.2 Mon Nov 11 07:29:15 2024
+++ pkgsrc/www/py-aiohttp-oauthlib/Makefile     Sun Apr 13 20:39:35 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2024/11/11 07:29:15 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/13 20:39:35 wiz Exp $
 
 DISTNAME=      aiohttp-oauthlib-0.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp-oauthlib/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://git.sr.ht/~whynothugo/
 COMMENT=       oauthlib for aiohttp clients
 LICENSE=       isc
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=46.4.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp-[0-9]*:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-oauthlib-[0-9]*:../../security/py-oauthlib

Index: pkgsrc/www/py-aiohttp-oauthlib/PLIST
diff -u pkgsrc/www/py-aiohttp-oauthlib/PLIST:1.1 pkgsrc/www/py-aiohttp-oauthlib/PLIST:1.2
--- pkgsrc/www/py-aiohttp-oauthlib/PLIST:1.1    Thu Sep 12 09:18:00 2024
+++ pkgsrc/www/py-aiohttp-oauthlib/PLIST        Sun Apr 13 20:39:35 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2024/09/12 09:18:00 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENCE
+@comment $NetBSD: PLIST,v 1.2 2025/04/13 20:39:35 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENCE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/aiohttp_oauthlib.py
 ${PYSITELIB}/aiohttp_oauthlib.pyc



Home | Main Index | Thread Index | Old Index