pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-h2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 16:10:24 UTC 2025

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

Log Message:
py-h2: fix for setuptools 78


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-h2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-h2/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-h2/Makefile
diff -u pkgsrc/www/py-h2/Makefile:1.12 pkgsrc/www/py-h2/Makefile:1.13
--- pkgsrc/www/py-h2/Makefile:1.12      Sun Feb  2 16:04:23 2025
+++ pkgsrc/www/py-h2/Makefile   Sun Apr 13 16:10:24 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2025/02/02 16:04:23 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/13 16:10:24 wiz Exp $
 
 DISTNAME=      h2-4.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/h2/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/python-hype
 COMMENT=       HTTP/2 State-Machine based protocol implementation
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-hyperframe>=6.0.0:../../www/py-hyperframe
 DEPENDS+=      ${PYPKGPREFIX}-hpack>=4.0:../../net/py-hpack
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis

Index: pkgsrc/www/py-h2/PLIST
diff -u pkgsrc/www/py-h2/PLIST:1.3 pkgsrc/www/py-h2/PLIST:1.4
--- pkgsrc/www/py-h2/PLIST:1.3  Sun Feb  2 16:04:23 2025
+++ pkgsrc/www/py-h2/PLIST      Sun Apr 13 16:10:24 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2025/02/02 16:04:23 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/04/13 16:10:24 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}/h2/__init__.py
 ${PYSITELIB}/h2/__init__.pyc



Home | Main Index | Thread Index | Old Index