pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-websockets



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 12:32:49 UTC 2025

Modified Files:
        pkgsrc/www/py-websockets: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-websockets/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-websockets/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-websockets/Makefile
diff -u pkgsrc/www/py-websockets/Makefile:1.31 pkgsrc/www/py-websockets/Makefile:1.32
--- pkgsrc/www/py-websockets/Makefile:1.31      Thu Mar  6 08:21:26 2025
+++ pkgsrc/www/py-websockets/Makefile   Sun Apr 13 12:32:49 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2025/03/06 08:21:26 adam Exp $
+# $NetBSD: Makefile,v 1.32 2025/04/13 12:32:49 wiz Exp $
 
 DISTNAME=      websockets-15.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websockets/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/aaugustin/w
 COMMENT=       Implementation of the WebSocket Protocol (RFC 6455)
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 # even after 'make install', testing doesn't work at all
 # 9 errors

Index: pkgsrc/www/py-websockets/PLIST
diff -u pkgsrc/www/py-websockets/PLIST:1.18 pkgsrc/www/py-websockets/PLIST:1.19
--- pkgsrc/www/py-websockets/PLIST:1.18 Thu Mar  6 08:21:26 2025
+++ pkgsrc/www/py-websockets/PLIST      Sun Apr 13 12:32:49 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.18 2025/03/06 08:21:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2025/04/13 12:32:49 wiz Exp $
 bin/websockets-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/websockets/__init__.py
 ${PYSITELIB}/websockets/__init__.pyc



Home | Main Index | Thread Index | Old Index