pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  2 09:30:01 UTC 2025

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

Log Message:
py-aiohttp-remotes: fix build with latest flit_core and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-aiohttp-remotes/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-aiohttp-remotes/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-remotes/Makefile
diff -u pkgsrc/www/py-aiohttp-remotes/Makefile:1.2 pkgsrc/www/py-aiohttp-remotes/Makefile:1.3
--- pkgsrc/www/py-aiohttp-remotes/Makefile:1.2  Fri Aug 16 19:26:51 2024
+++ pkgsrc/www/py-aiohttp-remotes/Makefile      Sun Mar  2 09:30:01 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2024/08/16 19:26:51 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/03/02 09:30:01 wiz Exp $
 
 DISTNAME=      aiohttp_remotes-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp-remotes/}
 
@@ -10,6 +11,7 @@ HOMEPAGE=     https://github.com/aio-libs/ai
 COMMENT=       Library of useful tools for aiohttp.web server
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit-[0-9]*:../../devel/py-flit
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3.8.1:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions

Index: pkgsrc/www/py-aiohttp-remotes/PLIST
diff -u pkgsrc/www/py-aiohttp-remotes/PLIST:1.1 pkgsrc/www/py-aiohttp-remotes/PLIST:1.2
--- pkgsrc/www/py-aiohttp-remotes/PLIST:1.1     Fri Aug 16 19:08:46 2024
+++ pkgsrc/www/py-aiohttp-remotes/PLIST Sun Mar  2 09:30:01 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2024/08/16 19:08:46 js Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.2 2025/03/02 09:30:01 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/aiohttp_remotes/__init__.py
 ${PYSITELIB}/aiohttp_remotes/__init__.pyc
 ${PYSITELIB}/aiohttp_remotes/__init__.pyo



Home | Main Index | Thread Index | Old Index