pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-wsproto



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 10 11:20:39 UTC 2024

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

Log Message:
py-wsproto: 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-wsproto/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-wsproto/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-wsproto/Makefile
diff -u pkgsrc/www/py-wsproto/Makefile:1.8 pkgsrc/www/py-wsproto/Makefile:1.9
--- pkgsrc/www/py-wsproto/Makefile:1.8  Sun Nov 27 09:55:37 2022
+++ pkgsrc/www/py-wsproto/Makefile      Sat Aug 10 11:20:39 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2022/11/27 09:55:37 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/08/10 11:20:39 wiz Exp $
 
 DISTNAME=      wsproto-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wsproto/}
 
@@ -10,14 +11,13 @@ HOMEPAGE=   https://wsproto.readthedocs.io
 COMMENT=       Pure Python, pure state-machine WebSocket implementation
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-h11>=0.9.0:../../www/py-h11
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 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-wsproto/PLIST
diff -u pkgsrc/www/py-wsproto/PLIST:1.3 pkgsrc/www/py-wsproto/PLIST:1.4
--- pkgsrc/www/py-wsproto/PLIST:1.3     Thu Feb  6 20:41:42 2020
+++ pkgsrc/www/py-wsproto/PLIST Sat Aug 10 11:20:39 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2020/02/06 20:41:42 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.4 2024/08/10 11:20:39 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}/wsproto/__init__.py
 ${PYSITELIB}/wsproto/__init__.pyc
 ${PYSITELIB}/wsproto/__init__.pyo



Home | Main Index | Thread Index | Old Index