pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-grpcio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 12:25:15 UTC 2025

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

Log Message:
py-grpcio: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/net/py-grpcio/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-grpcio/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-grpcio/Makefile
diff -u pkgsrc/net/py-grpcio/Makefile:1.91 pkgsrc/net/py-grpcio/Makefile:1.92
--- pkgsrc/net/py-grpcio/Makefile:1.91  Sun Feb  9 14:44:07 2025
+++ pkgsrc/net/py-grpcio/Makefile       Sun Apr 13 12:25:15 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.91 2025/02/09 14:44:07 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2025/04/13 12:25:15 wiz Exp $
 
 DISTNAME=      grpcio-1.70.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=     https://grpc.io/
 COMMENT=       HTTP/2-based RPC framework
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_CC_FEATURES=       c99
 USE_CXX_FEATURES=      c++14

Index: pkgsrc/net/py-grpcio/PLIST
diff -u pkgsrc/net/py-grpcio/PLIST:1.12 pkgsrc/net/py-grpcio/PLIST:1.13
--- pkgsrc/net/py-grpcio/PLIST:1.12     Thu Nov  2 12:46:44 2023
+++ pkgsrc/net/py-grpcio/PLIST  Sun Apr 13 12:25:15 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2023/11/02 12:46:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2025/04/13 12:25:15 wiz Exp $
 ${PYSITELIB}/grpc/__init__.py
 ${PYSITELIB}/grpc/__init__.pyc
 ${PYSITELIB}/grpc/__init__.pyo
@@ -169,8 +169,8 @@ ${PYSITELIB}/grpc/framework/interfaces/f
 ${PYSITELIB}/grpc/framework/interfaces/face/utilities.py
 ${PYSITELIB}/grpc/framework/interfaces/face/utilities.pyc
 ${PYSITELIB}/grpc/framework/interfaces/face/utilities.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt



Home | Main Index | Thread Index | Old Index