pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-aiorpcX



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

Modified Files:
        pkgsrc/net/py-aiorpcX: Makefile PLIST

Log Message:
py-aiorpcX: adapt for setuptools 78

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-aiorpcX/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-aiorpcX/PLIST

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

Modified files:

Index: pkgsrc/net/py-aiorpcX/Makefile
diff -u pkgsrc/net/py-aiorpcX/Makefile:1.8 pkgsrc/net/py-aiorpcX/Makefile:1.9
--- pkgsrc/net/py-aiorpcX/Makefile:1.8  Wed Mar  5 10:19:04 2025
+++ pkgsrc/net/py-aiorpcX/Makefile      Thu Apr 24 07:08:51 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2025/03/05 10:19:04 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/04/24 07:08:51 wiz Exp $
 
 DISTNAME=      aiorpcx-0.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/x/X/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiorpcX/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/kyuupichan/
 COMMENT=       Generic async RPC implementation, including JSON-RPC
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 # ws
 DEPENDS+=      ${PYPKGPREFIX}-websockets>=14.0:../../www/py-websockets
 

Index: pkgsrc/net/py-aiorpcX/PLIST
diff -u pkgsrc/net/py-aiorpcX/PLIST:1.3 pkgsrc/net/py-aiorpcX/PLIST:1.4
--- pkgsrc/net/py-aiorpcX/PLIST:1.3     Tue Feb 18 10:51:10 2025
+++ pkgsrc/net/py-aiorpcX/PLIST Thu Apr 24 07:08:51 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2025/02/18 10:51:10 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENCE
+@comment $NetBSD: PLIST,v 1.4 2025/04/24 07:08:51 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}/aiorpcx/__init__.py
 ${PYSITELIB}/aiorpcx/__init__.pyc



Home | Main Index | Thread Index | Old Index