pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-hyperframe



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 11:12:03 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-hyperframe/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-hyperframe/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-hyperframe/Makefile
diff -u pkgsrc/www/py-hyperframe/Makefile:1.11 pkgsrc/www/py-hyperframe/Makefile:1.12
--- pkgsrc/www/py-hyperframe/Makefile:1.11      Thu Jan 23 07:29:57 2025
+++ pkgsrc/www/py-hyperframe/Makefile   Sun Apr 13 11:12:03 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2025/01/23 07:29:57 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/04/13 11:12:03 wiz Exp $
 
 DISTNAME=      hyperframe-6.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hyperframe/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/python-hype
 COMMENT=       HTTP/2 framing layer for Python
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.6.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=6.0.0:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=3.6.1:../../devel/py-test-xdist
 

Index: pkgsrc/www/py-hyperframe/PLIST
diff -u pkgsrc/www/py-hyperframe/PLIST:1.3 pkgsrc/www/py-hyperframe/PLIST:1.4
--- pkgsrc/www/py-hyperframe/PLIST:1.3  Sat Aug 10 09:44:33 2024
+++ pkgsrc/www/py-hyperframe/PLIST      Sun Apr 13 11:12:03 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2024/08/10 09:44:33 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/04/13 11:12:03 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/hyperframe/__init__.py
 ${PYSITELIB}/hyperframe/__init__.pyc



Home | Main Index | Thread Index | Old Index