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:           Sat Aug 10 09:44:34 UTC 2024

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

Log Message:
py-hyperframe: convert to wheel.mk

Remove unused test dependency.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-hyperframe/Makefile
cvs rdiff -u -r1.2 -r1.3 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.8 pkgsrc/www/py-hyperframe/Makefile:1.9
--- pkgsrc/www/py-hyperframe/Makefile:1.8       Tue Jan  4 20:55:30 2022
+++ pkgsrc/www/py-hyperframe/Makefile   Sat Aug 10 09:44:33 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:55:30 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/08/10 09:44:33 wiz Exp $
 
 DISTNAME=      hyperframe-6.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hyperframe/}
 
@@ -11,13 +11,12 @@ HOMEPAGE=   https://github.com/python-hype
 COMMENT=       HTTP/2 framing layer for Python
 LICENSE=       mit
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 USE_LANGUAGES= # none
 
-PYSETUPTESTTARGET=     pytest
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-hyperframe/PLIST
diff -u pkgsrc/www/py-hyperframe/PLIST:1.2 pkgsrc/www/py-hyperframe/PLIST:1.3
--- pkgsrc/www/py-hyperframe/PLIST:1.2  Thu Apr 29 08:22:42 2021
+++ pkgsrc/www/py-hyperframe/PLIST      Sat Aug 10 09:44:33 2024
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2021/04/29 08:22:42 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2024/08/10 09:44:33 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/hyperframe/__init__.py
 ${PYSITELIB}/hyperframe/__init__.pyc
 ${PYSITELIB}/hyperframe/__init__.pyo



Home | Main Index | Thread Index | Old Index